Fix Outlook Inbox IMAP conflict, add PipelineDepth 1
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>
This commit is contained in:
@@ -19,7 +19,7 @@ export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$PA
|
||||
|
||||
# Aliases
|
||||
alias e="emacsclient -t -a \"\""
|
||||
alias mbsync="mbsync -a"
|
||||
alias mailsync="mbsync -a"
|
||||
alias calsync="vdirsyncer sync"
|
||||
alias c="clear"
|
||||
alias cat="bat --paging=never --style=plain"
|
||||
|
||||
Reference in New Issue
Block a user