diff options
Diffstat (limited to '.mbsyncrc')
| -rw-r--r-- | .mbsyncrc | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -62,6 +62,54 @@ Channel gmail-all Channel gmail-sent ## +# mailbox.org + +MaildirStore mailbox-local +Subfolders Verbatim +Path "~/data/mail/mailbox/" +Inbox "~/data/mail/mailbox/inbox" +Trash "trash" + +IMAPAccount mailbox +Host imap.mailbox.org +Port 993 +User "mssola@mssola.com" +PassCmd "kwallet-query --read-password mailbox kdewallet --folder email" +TLSType IMAPS +TLSVersions +1.2 +1.3 + +IMAPStore mailbox-remote +Account mailbox + +Channel mailbox-inbox +Far :mailbox-remote: +Near :mailbox-local: +Sync All +Expunge Both +Create Both +CopyArrivalDate yes + +Channel mailbox-sent +Far :mailbox-remote:Sent +Near :mailbox-local:sent +Sync All +Expunge Both +Create Both +CopyArrivalDate yes + +Channel mailbox-archive +Far :mailbox-remote: +Near :mailbox-local: +Pattern Archive/* +Sync All +Expunge Both +Create Both +CopyArrivalDate yes + +Group mailbox +Channels mailbox-inbox mailbox-sent mailbox-archive + +## # suse.com IMAPAccount comsuse |
