summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-04 03:27:22 +0100
committerjao <jao@gnu.org>2022-06-04 03:27:22 +0100
commit0e91a9118192d9b64b2e6d7c37a0813e83d5385d (patch)
tree6dd226bde08e7e9bb05e4b8b3f388e5b0dcbd86b
parentdf950ad48cbd7998114229b5f6966e00a87d4c78 (diff)
downloadelibs-0e91a9118192d9b64b2e6d7c37a0813e83d5385d.tar.gz
elibs-0e91a9118192d9b64b2e6d7c37a0813e83d5385d.tar.bz2
clean up
-rw-r--r--email.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/email.org b/email.org
index 3d57d0c..5010fed 100644
--- a/email.org
+++ b/email.org
@@ -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))