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 DE2806DE1061 for ; Thu, 23 May 2019 10:07:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.039 X-Spam-Level: X-Spam-Status: No, score=-0.039 tagged_above=-999 required=5 tests=[AWL=-0.038, 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 2wt5XzrKH_wc for ; Thu, 23 May 2019 10:07:39 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 6222F6DE105B for ; Thu, 23 May 2019 10:07:39 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hTrBk-00025K-Vf; Thu, 23 May 2019 13:07:33 -0400 Received: (nullmailer pid 29412 invoked by uid 1000); Thu, 23 May 2019 17:07:31 -0000 From: David Bremner To: Leo Vivier , notmuch@notmuchmail.org Cc: tomi.ollila@iki.fi Subject: Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region In-Reply-To: <877eah4duy.fsf@hidden> References: <87blzutu5s.fsf@hidden> <87ef4ppgly.fsf@tethera.net> <877eah4duy.fsf@hidden> Date: Thu, 23 May 2019 14:07:31 -0300 Message-ID: <877eah6qwc.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: Thu, 23 May 2019 17:07:41 -0000 Leo Vivier writes: > Hello, > > David Bremner writes: > > [...] > >> I would mention the actual function name in the subject. > > Done.=20=20 > >> I think 0.28.1 should be 0.29, no? > > Changed it to 0.29. I wasn=E2=80=99t sure whether to use the version num= ber or > the commit ID. Thanks Leo, I've pushed that version to master. d