Outlook IMAP lists 'Inbox' as a folder AND uses INBOX as the special inbox, causing mbsync to fail with 'cannot use unqualified Inbox'. Excluding 'Inbox' from Patterns lets the MaildirStore Inbox directive handle it correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
set realname = "Rob Harbaugh"
|
|
set from = "robharbaugh@outlook.com"
|
|
|
|
set mbox_type = Maildir
|
|
set folder = ~/mail/outlook
|
|
set spoolfile = +Inbox
|
|
set postponed = +Drafts
|
|
set trash = +Deleted
|
|
|
|
set signature = ~/.config/neomutt/signature
|
|
set sendmail = "/usr/bin/msmtp -a outlook"
|
|
set envelope_from = yes
|
|
set sendmail_wait = 0
|
|
|
|
unmailboxes *
|
|
mailboxes =Inbox =Drafts =Sent =Archive =Trash =Church =Family =House =Work =Notes |