projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4aaf6f7
)
[emacs] change message fqdn, remove webmasters tag as well when spam
author
Amin Bandali
<aminb@gnu.org>
Wed, 20 Jun 2018 01:09:40 +0000
(21:09 -0400)
committer
Amin Bandali
<aminb@gnu.org>
Wed, 20 Jun 2018 01:09:40 +0000
(21:09 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
51bf6ed
..
6d927c9
100644
(file)
--- 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-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)))
(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)
("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-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))))
)
(notmuch-tree-archive-thread))))
)