<<< Date Index >>>     <<< Thread Index >>>

Re: Can one copy folders as opposed to mailboxes?



Chris Green wrote:
> Is there any way in mutt to copy or move folders which contain
> mailboxes?  I know it's easy to do from the shell if you have local
> mailboxes and folders but I want to move some IMAP folders about.

Tag all of the messages then move or copy all tagged to the other
folder?

  T~A
  ;C/some/folder

  T tag messages matching pattern
  ~A all messages
  ; operate on tagged messages
  C copy messages
  s save (move) messages

Bob