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 70D1B431FD0 for ; Fri, 30 Dec 2011 09:09:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 S8Gej0iRo7fG for ; Fri, 30 Dec 2011 09:09:25 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E286C431FB6 for ; Fri, 30 Dec 2011 09:09:24 -0800 (PST) Received: by qadb15 with SMTP id b15so10996094qad.5 for ; Fri, 30 Dec 2011 09:09:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=qCOAZVxhPfQJ6JNRfg4MhxElG0oubp9uuhelWTfg4oY=; b=e+IXpp0uto6tvc7X9q/4KjanHdYFrHvreFjXute4VMpWZHN1+NMjO8fcYmZvYRjLGE QuoNZOm2naos1N6m7Ibt8gSUWpvy0UvlHiRmWTRkOKr6hJwuR6xDzLSeFGVaRV7E0HAx pGI7yCtZLGw0lAEY5UoVaRz1A3nkiVPrvkHcQ= Received: by 10.224.197.7 with SMTP id ei7mr47892065qab.84.1325264964280; Fri, 30 Dec 2011 09:09:24 -0800 (PST) Received: from localhost (24-158-179-191.dhcp.jcsn.tn.charter.com. [24.158.179.191]) by mx.google.com with ESMTPS id ha3sm73460577qab.2.2011.12.30.09.09.22 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Dec 2011 09:09:23 -0800 (PST) From: Aaron Ecay To: David Bremner , David Edmondson , Dmitry Kurochkin , notmuch@notmuchmail.org Subject: Re: [PATCH 1/4] emacs: unify search mechanisms In-Reply-To: <87aa6a6rxi.fsf@zancas.localnet> References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com> <87aa6a6rxi.fsf@zancas.localnet> User-Agent: Notmuch/0.10.1+56~gd709fd6 (http://notmuchmail.org) Emacs/24.0.92.3 (i386-apple-darwin10.8.0) Date: Fri, 30 Dec 2011 12:09:20 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 17:09:25 -0000 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. +1. I rarely use notmuch-hello, but when I do, I press `s' then look to the bottom of the screen and am always confused not to see a minibuffer prompt. -- Aaron Ecay