-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add another reference mbsyncrc that works with outlook
- Loading branch information
YYY
authored and
YYY
committed
Dec 3, 2021
1 parent
65cb5dc
commit fe39881
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
IMAPAccount work | ||
Host imap.foo.com | ||
User username | ||
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg" | ||
SSLType IMAPS | ||
Timeout 180 | ||
#Timeout 0 <-- use on first sync | ||
PipelineDepth 1 | ||
|
||
IMAPStore work-remote | ||
Account work | ||
|
||
MaildirStore work-local | ||
Path /path/with/ending/trailingdash/ | ||
Inbox /path/with/ending/trailingdash/Inbox | ||
SubFolders Verbatim | ||
|
||
Channel work-default | ||
Master :work-remote: | ||
Slave :work-local: | ||
Patterns INBOX | ||
Create Both | ||
Expunge Both | ||
SyncState * | ||
|
||
Channel work-sent | ||
Master :work-remote:"Sent Items" | ||
Slave :work-local:sent | ||
Patterns INBOX | ||
Create Both | ||
Expunge Both | ||
SyncState * | ||
|
||
Channel work-drafts | ||
Master :work-remote:"Drafts" | ||
Slave :work-local:drafts | ||
Patterns INBOX | ||
Create Both | ||
Expunge Both | ||
SyncState * | ||
|
||
Channel work-trash | ||
Master :work-remote:"Deleted Items" | ||
Slave :work-local:trash | ||
Patterns INBOX | ||
Create Both | ||
Expunge Both | ||
SyncState * | ||
|
||
Group work | ||
Channel work-default | ||
Channel work-sent | ||
Channel work-drafts | ||
Channel work-trash |