Re: [afew] announcing afew, an universal tagging solution with some fancy features

Subject: Re: [afew] announcing afew, an universal tagging solution with some fancy features

Date: Fri, 20 Jan 2012 11:26:05 -0000

To: Patrick Totzke, Jameson Graef Rollins, notmuch@notmuchmail.org

Cc:

From: Justus Winter


Quoting Patrick Totzke (2012-01-20 11:40:41)
>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=new;
>
>I suspect you don't split the config value and thus afew ended up with a false tag "new;".
>its just cosmetics but nevertheless..

Hm, actually it does exactly that:

def get_notmuch_new_tags():
    return notmuch_settings.get('new', 'tags').split(';')

Could you post the relevant log messages?

>Thanks for afew! I translated my static filter rules and am very much enjoying the automagic list-id tags :)
>/p

Cool :)

Cheers,
Justus

Thread: