From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id AE51B6DE0C4A for ; Wed, 3 Apr 2019 04:39:17 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.022 X-Spam-Level: X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5 tests=[AWL=-0.021, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YJD7Et89i6MF for ; Wed, 3 Apr 2019 04:39:16 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 891736DE0C32 for ; Wed, 3 Apr 2019 04:39:16 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hBeEa-00068E-U6; Wed, 03 Apr 2019 07:39:12 -0400 Received: (nullmailer pid 5033 invoked by uid 1000); Wed, 03 Apr 2019 10:21:20 -0000 From: David Bremner To: zaephon@gmail.com, notmuch@notmuchmail.org Subject: Re: [PATCH 1/4] emacs: Implement notmuch-search-refine In-Reply-To: <87wombliew.fsf@hidden> References: <87wombliew.fsf@hidden> Date: Wed, 03 Apr 2019 07:21:20 -0300 Message-ID: <87r2aje6e7.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Wed, 03 Apr 2019 11:39:17 -0000 zaephon@gmail.com writes: > From 6f73e9aa2031de33eb48a05807295fdb7c3bb566 Mon Sep 17 00:00:00 2001 > From: Leo Vivier > Date: Wed, 6 Feb 2019 16:44:59 +0100 > Subject: [PATCH 1/4] emacs: Implement notmuch-search-refine > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > Refine the current query string. > --- > Filtering was already implemented with notmuch-search-filter, but > there wasn=E2=80=99t any way to refine the current query. > --- I don't really understand/remember the motivation for this proposed new feature. I know it was discussed on IRC, but I don't think I understood it completely then either. Is the whole story that you don't like pressing M-p after pressing l to bring up the previous query? d