diff options
author | 2022-07-19 11:45:56 -0700 | |
---|---|---|
committer | 2022-07-19 11:48:40 -0700 | |
commit | 607c56e3280635cd52671725dae558f79311aa16 (patch) | |
tree | cf07ef25da7d797732d03830447a106473674e1c /gnus.el | |
parent | modules: enable tree-sitter (diff) | |
download | doom-emacs-607c56e3280635cd52671725dae558f79311aa16.tar.xz |
gnus: set sendmail program
Diffstat (limited to 'gnus.el')
-rw-r--r-- | gnus.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ (setq gnus-select-method '(nnnil "") gnus-secondary-select-methods '((nnmaildir "Maildir" (directory "/home/terin/.nnmaildir")))) + +(setq sendmail-program "msmtp" + send-mail-function 'sendmail-send-it) + (defun =gnus () "Activate `gnus' in its workspace." (interactive) |