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 1AEA8431FD0 for ; Thu, 25 Nov 2010 00:13:42 -0800 (PST) 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 rzL2ExzNj4Mc for ; Thu, 25 Nov 2010 00:13:41 -0800 (PST) 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 E36EA431FB5 for ; Thu, 25 Nov 2010 00:13:40 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 5E42520402; Thu, 25 Nov 2010 09:13:39 +0100 (CET) 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=EKL4WrHz23dY40TNWwkve9 PjolM=; b=FuLBujD6L6yzt7+ZhP+4+c7xFDUXX4iKpQPKcJng+bcvbzJbWzR4Wp SvAGAuVFI3VTiLciiDpqK2NM0KBQbD7RduMJGSp0YeV2kyw7A6JioWPKF8y1lj5A CFw6kJvuZwBaQB+bRph6Uc75vPdRORu54j6V+WYcGHI5cgbPonci4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=oK5t5dL2NQeFCzX3 t7ANvsqN2R48KZ/88C1hhiX9Goet9HkE7jYE1aHOGCui6hyn4NXvYIEZ+cz8Dcvc 0G5qEDqA58M8Fx0g3Tiof32CInoRI8gFCX7J+Tds+4nFdSsJYY61MpLizCoTI2yG M0YvyhWkyyVZGSa+mleFWG0YKrI= 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; Thu, 25 Nov 2010 09:13:39 +0100 (CET) From: Xavier Maillard To: Sebastian Spaeth , notmuch@notmuchmail.org Subject: Re: [FEATURE REQUEST]: post-processing on notmuch new In-Reply-To: <87bp5dga6k.fsf@SSpaeth.de> References: <8739qqufzu.fsf@gmail.com> <87bp5dga6k.fsf@SSpaeth.de> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Thu, 25 Nov 2010 09:20:39 +0100 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: Thu, 25 Nov 2010 08:13:42 -0000 On Thu, 25 Nov 2010 08:00:03 +0100, Sebastian Spaeth wrote: > On Thu, 25 Nov 2010 00:30:45 -0500, Ben Gamari wrote: > > I, for one, simply have a get-mail script > > which calls offlineimap, notmuch new, and finally my sorting > > script. This seems like a more straightforward way to manage this; > > I have notmuch new and my sorting script run as posthooks in my > offlineimap, so I simply invoke offlineimap to get my mail and run > notmuch new (and do some tagging) Interesting. Could you share your setup here ? /Xavier