From: Carl Worth Date: Thu, 5 Nov 2009 00:15:56 +0000 (-0800) Subject: notmuch.el: Allow for scrolling backwards through thread with DEL X-Git-Tag: 0.1~573 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b7366f80525aa0b0c7ab42f8b378cf46389438a4;hp=b7366f80525aa0b0c7ab42f8b378cf46389438a4 notmuch.el: Allow for scrolling backwards through thread with DEL Otherwise known as "Backspace" on keyboards in the real, (rather than emacs), world. This will go by screenfuls for long messages, and message by message for short messages. So it does the reverse of the magic space bar, (but without reversing any tag-changing magic that the magic space bar might have done). ---