X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=a07b248be57b04a76ac71367f619dc54bb0c140f;hp=8f0852b4185f8ec58858fa283375a97f2a6fbbed;hb=2b576c62bed77cf2ce60534ce84e31d3307356f6;hpb=22adeeaab79f33f8aaaefe2a86f665dc32756065 diff --git a/notmuch.el b/notmuch.el index 8f0852b4..a07b248b 100644 --- a/notmuch.el +++ b/notmuch.el @@ -33,6 +33,7 @@ (define-key map "c" 'notmuch-show-toggle-citations-visible) (define-key map "h" 'notmuch-show-toggle-headers-visible) (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) (define-key map (kbd "C-n") 'notmuch-show-next-line) (define-key map (kbd "C-p") 'notmuch-show-previous-line)