diff options
author | 2018-08-04 18:56:58 -0400 | |
---|---|---|
committer | 2018-08-04 18:56:58 -0400 | |
commit | 9e568495ab9b4c7ddc4f2284577112641c57dedf (patch) | |
tree | 192a8637d6650c6575d3df1d38dda3875bcc36b3 /init.org | |
parent | c14c7c7e0368b9a00b5ea591de0bf381af24c012 (diff) | |
download | configs-9e568495ab9b4c7ddc4f2284577112641c57dedf.tar.gz configs-9e568495ab9b4c7ddc4f2284577112641c57dedf.tar.xz configs-9e568495ab9b4c7ddc4f2284577112641c57dedf.zip |
[emacs,rc] add my new gnu address
also remove my long uw address, at least for now
Diffstat (limited to '')
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1214,6 +1214,7 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]]. ;; :ensure nil :config (setq sendmail-program "/usr/bin/msmtp" + ; message-sendmail-extra-arguments '("-v" "-d") mail-specify-envelope-from t mail-envelope-from 'header)) @@ -1262,7 +1263,7 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]]. notmuch-fcc-dirs '(("amin@aminb.org" . "amin/Sent") ("abandali@uwaterloo.ca" . "\"uwaterloo/Sent Items\"") - ("amin.bandali@uwaterloo.ca" . "\"uwaterloo/Sent Items\"") + ("mab@gnu.org" . "gnu/Sent") ("aminb@gnu.org" . "gnu/Sent") (".*" . "sent")) notmuch-search-result-format |