* Bostjan Muller <[EMAIL PROTECTED]>, 2002-01-24 08:10 -0500: > Hi! > > I have noticed, that whenever read mail is saved to my mbox it gets > tagged as new. I would like to remove the new tags so I did this rule: > > folder-hook mbox push 'T\~N\n;WN\n;W*\n'
Basically, it should work without the semicola.
folder-hook mbox push "T~N\nWn\n^T~A\n"
folder-hook mbox push "T~N\n
tag New
WN\n
clear flag New
^T~A\n"
(optionally) untag all
In case this doesn't work, replace the 'T~N\n' part by
'^T~A\nT~A\n', which would first untag all, then tag all.
-Andre
pgpGaCOinYzW8.pgp
Description: PGP signature

