freshprince's comments

freshprince | 10 years ago | on: Mutt 1.6

I guess it would be something like this:

  T.<cr>;g
'T' means tag messages matching a given pattern. '.' would be the pattern that matches all messages in the current mailbox. So now all messages are tagged. ';' is the prefix for 'do the next command for every message that is tagged' and 'g' is reply to all.
page 1