PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 12, 2022

[FIXED] How to move multiple messages in mutt

 July 12, 2022     command-line-interface, email, message, mutt     No comments   

Issue

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?


Solution

;s

;     tag-prefix     apply next function to tagged messages


Answered By - Paul Yin
Answer Checked By - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing