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 5AAAC4196F2 for ; Thu, 8 Apr 2010 00:47:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] autolearn=ham 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 LXOLlTMSDPUO for ; Thu, 8 Apr 2010 00:47:06 -0700 (PDT) Received: from homiemail-a19.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id 1A9604196F0 for ; Thu, 8 Apr 2010 00:47:06 -0700 (PDT) Received: from sspaeth.de (unknown [195.190.188.219]) by homiemail-a19.g.dreamhost.com (Postfix) with ESMTPA id DC63E604061; Thu, 8 Apr 2010 00:47:03 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Thu, 08 Apr 2010 09:47:00 +0200 From: "Sebastian Spaeth" To: Carl Worth , notmuch@notmuchmail.org Subject: Re: Plans for the 0.2 release (this week) In-Reply-To: <8739z6rjxf.fsf@yoom.home.cworth.org> References: <8739z6rjxf.fsf@yoom.home.cworth.org> Date: Thu, 08 Apr 2010 09:47:00 +0200 Message-ID: <87bpdul72j.fsf@SSpaeth.de> 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: Thu, 08 Apr 2010 07:47:07 -0000 First of all, thanks for the great work Carl. I have to admit I was getting nervous about the backlog of patches, but your recent committing binge (you did say your work patterns are bursty :-)) made me very happy. That having said, I am glad to meet your expectation: "I expect people to remind me of their favorite features that haven't been merged..." :-) > * Any further changes from the Sebastian's repository. Sebastian, I > worked through one list I saw recently. Do you have another list to > propose yet? One of the things I have seen no comment on yet, is the "json_quote_str should handle non-ASCII characters" patch in id:1267697893-sup-4538@sam.mediasupervision.de. Right now, every char > 127 will simply be suppressed, this patch fixes this for me but I cannot comment on its correctness. I rebased the patch to current here: http://github.com/spaetz/notmuch-all-feature/commit/3b5423fbdda5e78414e6f2e441cad5394173e155 Would that be an acceptable fix? Also, as part of getting the useful backlog down, I propose these smallish patches that are in my tree in the feature/misc branch (that I all grabbed from the mailing list): * Add count command to manual page, Sandra Snan mail id:4ba29058.0f67f10a.2b59.1a73@mx.google.com commit 2f5ea4c76dc9688b2520c8d64ac8617ba8a62f86 (it was really missing) * Fix typo in notmuch.h documentation regarding database open modes mail id:1269628757-24857-1-git-send-email-michael@obberon.com michaelforney, comit 3262b39f58ab4865c0c0cada69955ad65fccdfd9 (our beloved notmuch.h is WRONG!!! :-) * Prevent data loss caused by SIGINT during notmuch new mail id:1269937403-8495-1-git-send-email-sojkam1@fel.cvut.cz wentasah, commit dcb7a957027837f187f06d31fdcddb3740b2c20b (preventable data loss, has happened to him at least once) * Do not segfault on empty mime parts, mail id:1267543888-18134-1-git-send-email-madduck@madduck.net martin f. krafft, commit bb310c6397a94f6f59b6f93b232bedd833f96090 (probably a bug in gmime, but we should not crash) > * Some library additions (move_to_first for the iterators, +1! All the rest souds very good. Sebastian