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: teythoon@thinkbox ~/repos/afew (git)-[master] % python3.2 bin/afew -vv --tag --new INFO:root:Tagging spam messages DEBUG:root:Executing query '(tag:new)' INFO:root:Committing changes to 0 messages INFO:root:Tagging via classification DEBUG:root:Executing query '(tag:new)' DEBUG:root:executing ['dbacl', '-c', ..., '-n'] INFO:root:Committing changes to 1 messages INFO:root:Looking for messages in killed threads that are not yet killed DEBUG:root:Executing query '((tag:new)) AND (NOT tag:killed)' DEBUG:root:Executing query 'thread:"0000000000005d6e" AND tag:killed' DEBUG:root:Executing query 'thread:"0000000000005d6d" AND tag:killed' INFO:root:Committing changes to 0 messages INFO:root:Tagging mailing list posts DEBUG:root:Executing query '((tag:new)) AND (NOT tag:lists)' INFO:root:Committing changes to 0 messages INFO:root:No message specified for filter DEBUG:root:Executing query '((tag:new)) AND (subject:"[Mafia]")' INFO:root:Committing changes to 0 messages INFO:root:Archiving all mails sent by myself DEBUG:root:Executing query '((tag:new)) AND (from:"4winter@informatik.uni-hamburg.de" OR from:"teythoon@jade-hamburg.de")' INFO:root:Committing changes to 0 messages INFO:root:Retags all messages not tagged as junk or killed as inbox DEBUG:root:Executing query '((tag:new)) AND ((tag:new))' DEBUG:root:Removing tags new from "Fachschaftsratsvernetzung" (new unread) (2011-12-21) DEBUG:root:Adding tags inbox to "Fachschaftsratsvernetzung" (new unread) (2011-12-21) INFO:root:Committing changes to 1 messages If you don't get any output at all you might try using the strace hammer again. Justus