Hi all,
I would want to clear automatically the N flags of all the messages of a
given mailbox.
I succeeded to do so interactively by the sequence of commands :
T . ( to tag all the messages )
;W N ( to clear the N flag of the tagged messages )
Now I want to make this operation in batch mode using a specific muttrc
file.
So I wrote a muttrc file like this using the push command:
push "T .\n"
push "; W N\n"
#push quit
but this does not work : mutt opens a message saying "This touch is
unknown" and do nothing
If I only put the first command :
push "T .\n"
everything is right ; mutt opens with all the messages tagged
So I think that it is the ; sign which is unkown in batch mode but how
can I spedify that I want to clear the flag to ALL messages otherwise ?
Your help will be greatly appreciated
Didier