diff options
author | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2012-01-25 05:10:52 +0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-01-25 08:33:27 -0400 |
commit | 02d88159226b351091ae94e2176d2e59c79d21d3 (patch) | |
tree | 2b387c1611beaf780b7eecc428bdc50b0056a2ed /test/emacs.expected-output/notmuch-hello-no-saved-searches | |
parent | 9e701465ebb43bcd5a56155be404758976e66c1f (diff) |
emacs: bind "s" to `notmuch-search' in notmuch-hello buffer
Before the change, "s" in notmuch-hello buffer would jump to the
search box. The patch changes the binding to `notmuch-search' which
is consistent with all other notmuch buffers.
Diffstat (limited to 'test/emacs.expected-output/notmuch-hello-no-saved-searches')
-rw-r--r-- | test/emacs.expected-output/notmuch-hello-no-saved-searches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emacs.expected-output/notmuch-hello-no-saved-searches b/test/emacs.expected-output/notmuch-hello-no-saved-searches index f4cfe49c..080a56b2 100644 --- a/test/emacs.expected-output/notmuch-hello-no-saved-searches +++ b/test/emacs.expected-output/notmuch-hello-no-saved-searches @@ -7,4 +7,4 @@ Search: . Type a search query and hit RET to view matching threads. Edit saved searches with the `edit' button. Hit RET or click on a saved search or tag name to view matching threads. - `=' refreshes this screen. `s' jumps to the search box. `q' to quit. + `=' refreshes this screen. `s' to search messages. `q' to quit. |