2015-01-07 10:06:19 +01:00
|
|
|
# Accounts {{{
|
2018-08-13 13:56:35 +02:00
|
|
|
IMAPAccount posteo
|
|
|
|
Host "posteo.de"
|
|
|
|
User "felix.vanderjeugt@posteo.net"
|
|
|
|
PassCmd "pass show other/posteo-mbsync"
|
|
|
|
SSLTYPE "IMAPS"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}} Accounts
|
|
|
|
|
|
|
|
# Remote Stores {{{
|
2018-08-13 13:56:35 +02:00
|
|
|
IMAPStore posteo-remote
|
|
|
|
Account "posteo"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Local Stores {{{
|
2018-08-13 13:56:35 +02:00
|
|
|
MaildirStore posteo-local
|
|
|
|
Path "/data/mail/posteo/"
|
|
|
|
Inbox "/data/mail/posteo/Inbox"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Channels {{{
|
2018-08-13 13:56:35 +02:00
|
|
|
Channel posteo-inbox
|
2021-05-24 15:02:49 +02:00
|
|
|
Far ":posteo-remote:INBOX"
|
|
|
|
Near ":posteo-local:"
|
|
|
|
Create "Near"
|
2018-08-13 13:56:35 +02:00
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel posteo-sent
|
2021-05-24 15:02:49 +02:00
|
|
|
Far ":posteo-remote:Sent"
|
|
|
|
Near ":posteo-local:Sent"
|
|
|
|
Create "Near"
|
2018-08-13 13:56:35 +02:00
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel posteo-trash
|
2021-05-24 15:02:49 +02:00
|
|
|
Far ":posteo-remote:Trash"
|
|
|
|
Near ":posteo-local:Trash"
|
|
|
|
Create "Near"
|
2018-08-13 13:56:35 +02:00
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel posteo-draft
|
2021-05-24 15:02:49 +02:00
|
|
|
Far ":posteo-remote:Drafts"
|
|
|
|
Near ":posteo-local:Drafts"
|
|
|
|
Create "Near"
|
2018-08-13 13:56:35 +02:00
|
|
|
SyncState "*"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Groups {{{
|
2018-08-13 13:56:35 +02:00
|
|
|
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
|