diff options
author | jao <jao@gnu.org> | 2022-06-04 03:27:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-04 03:27:22 +0100 |
commit | 0e91a9118192d9b64b2e6d7c37a0813e83d5385d (patch) | |
tree | 6dd226bde08e7e9bb05e4b8b3f388e5b0dcbd86b | |
parent | df950ad48cbd7998114229b5f6966e00a87d4c78 (diff) | |
download | elibs-0e91a9118192d9b64b2e6d7c37a0813e83d5385d.tar.gz elibs-0e91a9118192d9b64b2e6d7c37a0813e83d5385d.tar.bz2 |
clean up
-rw-r--r-- | email.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ (when jao-notmuch-enabled (add-hook 'message-header-setup-hook #'jao-message-adjust-from)) #+end_src -*** Clean-up reply addresses +*** Clean up reply addresses #+begin_src emacs-lisp (defun jao-message--dont-reply (mail) (unless (string-match-p message-dont-reply-to-names mail) mail)) |