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 30992431FAF for ; Fri, 20 Jan 2012 02:41:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Date" X-Spam-Flag: NO X-Spam-Score: -0.367 X-Spam-Level: X-Spam-Status: No, score=-0.367 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, INVALID_DATE=0.432, 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 tsGmKNs0K0Yl for ; Fri, 20 Jan 2012 02:41:38 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D2431431FAE for ; Fri, 20 Jan 2012 02:41:37 -0800 (PST) Received: by wgbdt12 with SMTP id dt12so353615wgb.2 for ; Fri, 20 Jan 2012 02:41:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=content-type:mime-version:content-transfer-encoding:from:to :references:in-reply-to:date:message-id:subject:date; bh=pct0qW/JcUaN5v0iwgDdxPymYEf//2GWOBwa1iHu9jo=; b=GOW/vS5hIGkzeJltLyxxiTWBA5W4tv1C+NcXD3bD8DUWcIz92tL8WXA1JQmO3nivYI ptCMyayQ1Jc/LI31oYUHwvU5OFfNDB/1fiL0vkWclOVX+PisOBXQn2lSjjv1JL3sBxBJ tFrGJZEPBbuGoJAkdeeN8GQ0gpRZS3BDBXbjM= Received: by 10.180.92.101 with SMTP id cl5mr25694264wib.21.1327056096676; Fri, 20 Jan 2012 02:41:36 -0800 (PST) Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) by mx.google.com with ESMTPS id df2sm25163565wib.4.2012.01.20.02.41.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jan 2012 02:41:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Patrick Totzke To: Justus Winter <4winter@informatik.uni-hamburg.de>, Jameson Graef Rollins , notmuch@notmuchmail.org References: <4ee8d62a.596ee30a.1833.ffffc33e@mx.google.com> <87k45so36b.fsf@servo.finestructure.net> <4eef7faa.c1cae30a.0802.ffffaffb@mx.google.com> In-Reply-To: Date: Fri, 20 Jan 2012 10:40:41 -0000 Message-ID: <20120120104041.23590.16718@megatron> Subject: Re: [afew] announcing afew, an universal tagging solution with some fancy features Date: Fri, 20 Jan 2012 10:40:41 +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: Fri, 20 Jan 2012 10:41:40 -0000 Quoting Justus Winter (2011-12-21 08:53:23) >Hey Pazz, > >Quoting Patrick Totzke (2011-12-19 19:17:12) >>Also, should i not get some output when calling afew with -vv ? > >Yes you should ;). Here's an example run on my box: Alright, I do get logging output with upstream master thanks. FYI: I found the problem with afew not finding new mails on my box. I had the following in my ~/.notmuch-config: # tags A list (separated by ';') of the tags that will be # added to all messages incorporated by "notmuch new". # [new] tags=3Dnew; I suspect you don't split the config value and thus afew ended up with a fa= lse tag "new;". its just cosmetics but nevertheless.. Thanks for afew! I translated my static filter rules and am very much enjoy= ing the automagic list-id tags :) /p