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 0814C6DE0314 for ; Tue, 12 Sep 2017 16:29:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 IY26wxCAqZU0 for ; Tue, 12 Sep 2017 16:29:20 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 4DEE46DE02DA for ; Tue, 12 Sep 2017 16:29:20 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1druYi-0007e2-Cl; Tue, 12 Sep 2017 19:25:36 -0400 Received: (nullmailer pid 11163 invoked by uid 1000); Tue, 12 Sep 2017 23:29:16 -0000 From: David Bremner To: Dylan Baker , notmuch@notmuchmail.org Subject: Re: [PATCH v2] python: deprecated add_message calls index_file correctly and returns result In-Reply-To: <150525509833.16190.13781845219034664184@localhost.localdomain> References: <20170828073923.31442-1-eg@gaute.vetsj.com> <20170830081633.17616-1-eg@gaute.vetsj.com> <87wp53zs8u.fsf@tesseract.cs.unb.ca> <150525509833.16190.13781845219034664184@localhost.localdomain> Date: Tue, 12 Sep 2017 20:29:16 -0300 Message-ID: <87377r7ayb.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Tue, 12 Sep 2017 23:29:21 -0000 Dylan Baker writes: > The broken commit is in 0.25.1, but this patch isn't correct? It's going to > break alot if that's the case. > > Dylan I don't believe b10ce6bc2 is in 0.25.1; it's in master, and 0.25.1 is merged into master, so maybe that's the source of confusion. %-% git log --oneline 0.24..0.25.1 bindings/python 0fa257cb version: bump to 0.25.1 7a4c60e4 version: bump to 0.25 b8ccfe34 version: bump to 0.25~rc1 87bdfbc9 Fix orthography 694e443d version: bump version to 0.25~rc0 1ec63446 Merge branch 'release' 4fb08341 version: bump to 0.24.2 d877240f Merge branch 'release' d9ec7e34 version: bump to 0.24.1 a35040ee python: bump SOVERSION to 5 3721bd45 lib: replace deprecated n_q_count_threads with status returning version 5ce8e0b1 lib: replace deprecated n_q_count_messages with status returning version 86cbd215 lib: replace deprecated n_q_search_messages with status returning version 1e982de5 lib: replace n_query_search_threads with status returning version c0c56455 Merge branch 'release' a39a1ee1 bindings/python: add bindings for notmuch_database_get_revision 4e872c64 Merge branch 'release' 91524d5d Merge tag '0.24_rc0'