Skip to content

Commit

Permalink
Add example Emacs message-send-mail-function value to README
Browse files Browse the repository at this point in the history
- Closes elizagamedev#52.
  • Loading branch information
wesnel committed Aug 9, 2023
1 parent 5f700af commit 847e952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ arguments at the end of the message are ignored, and mujmap will warn you.
#### Emacs configuration
```elisp
(setq sendmail-program "mujmap"
message-send-mail-function #'message-send-mail-with-sendmail
message-sendmail-extra-arguments '("-C" "/path/to/mujmap/maildir" "send"))
```

Expand Down

0 comments on commit 847e952

Please sign in to comment.