From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 34E1D431FAF for ; Mon, 27 Feb 2012 13:21:08 -0800 (PST) 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 oFB4wm-HjwZm for ; Mon, 27 Feb 2012 13:21:07 -0800 (PST) X-Greylist: delayed 630 seconds by postgrey-1.32 at olra; Mon, 27 Feb 2012 13:21:07 PST Received: from mail.sflc.info (mail.sflc.info [207.86.247.70]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AA2BC431FAE for ; Mon, 27 Feb 2012 13:21:07 -0800 (PST) Received: from localhost (unknown [10.5.53.179]) by mail.sflc.info (Postfix) with ESMTPSA id 416ECB4C108; Mon, 27 Feb 2012 21:10:18 +0000 (UTC) From: James Vasile To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org Subject: Re: [afew] announcing afew, an universal tagging solution with some fancy features In-Reply-To: References: User-Agent: Notmuch/0.11.1+206~gf3628de (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu) Date: Mon, 27 Feb 2012 16:10:35 -0500 Message-ID: <87pqd0dltg.fsf@wyzanski.jamesvasile.com> 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: Mon, 27 Feb 2012 21:21:08 -0000 I'm tring to figure out how to use afew. It looks interesting, but gives me surprising results. I did `afew --learn spam -- tag:spam` and believe this tells afew that all the messages matching tag:spam should be classified as spam. But if that is right, why would `afew -c spam -- tag:spam` then show me a bunch of messages that are tagged spam by notmuch but not classified spam by afew? How do I train afew when I correct it's mistakes? Is that what `afew update` is for? What does "update the reference category" mean? Thanks much, James