configuration/mbsyncrc

55 lines
1.0 KiB
Plaintext
Raw Normal View History

2015-01-07 10:06:19 +01:00
# Accounts {{{
IMAPAccount posteo
Host "posteo.de"
User "felix.vanderjeugt@posteo.net"
PassCmd "pass show other/posteo-mbsync"
TLSType "IMAPS"
2015-01-07 10:06:19 +01:00
# }}} Accounts
# Remote Stores {{{
IMAPStore posteo-remote
Account "posteo"
2015-01-07 10:06:19 +01:00
# }}}
# Local Stores {{{
MaildirStore posteo-local
Path "/data/mail/posteo/"
Inbox "/data/mail/posteo/Inbox"
2015-01-07 10:06:19 +01:00
# }}}
# Channels {{{
Channel posteo-inbox
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:INBOX"
Near ":posteo-local:"
Create "Near"
SyncState "*"
Channel posteo-sent
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:Sent"
Near ":posteo-local:Sent"
Create "Near"
SyncState "*"
Channel posteo-trash
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:Trash"
Near ":posteo-local:Trash"
Create "Near"
SyncState "*"
Channel posteo-draft
2021-05-24 15:02:49 +02:00
Far ":posteo-remote:Drafts"
Near ":posteo-local:Drafts"
Create "Near"
SyncState "*"
2015-01-07 10:06:19 +01:00
# }}}
# Groups {{{
Group posteo
Channel "posteo-inbox"
Channel "posteo-sent"
Channel "posteo-trash"
Channel "posteo-draft"
2015-01-07 10:06:19 +01:00
# }}}
# vim: foldmethod=marker