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 5B3F0431FD0 for ; Mon, 26 Dec 2011 03:03:06 -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 0jwQiPIhX+71 for ; Mon, 26 Dec 2011 03:03:05 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9992D431FB6 for ; Mon, 26 Dec 2011 03:03:05 -0800 (PST) Received: by lagr15 with SMTP id r15so5353838lag.26 for ; Mon, 26 Dec 2011 03:03:02 -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=xa+D1Wspl8wUQlbGcK0pvJ6vudm+y0HeCPf6wKEoOGU=; b=fKavYvGuMazJ++WqvHa/zHaDVPy/H/8DtDat5I/RVzxhThrRHtWZSz5A5IItLx2cs5 QPxNvHE/HmHDEspCEOSkafFs3+CfjhHbQbawlYJw6kzOEeAKw0foLZ/JsqwAsDwjL78i C8NWB8fUTHiyV8CnnTEMc9s4J/l4Y3xuj8otE= Received: by 10.152.134.50 with SMTP id ph18mr19507019lab.1.1324897382634; Mon, 26 Dec 2011 03:03:02 -0800 (PST) Received: from localhost ([194.186.188.211]) by mx.google.com with ESMTPS id mg13sm965244lab.5.2011.12.26.03.03.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Dec 2011 03:03:02 -0800 (PST) From: Dmitry Kurochkin To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] emacs: use a single history for all searches In-Reply-To: References: <1324698436-8532-1-git-send-email-dmitry.kurochkin@gmail.com> <87r4ztkeh0.fsf@gmail.com> User-Agent: Notmuch/0.10.2+135~gb811a3c (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 26 Dec 2011 15:02:14 +0400 Message-ID: <87ipl31tqh.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Mon, 26 Dec 2011 11:03:06 -0000 On Mon, 26 Dec 2011 10:58:02 +0000, David Edmondson wrote: > On Sat, 24 Dec 2011 22:32:27 +0400, Dmitry Kurochkin wrote: > > I got some positive feedback for replacing notmuch-hello search input > > with a button wich would call `notmuch-search' and read input from > > minibuffer as usual. This way we do not have to maintain 2 search > > interfaces and get history, tab completions and other minibuffer > > features in notmuch-hello search without having to reinvent the wheel. > > There's be no 'search' box in notmuch-hello? No box, just a button. Regards, Dmitry