Edit: Forget about this - it seems to be working now. Can't figure out what was wrong before, though, and why it now works and didn't before.
I agree, this should rock.
However, I can't get it to work properly.
It supposed to support boolean wildmats? I have the following trivial pattern in "other files" filter:
Code: Select all
*.htm|*.html|*.url|*.sfv|*.srr|*.par2|*.nzb|(*sample*.&(avi|mkv|vob|mp4|mpg|mpeg))
And it doesn't delete even the *.sfv files.
What's wrong with my syntax? (works ok in filters, for example)
(On a side note, there are some subtle "quirks" with filters in general which makes matching difficult sometimes - msgid, for example, does not play nice at all outside incoming headers match (I know why, but it still could be improved to be more useful - especially with negation))