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 A65FE431FBC for ; Mon, 5 Mar 2012 02:05:33 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 em5z41pTdGd7 for ; Mon, 5 Mar 2012 02:05:33 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-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 E4028431FAE for ; Mon, 5 Mar 2012 02:05:32 -0800 (PST) Received: by werm13 with SMTP id m13so2693142wer.26 for ; Mon, 05 Mar 2012 02:05:30 -0800 (PST) Received-SPF: pass (google.com: domain of patricktotzke@googlemail.com designates 10.216.137.74 as permitted sender) client-ip=10.216.137.74; Authentication-Results: mr.google.com; spf=pass (google.com: domain of patricktotzke@googlemail.com designates 10.216.137.74 as permitted sender) smtp.mail=patricktotzke@googlemail.com; dkim=pass header.i=patricktotzke@googlemail.com Received: from mr.google.com ([10.216.137.74]) by 10.216.137.74 with SMTP id x52mr3728546wei.77.1330941930252 (num_hops = 1); Mon, 05 Mar 2012 02:05:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:from:user-agent :to:references:in-reply-to:message-id:subject:date; bh=YZnOfEgUXa02BDRSfUJyiGjw2E2BT0NlvZ/fI2PBCFs=; b=r3O+9wTTI4qTWzxjg+Yz0dGVxYTA1W8/KjCT7qbe8EKkRnM8GYFwkxoKrB+nr+u+o0 /jML14XoFcv9opZwUGU0Kvs6kwTFkGHXHEDAQ1utkL+dwdRc69OKszi3AKCq7ump8lmY CZaKJ2+JOw6STdzTqmC7qw9o8XeQNOHSTVybCi+YgfHH0fYOVG7r4SwYpZw5NocsnyGQ KCz0PVKLtj2FYICcUROiIKfK3haTt/qiZLYYwqHCzGwTmdHt2FD1louu0Z3pV6j7hY0h gKy5JkYpFcbFL4WkYBxAuWksuUX/G8VAvBjq5khNfvL0tF/I1bAyPNgERxXVtCxxkA0D M8iA== Received: by 10.216.137.74 with SMTP id x52mr3036877wei.77.1330941930181; Mon, 05 Mar 2012 02:05:30 -0800 (PST) Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) by mx.google.com with ESMTPS id fl2sm59638574wib.4.2012.03.05.02.05.28 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Mar 2012 02:05:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Patrick Totzke User-Agent: alot/0.21+ To: Philippe LeCavalier , notmuch@notmuchmail.org References: <20120303183732.12306.55008@plc.plecavalier.com> In-Reply-To: <20120303183732.12306.55008@plc.plecavalier.com> Message-ID: <20120305100421.1665.13686@megatron> Subject: Re: [alot] mails tagged 'killed' reappearing Date: Mon, 05 Mar 2012 10:04:21 +0000 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: Mon, 05 Mar 2012 10:05:33 -0000 Hi Phil, Quoting Philippe LeCavalier (2012-03-03 18:37:32) >I can't tell if it's _all_ killed mails but I can say for sure that some >tagged mails reappear in the inbox despite them tagged 'killed' and the >search mode filter is inbox AND NOT tag:killed. I presume by reappear you mean that once you receive another mail of that t= hread, the thread ends up in your inbox again? You should be aware that tag "killed" is not special in any kind, nor is "i= nbox": They are just strings attached to mails that make it easier for you to filt= er your mailboxes. The feature you might expect: threads tagged "killed" once will never pop u= p in your inbox is not a feature of notmuch or alot; it *might* be a feature of your taggin= g script if you decide to organize your mails like that. I can highly recommend Justus' "afew" tagging script https://github.com/tey= thoon/afew, which can be configured to provide above mentioned functionality among othe= r things. For other solutions have a look at http://notmuchmail.org/initial_tagging/. Best, /p