On Mon, Jul 24, 2023 at 10:18:37PM +0200, Mikhail Nidze via Mutt-users wrote: > The problem was in *folder* and *spoolfile* variables incorrectly set. > The correct ones are: > > set folder = "imaps://imap.mail.me.com:993" > set spoolfile = "imaps://my_acco...@imap.mail.me.com/INBOX"
BTW, Kevin's response may have hinted at this a bit, but you can use + or = before so that you don't have to repeat the imaps:// part, e.g., set folder="imaps://imap.example.com/" set spoolfile=+INBOX set postponed=+Drafts # or, Gmail style w/ label prefix on folder name set postponed="+[Gmail]/Drafts" /w w