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 8B5BE431FBF for ; Tue, 17 Nov 2009 18:03:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 X6Xn9sVeXoGk for ; Tue, 17 Nov 2009 18:03:22 -0800 (PST) Received: from keithp.com (home.keithp.com [63.227.221.253]) by olra.theworths.org (Postfix) with ESMTP id C9043431FAE for ; Tue, 17 Nov 2009 18:03:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 23EC7760129; Tue, 17 Nov 2009 18:03:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at keithp.com Received: from keithp.com ([127.0.0.1]) by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BU4FCcQv1E0k; Tue, 17 Nov 2009 18:03:18 -0800 (PST) Received: by keithp.com (Postfix, from userid 1033) id 2118976012A; Tue, 17 Nov 2009 18:03:18 -0800 (PST) Received: from keithp.com (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 14437760129; Tue, 17 Nov 2009 18:03:18 -0800 (PST) From: Keith Packard To: Adrian Perez de Castro , notmuch@notmuchmail.org In-Reply-To: <20091118002059.067214ed@hikari> References: <20091118002059.067214ed@hikari> Date: Tue, 17 Nov 2009 18:03:17 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Introducing myself X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Wed, 18 Nov 2009 02:03:22 -0000 On Wed, 18 Nov 2009 00:20:59 +0100, Adrian Perez de Castro wrote: > Some time ago I thought > about doing something like Not Much and in fact I played a bit with the > Python+Xapian and the Python+Whoosh combinations, because I find relaxing > to code things in Python when I am not working and also it is installed > by default on most distribution. I got to have some mailboxes indexed and > basic searching working a couple of months ago. Sup certainly started a lot of people thinking... > Also, I would like to share one idea I had in mind, that you might find > interesting: One thing I have found very annoying is having to re-tag my > mail when the indexes get b0rked (it happened a couple of times to me while > using Sup), so I was planning to mails as read/unread and adding the tags > not just to the index, but to the mail text itself, e.g. by adding a > "X-Tags" header field or by reusing the "Keywords" one. Easier than that, notmuch (and sup too), provide a 'dump' command which just lists all of the message IDs and their associated tags. Makes saving tags easy and doesn't involve rewriting messages. I do this once a day just before my computer is backed up to an external drive. If the index is destroyed, you can reindex the messages and then reapply all of the tags with 'notmuch restore'. -- keith.packard@intel.com