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