Paul Yin
Paul Yin

Reputation: 1759

How to move multiple messages in mutt

Before all of my messages were in one maildir. Now I want move all arch-general mail to another one.

From here, I see:

"move" as we know it from other places is "save" in mutt. 
"save" as we know it from other places is "copy" in mutt.

~e EXPR         message which contains EXPR in the ``Sender'' field

so I use pattern in index

'T'  and  '~e arch-general' then  's'

but just one message moved.

How can I move all pattterned messages to another dir?

Upvotes: 42

Views: 24263

Answers (1)

Paul Yin
Paul Yin

Reputation: 1759

;s

;     tag-prefix     apply next function to tagged messages

Upvotes: 58

Related Questions