Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 01AE9429E21 for ; Mon, 2 Jan 2012 11:47:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHJS3zJySfUI for ; Mon, 2 Jan 2012 11:47:03 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id A00D5431FD0 for ; Mon, 2 Jan 2012 11:47:03 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id C51AF2C059; Mon, 2 Jan 2012 20:46:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=WQE7zbiFUwTzj/hT6RZM8n +vN7A=; b=dg1V+tEjpW6pECK29kWt82rokWf+5jOBA+WZO/A206r3m7sehIjMHx sOM6JkVK1f/H53arUSdVhoeKPTbqJJgFLGX1yh9VO3ipJN0u18HsFsq50QjYSex4 8L6MGceUoXsDznyMfZC72kayoox2m3fqZTvN/XN5AnOkGRetekGs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=eN2HaygXi4zkBFtw OvFYNr5m8UiQ4iTEgeAAmoLAJrEAzVzHLH2QbjNaph/Lg/gCDcQIGMbaXLAxT/0H ozKTAfWhhbFeE08zWunR0SPdaduJy5PcSEwAuHcnDZwAgYCO3ulcPxTnrKhqgEdO g9yN7ZT5URLuBwtgPxMK6rakf1U= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Mon, 2 Jan 2012 20:46:58 +0100 (CET) From: Xavier Maillard To: Tomi Ollila , Jani Nikula , David Bremner , David Edmondson , Dmitry Kurochkin , notmuch@notmuchmail.org Subject: Re: [PATCH 1/4] emacs: unify search mechanisms In-Reply-To: References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com> <87aa6a6rxi.fsf@zancas.localnet> <87boqoap4o.fsf@nikula.org> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Mon, 02 Jan 2012 21:03:55 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 19:47:06 -0000 On Mon, 02 Jan 2012 15:23:17 +0200, Tomi Ollila wrote: > On Sat, 31 Dec 2011 14:42:47 +0200, Jani Nikula wrote: > > On Fri, 30 Dec 2011 10:43:37 -0400, David Bremner wrote: > > > > > Personally I would like to be able to customize the hello screen to > > > remove the search box. I find it confusing that that 's' jumps to the > > > search box there, and everywhere else brings up the mini-buffer. That > > > might be just me, and the fact that I bind "C-c s" globally to > > > notmuch-search. I could easily believe that for new users having a > > > search box is nicer. > > > > Would it be a suitable compromise to bind 's' to notmuch-search (the > > mini-buffer search) also in notmuch-hello, while leaving the search box > > there with a common history? > > I like this approach! +1 but, like David, I'd like to be able to display/to hide the search box via a keybinding and/or a configuration option. /Xavier