From 2b576c62bed77cf2ce60534ce84e31d3307356f6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 5 Nov 2009 04:55:51 -0800 Subject: notmuch.el: Add 'N' binding to mark message read and go to next. The magic space bar is nice, but sometimes there's a message with a long attachment that I just want to skip, but still consider the message marked as read. --- notmuch.el | 1 + 1 file changed, 1 insertion(+) (limited to 'notmuch.el') 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) -- cgit v1.2.3