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 D6EEB431FBC for ; Thu, 21 Jan 2010 12:41:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.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=[BAYES_50=0.001] 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 y06MU1K34oMI for ; Thu, 21 Jan 2010 12:41:22 -0800 (PST) Received: from mout-xforward.perfora.net (mout-xforward.perfora.net [74.208.4.202]) by olra.theworths.org (Postfix) with ESMTP id 526F0431FAE for ; Thu, 21 Jan 2010 12:41:22 -0800 (PST) Received-SPF: softfail (mxus2: transitioning domain of pioto.org does not designate 207.192.69.249 as permitted sender) client-ip=207.192.69.249; envelope-from=pioto@pioto.org; helo=everglades.pioto.org; Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249]) by mx.perfora.net (node=mxus2) with ESMTP (Nemesis) id 0MAwiS-1NhvjJ3Nn2-00A1oE for notmuch@notmuchmail.org; Thu, 21 Jan 2010 15:41:21 -0500 Received: from aether.pioto.org (unknown [72.95.222.13]) (Authenticated sender: pioto) by everglades.pioto.org (Postfix) with ESMTPA id 546EC16015F for ; Thu, 21 Jan 2010 15:41:20 -0500 (EST) Received: by aether.pioto.org (Postfix, from userid 1000) id 1C82764A0E; Thu, 21 Jan 2010 15:42:00 -0500 (EST) From: "Mike Kelly" To: notmuch@notmuchmail.org Cc: Message-Id: <20100121204201.1C82764A0E@aether.pioto.org> Date: Thu, 21 Jan 2010 15:42:00 -0500 (EST) Subject: [notmuch] A few patches 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, 21 Jan 2010 20:41:23 -0000 I've got a few patches available in my notmuch repo: http://git.pioto.org/gitweb/notmuch.git The 'noarg-count' branch makes `notmuch count` without any argument simply return the total number of messages in the database. This seems like it could be useful. The 'new-unread' branch makes `notmuch new` only tag messages as 'unread' if they don't have a maildir 'seen' flag. This shouldn't affect anyones existing database, but should make initial imports for people migrating from other mail setups (like me) go much better. -- Mike Kelly