emacs: Disable automatic jump to search bar for notmuch-hello.

We're about to get support for maintaining point on the current
saved-search, so we don't want this jump-to-search defeating that.
This commit is contained in:
Carl Worth 2010-04-26 17:51:27 -07:00
parent 56cbff2988
commit 8a6a00bf4c

View file

@ -64,7 +64,7 @@
"Background colour for the notmuch logo."
:group 'notmuch)
(defcustom notmuch-hello-jump-to-search t
(defcustom notmuch-hello-jump-to-search nil
"Whether `notmuch-hello' should always jump to the search
field."
:type 'boolean