mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
notmuch.el: Add an 'm' binding to start composing a new mail.
Available from either the "search" or the "show" view.
This commit is contained in:
parent
77088624af
commit
4812cfb368
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
(define-key map "b" 'notmuch-show-toggle-body-read-visible)
|
||||
(define-key map "c" 'notmuch-show-toggle-citations-visible)
|
||||
(define-key map "h" 'notmuch-show-toggle-headers-visible)
|
||||
(define-key map "m" 'message-mail)
|
||||
(define-key map "n" 'notmuch-show-next-message)
|
||||
(define-key map "N" 'notmuch-show-mark-read-then-next-open-message)
|
||||
(define-key map "p" 'notmuch-show-previous-message)
|
||||
|
@ -614,6 +615,7 @@ thread from that buffer can be show when done with this one)."
|
|||
(define-key map "a" 'notmuch-search-archive-thread)
|
||||
(define-key map "b" 'notmuch-search-scroll-down)
|
||||
(define-key map "f" 'notmuch-search-filter)
|
||||
(define-key map "m" 'message-mail)
|
||||
(define-key map "n" 'next-line)
|
||||
(define-key map "o" 'notmuch-search-toggle-order)
|
||||
(define-key map "p" 'previous-line)
|
||||
|
|
Loading…
Reference in a new issue