projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
25bd9e8
)
[emacs/notmuch] bind "e" in notmuch-hello-mode-map
author
Amin Bandali
<amin@gnu.org>
Sat, 18 Aug 2018 20:03:09 +0000
(16:03 -0400)
committer
Amin Bandali
<amin@gnu.org>
Sat, 18 Aug 2018 20:03:09 +0000
(16:03 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
f6113e0
..
6575a91
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1285,18
+1285,22
@@
See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
:bind
(:map notmuch-hello-mode-map
("g" . notmuch-poll-and-refresh-this-buffer)
:bind
(:map notmuch-hello-mode-map
("g" . notmuch-poll-and-refresh-this-buffer)
- ("i" . (lambda ()
- "Search for `inbox' tagged messages"
- (interactive)
- (notmuch-hello-search "tag:inbox")))
("u" . (lambda ()
"Search for `unread' tagged messages"
(interactive)
(notmuch-hello-search "tag:unread")))
("u" . (lambda ()
"Search for `unread' tagged messages"
(interactive)
(notmuch-hello-search "tag:unread")))
+ ("i" . (lambda ()
+ "Search for `inbox' tagged messages"
+ (interactive)
+ (notmuch-hello-search "tag:inbox")))
("l" . (lambda ()
("l" . (lambda ()
- "Search for `latest tagged messages"
+ "Search for `latest
'
tagged messages"
(interactive)
(notmuch-hello-search "tag:latest")))
(interactive)
(notmuch-hello-search "tag:latest")))
+ ("e" . (lambda ()
+ "Search for `encrypted' tagged messages"
+ (interactive)
+ (notmuch-hello-search "tag:encrypted")))
("M" . (lambda ()
"Compose new mail and prompt for sender"
(interactive)
("M" . (lambda ()
"Compose new mail and prompt for sender"
(interactive)