Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 81A0C431FBC for ; Fri, 22 Jan 2010 00:50:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.97 X-Spam-Level: X-Spam-Status: No, score=0.97 tagged_above=-999 required=5 tests=[AWL=-0.323, BAYES_50=0.001, MISSING_HEADERS=1.292] autolearn=no 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 2U6xykzJsokv for ; Fri, 22 Jan 2010 00:50:57 -0800 (PST) Received: from homiemail-a13.g.dreamhost.com (caiajhbdcahe.dreamhost.com [208.97.132.74]) by olra.theworths.org (Postfix) with ESMTP id 0E0FB431FAE for ; Fri, 22 Jan 2010 00:50:57 -0800 (PST) Received: from sspaeth.de (unknown [84.55.198.58]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 036756A807C; Fri, 22 Jan 2010 00:50:54 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Fri, 22 Jan 2010 09:50:51 +0100 From: "Sebastian Spaeth" Cc: Notmuch development list In-Reply-To: <4B595D3A.1030901@SSpaeth.de> References: <87my083mgh.fsf@SSpaeth.de> <87d4148s2c.fsf@lillypad.riseup.net> <4B595D3A.1030901@SSpaeth.de> Date: Fri, 22 Jan 2010 09:50:51 +0100 Message-ID: <87636u34lw.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Git feature branch 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: Fri, 22 Jan 2010 08:50:57 -0000 On Fri, 22 Jan 2010 09:09:30 +0100, Sebastian Spaeth wrote: > On 01/20/10 21:00, micah anderson wrote: > > > Cool! It would be useful if you provided thread-id's for each of these > > so we could look them up and read more about them. > > True, I'll try to include thread id-s in the future. I have now listed all patches that I have added to my feature-branch here. Where possible I have added mail id or the git source that i have pulled from. The list is here: http://trac.sspaeth.de/issue?@columns=title,status&@filter=status&status=6 Stuff that I carry: - simplify "unread" tag handling in emacs UI - refactor and improve dirs-to-ignore a bit - Have notmuch count default to showing the total - add a submap (on "z" for "ztash") to stash things - When adding new messages, if they have the 'S' (seen) flag, do not add them to the 'unread' tag. - 'd' should "delete" a mail My feature-branch is still located here: http://github.com/spaetz/notmuch-all-feature So far things work fine for me. It would be cool if Carl would merge (parts of?) it. spaetz