]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Add 'N' binding to mark message read and go to next.
authorCarl Worth <cworth@cworth.org>
Thu, 5 Nov 2009 12:55:51 +0000 (04:55 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 5 Nov 2009 12:55:51 +0000 (04:55 -0800)
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.

TODO
notmuch.el

diff --git a/TODO b/TODO
index 69e19ca03373b148cd5848d99351ebce450a42b4..54687f67fa28ef9dd22aabe44ece798cec2fcbae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
 Emacs interface (notmuch.el)
 ----------------------------
 Emacs interface (notmuch.el)
 ----------------------------
+Make hidden components self documenting, such as:
+
+       [24-line citation, press 'c' to display.]
+
 Add support to compose a reply to the current messaage.
 
 notmuch command-line tool
 Add support to compose a reply to the current messaage.
 
 notmuch command-line tool
index 8f0852b4185f8ec58858fa283375a97f2a6fbbed..a07b248be57b04a76ac71367f619dc54bb0c140f 100644 (file)
@@ -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 "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)
     (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)