GNOME Bugzilla – Bug 207801
"Does not come from a mailing list" criterion for filters
Last modified: 2013-09-10 14:02:48 UTC
It would be useful to have a filter criterion that matches "does not come from a mailing list". I could then add the "stop processing" action to that filter immediately so that it gets sent to my Inbox without going through the rest of the filter chain.
Setting this to 1.2... it would be /really/ useful.
i'm pretty sure you can do this with "mailing list is """ (i.e. an empty string) Umm, luis, it isn't 'really useful', its just a minor speedup.
Because of the decision to remap 1.1->1.2 and 1.2->1.4, I'm going to be moving a large number of bugs around in the bugzilla. You can just search on 'body contains' 'Because of the decision to remap' and mark all as read. Please direct all questions about this change to evolution@ximian.com, not the bug. Luis
it's not a 'speedup'; it's a way to separate personal mail from list mail without using unmatched and making a vfolder for every single list.
i'm still pretty sure mailing list is "" works.
So, setting [mailing list] [is] [<empty> ] works, well sort of. Seems when loading the empty string, it gets lost(!), so the expression executed becomes (header-is "x-mailing-list" ) rather than (header-is "x-mailing-list" "") Have to work out why
got it. libxml -> write out "", read back NULL. So changed code to read back NULL -> convert to "" (sigh). Changed for basic text input type, not sure if other types also need similar mods. So, this 'feature' works, although the gui may want tweaking. Not sure if this bugfix should go into stable too.