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 34A17431FB6 for ; Sat, 16 Apr 2011 05:57:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 UxJM8Q-CQCSY for ; Sat, 16 Apr 2011 05:57:14 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 05610431FB5 for ; Sat, 16 Apr 2011 05:57:13 -0700 (PDT) Received: by wyi11 with SMTP id 11so3966373wyi.26 for ; Sat, 16 Apr 2011 05:57:11 -0700 (PDT) Received: by 10.216.159.141 with SMTP id s13mr3056033wek.17.1302958631676; Sat, 16 Apr 2011 05:57:11 -0700 (PDT) Received: from localhost (99.28-240-81.adsl-dyn.isp.belgacom.be [81.240.28.99]) by mx.google.com with ESMTPS id s40sm1730335weq.4.2011.04.16.05.57.09 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 05:57:09 -0700 (PDT) From: Pieter Praet To: Florian Friesdorf , notmuch@notmuchmail.org Subject: Re: (auto-)tagging sent messages In-Reply-To: <8739ll8dkv.fsf@eve.chaoflow.net> References: <8739ll8dkv.fsf@eve.chaoflow.net> User-Agent: Notmuch/0.5-86-g4875299 (http://notmuchmail.org) Emacs/23.1.50.1 (x86_64-pc-linux-gnu) Date: Sat, 16 Apr 2011 14:57:07 +0200 Message-ID: <87pqomgxr0.fsf@A7GMS.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 16 Apr 2011 12:57:18 -0000 On Thu, 14 Apr 2011 10:03:12 +0200, Florian Friesdorf wrote: > > With my current setup (implying that it might be already possible with > notmuch but I am not aware how), when sending a message it is put in > "/home/cfl/mail/sent" via Fcc. This can be configured with the variable notmuch-fcc-dirs, eg. disable it with: (setq notmuch-fcc-dirs nil) > In order for it to be seen by notmuch I then need to run: > notmuch new > > and for it to be tagged as sent: > notmuch tag +sent -- not tag:sent and from:flo@chaoflow.net > > Should / how could this be automated? For this to be possible, "notmuch new" needs the ability to selectively index individual files/folders, which it currently does not. See this (non-)discussion: id:"AANLkTikddX=fYiDmnN2Jx3ERcJndw=80+5_07=M45MQ=@mail.gmail.com" > Further, for certain mails I sent (like this one ) I would like a > WAITING tag (or similar) in order to indicate that I am waiting for an > answer. Currently I set this manually. Could this be achieved through > some indicators via message mode or similar means? e.g.: > > <#notmuch tag=WAITING> analog to <#secure method=pgpmime mode=sign> No idea how this works since I don't follow Jameson's crypto branch, but it's probably not a good idea for this use case since (I presume) the indicator will become permanently lodged in the content of the mail, which isn't where highly volatile metadata belongs. > regards > florian > -- > Florian Friesdorf > GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083 > Jabber/XMPP: flo@chaoflow.net > IRC: chaoflow on freenode,ircnet,blafasel,OFTC Non-text part: application/pgp-signature > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch Peace -Pieter