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 4B656431FBC for ; Wed, 20 Jan 2010 00:20:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -3.712 X-Spam-Level: X-Spam-Status: No, score=-3.712 tagged_above=-999 required=5 tests=[AWL=0.287, BAYES_50=0.001, RCVD_IN_DNSWL_MED=-4] 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 SK+LeZpWx0vF for ; Wed, 20 Jan 2010 00:20:06 -0800 (PST) Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by olra.theworths.org (Postfix) with ESMTP id 556E9431FAE for ; Wed, 20 Jan 2010 00:20:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 06EA278A351F; Wed, 20 Jan 2010 09:20:05 +0100 (CET) Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22148-09; Wed, 20 Jan 2010 09:20:04 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Received: from thinkpad.tsdh.de (unknown [141.26.95.159]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 6AE1678A3BAF; Wed, 20 Jan 2010 09:20:04 +0100 (CET) From: Tassilo Horn To: Jameson Rollins References: <87pr57jvkz.fsf@SSpaeth.de> <201001181641.25647.sojkam1@fel.cvut.cz> <87hbqjwgmf.fsf@SSpaeth.de> <87my0a5i80.fsf@SSpaeth.de> <87my0aqgw9.fsf@veldthuis.com> <20100119152427.GL8342@finestructure.net> <877hrexfat.fsf@SSpaeth.de> <20100119160449.GA28198@finestructure.net> Mail-Copies-To: never Date: Wed, 20 Jan 2010 09:20:04 +0100 In-Reply-To: <20100119160449.GA28198@finestructure.net> (Jameson Rollins's message of "Tue, 19 Jan 2010 11:04:49 -0500") Message-ID: <87bpgp6vd7.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at uni-koblenz.de Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] Introducing notmuchsync 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: Wed, 20 Jan 2010 08:20:10 -0000 Jameson Rollins writes: Hi Jameson, > That said, I have vasilated just a bit on this, as to whether notmuch > should touch the mail at all, or just process it. But having thought > about it a bit, I think that notmuch really *is* an MUA, or at least > the mail processing part of a MUA (MUA minus message reader), and > should therefore do the appropriate things with the maildir. I don't care if notmuch would somehow manipulate mail, but at least, there has to be an option to avoid that. I use it only as indexer and search utility, and wrote some custom code to jump from notmuch buffers to the right message in Gnus. Notmuch indexes the mails directly in the mail storage of my local IMAP server, which is not maildir, and I'm pretty sure, my IMAP server wouldn't like someone modifying files in its guts. Bye, Tassilo