From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 72116429E42 for ; Tue, 3 Jan 2012 11:21:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 aLnOJEGIy+6A for ; Tue, 3 Jan 2012 11:21:20 -0800 (PST) X-Greylist: delayed 479 seconds by postgrey-1.32 at olra; Tue, 03 Jan 2012 11:21:19 PST Received: from silentio.fernseed.info (silentio.fernseed.info [81.187.184.164]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D9D12431FD0 for ; Tue, 3 Jan 2012 11:21:19 -0800 (PST) Received: from bookbinder.fernseed.info (bookbinder.fernseed.info [IPv6:2001:8b0:ff94:1:224:2cff:fe37:838b]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by silentio.fernseed.info (Postfix) with ESMTPS id 0A115B4 for ; Tue, 3 Jan 2012 19:13:17 +0000 (GMT) Received: from bookbinder.fernseed.info (bookbinder.fernseed.info [127.0.0.1]) by bookbinder.fernseed.info (8.14.5/8.14.5) with ESMTP id q03Ijmwe007253; Tue, 3 Jan 2012 18:45:48 GMT Received: (from darren@localhost) by bookbinder.fernseed.info (8.14.5/8.14.5/Submit) id q03Ijk9p007227; Tue, 3 Jan 2012 18:45:46 GMT Date: Tue, 3 Jan 2012 18:45:46 +0000 From: Darren McGuicken To: Karel Zak , notmuch@notmuchmail.org Subject: Re: [ANNOUNCE] mutt with notmuch support Message-ID: <20120103184546.GB27894@fernseed.info> References: <20120103123938.GA15106@x2.net.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120103123938.GA15106@x2.net.home> User-Agent: Mutt/1.5.21 (2011-07-01) 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: Tue, 03 Jan 2012 19:21:20 -0000 On Tue, Jan 03, 2012 at 01:39:38PM +0100, Karel Zak wrote: > This is not another curses front-end for notmuch, this is mutt :-) Outstanding! Assuming this mail makes it to the list, I can confirm that it works well for me! Although I will have to find and dust off an old .muttrc... I had to tweak your use of notmuch_database_find_message (I'm using 0.11_rc2) but otherwise it compiles fine. Thanks so much for this. Is the intent that this remains a fork, or will it find its way back into upstream?