Hi list, What is the supposed way of keeping messages from a mailing list in a dedicated folder?
Right now I'm using folder-hook +INBOX 'macro index \Cw "T~h \"To: mailing-list\"<return>;s\Cu=mailing-list<return><return>$<return>"' i.e. tag everything "To: mailing-list", then move all tagged messages to "=mailing-list" folder. Which works for a single list. But this looks improper, unreliable, and unefficient (has to purge messages for every list; requires to press Ctrl-W). I tried appending a second "T~h...$<return>" for a different list, but this shuffled message destinations (were it typos, bugs, or whatever). This just seems not to be the intended way.