8

I accidentally let mutt to move all read emails from the server to local mbox file. How to restore mails to the server?

Jonik
  • 5,940
JtR
  • 1,959

1 Answers1

7

Open the mbox file in mutt (mutt -f ~/mbox or the c key), tag all messages (T), move them back (; s).

grawity
  • 501,077