From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B87BA6DE00E8 for ; Tue, 27 Dec 2016 23:51:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.011 X-Spam-Level: X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fEr-yQvSdHOB for ; Tue, 27 Dec 2016 23:51:12 -0800 (PST) X-Greylist: delayed 455 seconds by postgrey-1.35 at arlo; Tue, 27 Dec 2016 23:51:12 PST Received: from shelly.rdw.se (shelly.rdw.se [188.226.220.149]) by arlo.cworth.org (Postfix) with ESMTP id 041A66DE0005 for ; Tue, 27 Dec 2016 23:51:11 -0800 (PST) Received: from localhost (vps.xkqr.org [109.74.206.55]) by shelly.rdw.se (Postfix) with ESMTPSA id CAA9A400E9 for ; Wed, 28 Dec 2016 08:43:34 +0100 (CET) From: Christoffer =?utf-8?Q?Stjernl=C3=B6f?= To: notmuch@notmuchmail.org Cc: Subject: Unsure on how initial tagging with afew is supposed to work User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Wed, 28 Dec 2016 07:43:34 +0000 Message-ID: <87a8bgqz15.fsf@vps.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 28 Dec 2016 07:51:12 -0000 Hello! I have the following contents in ~/.config/afew/config: # This is the default filter chain [SpamFilter] [ClassifyingFilter] [KillThreadsFilter] [ListMailsFilter] [ArchiveSentMailsFilter] [Filter.1] query =3D 'tag:killed and tag:new' tags =3D -unread message =3D marking killed new email as read [InboxFilter] My expectation is that this will remove the "unread" tag from messages that are also tagged "killed". This does not happen =E2=80=93 I can find se= veral recent messages which are tagged both with "killed" and "unread". Why is this a problem? Two reasons! 1. Messages with the "unread" tag reside in the new/ directory physically on the file system, which causes my "you have unread email" alert to go off, and 2. I'd like to understand how to configure automatic tagging with afew. For example, the OpenBSD mailing list is just tagged "misc" by the default afew tagger, and I'd love to switch this to "openbsd-misc" or something. How can I accomplish what I expect to be able to? Regards, Christoffer