From: Carl Worth <cworth@cworth.org>
Date: Tue, 27 Apr 2010 00:51:27 +0000 (-0700)
Subject: emacs: Disable automatic jump to search bar for notmuch-hello.
X-Git-Tag: 0.3~34
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8a6a00bf4ccf7bb3129c993ebdc52405cb20704a;p=obsolete%2Fnotmuch-old

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.
---

diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index bd882b83..7333e156 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -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