From 7a8b023b7ffbe50e651c2af50753b56da2249188 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 19 Jun 2018 21:09:40 -0400 Subject: [PATCH] [emacs] change message fqdn, remove webmasters tag as well when spam --- init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 51bf6ed..6d927c9 100644 --- a/init.org +++ b/init.org @@ -1254,7 +1254,7 @@ Emacs package that displays available keybindings in popup message-send-mail-function 'message-send-mail-with-sendmail message-sendmail-envelope-from 'header message-directory "drafts" - message-user-fqdn "aminb.org") + message-user-fqdn "fencepost.gnu.org") (add-hook 'message-mode-hook (lambda () (setq fill-column 65 message-fill-column 65))) @@ -1336,13 +1336,13 @@ Emacs package that displays available keybindings in popup ("S" . (lambda () "Mark message as spam" (interactive) - (notmuch-search-tag '("-unread" "-inbox" "+spam")) + (notmuch-search-tag '("-unread" "-inbox" "-webmasters" "+spam")) (notmuch-search-archive-thread)))) (:map notmuch-tree-mode-map ; TODO: additional bindings ("S" . (lambda () "Mark message as spam" (interactive) - (notmuch-tree-tag '("-unread" "-inbox" "+spam")) + (notmuch-tree-tag '("-unread" "-inbox" "-webmasters" "+spam")) (notmuch-tree-archive-thread)))) ) -- 2.20.1