|
|
|
|
|
by freshprince
3727 days ago
|
|
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. |
|
I would not characterize this as a single command...