From: Jani Nikula Date: Tue, 31 Jan 2012 17:29:06 +0000 (+0200) Subject: emacs: make show view a/A/x/X key bindings more consistent X-Git-Tag: debian/0.12_rc1-1~104 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d2ef4edc545ea02764aa005bc3e56cdb4310ce09;hp=d2ef4edc545ea02764aa005bc3e56cdb4310ce09 emacs: make show view a/A/x/X key bindings more consistent Modify the show view key bindings as follows to make them more consistent: 'a' = Archive current message, then move to next message, or show next thread from search if at the last message in thread. 'A' = Archive each message in thread, then show next thread from search. 'x' = Archive current message, then move to next message, or exit back to search results if at the last message in thread. 'X' = Archive each message in thread, then exit back to search results. The changes make the key bindings more consistent in two ways: 1) 'a'/'A' both advance to the next thread like 'a' used to. 2) 'x' operates on messages and 'X' on threads like 'a'/'A'. ---