]> git.notmuchmail.org Git - notmuch/commit
emacs: use a single history for all searches
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Wed, 25 Jan 2012 01:10:53 +0000 (05:10 +0400)
committerDavid Bremner <bremner@debian.org>
Wed, 25 Jan 2012 12:33:39 +0000 (08:33 -0400)
commitbc267b70b01c79f6bdda52641e9cd7574a151eff
treec1a58bde12630d315b2b98b6a128937290a2fd8e
parent02d88159226b351091ae94e2176d2e59c79d21d3
emacs: use a single history for all searches

There are two ways to do search in Emacs UI: search widget in
notmuch-hello buffer and `notmuch-search' function bound to "s".
Before the change, these search mechanisms used different history
lists.  The patch makes notmuch-hello search use the same history list
as `notmuch-search' function.
emacs/notmuch-hello.el
emacs/notmuch-lib.el
emacs/notmuch.el