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 6A13A429E26 for ; Mon, 25 Apr 2011 15:14:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled 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 7gnOxhfT7b8Y for ; Mon, 25 Apr 2011 15:14:20 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 9330B429E21 for ; Mon, 25 Apr 2011 15:14:20 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 982202C062; Tue, 26 Apr 2011 00:14:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=IU6LefE/sfoBVintxEai97 GA/i0=; b=hkzmpy5mdQxlWpk810Q00wMfQJy1ux01ep4YVKxPoxLawPOzMJbEll 4PpMUxkuCpdOytUoKoSpQHwYq7/PcW+tPxXoxSUWZFPYpo/eeh4MvoNFDQhokaEi Rg4WwNyosrEs6nTXLNWn6f8S42VqtyxfDYccoaWbvDBaEWMfvG8qY= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Tue, 26 Apr 2011 00:14:18 +0200 (CEST) From: Xavier Maillard To: Carl Worth , Michael Radziej , Florian Friesdorf , notmuch@notmuchmail.org Subject: Re: (auto-)tagging sent messages In-Reply-To: <87tydm3wlt.fsf@yoom.home.cworth.org> References: <8739ll8dkv.fsf@eve.chaoflow.net> <87mxjphl55.fsf@spieleck.de> <87wrirtn58.fsf@spieleck.de> <87tydutuhk.fsf@spieleck.de> <87tydm3wlt.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.5-133-gc509598 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Tue, 26 Apr 2011 00:25:02 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 22:14:21 -0000 Hi Carl, On Mon, 25 Apr 2011 13:27:26 -0700, Carl Worth wrote: > > My goal is to use notmuch remotely directly on my IMAP server but there > > are problems when doing notmuch new in the dovecot tree (dovecot index > > files if I recall correctly). > > Can you describe what the specific problems are here? It would be great > to fix notmuch to work well in this scenario. > > Perhaps we would simply need a list of filename patterns to ignore? I just tested it again. My IMAP server tree is like this: On 'notmuch new', it works as expected -i.e. ignoring non-mail files such as index files. Alas, in the end it fails with an error message: Error opening /exter..../.dovecot.sieve.log: Permission denied Internal error: add_message returned unexpected value: 4 (notmuch-new.c:448) I hope it will help. /Xavier