]> git.notmuchmail.org Git - notmuch/commitdiff
contrib: pick: bind M-p and M-n to prev/next thread
authorMark Walters <markwalters1009@gmail.com>
Sun, 25 Aug 2013 19:55:34 +0000 (20:55 +0100)
committerDavid Bremner <bremner@debian.org>
Tue, 3 Sep 2013 09:12:36 +0000 (06:12 -0300)
This adds functions to go to the previous or next thread to
pick. Prev-thread behaves similarly to prev-message in show: if you
are on the top line of a thread it will go to the top of the previous
thread, otherwise it will go to the top of the current thread. Next
thread will always go to the top of the next thread (or the end of
buffer). These are bound to "M-p" and "M-n" by default (matching the
bindings in show).


No differences found