diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-18T14·39+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-18T14·39+0200 |
commit | f0dfc8b06de568e57050510a5b56fcbb725a6733 (patch) | |
tree | d5429ee24ec27295752503fbf871bf23738ec730 /init/mail-setup.el | |
parent | e743ea28c50ffd8a702b943260f05cbeee642bcc (diff) |
feat(functions): Add ivy-browse-repositories function
Quick helper to switch between all relevant projects.
Diffstat (limited to 'init/mail-setup.el')
-rw-r--r-- | init/mail-setup.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/mail-setup.el b/init/mail-setup.el index 8db2662d17b3..a277af7dbe97 100644 --- a/init/mail-setup.el +++ b/init/mail-setup.el @@ -32,6 +32,9 @@ (setq mail-host-address (system-name)) (setq notmuch-mua-cite-function #'message-cite-original-without-signature) +;; Close mail buffers after sending mail +(setq message-kill-buffer-on-exit t) + ;; Ensure sender is correctly passed to msmtp (setq mail-specify-envelope-from t message-sendmail-envelope-from 'header |