diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 12:03:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 12:03:23 +0100 |
commit | 03a3d92fd4d3dbb35cf932fd6d76b7a2646615e4 (patch) | |
tree | f10c6ee638853dbc7b5e3e7b51c17def1fbf6e7e | |
parent | 22bdaa7daaf7bc102f08d953af696914df1fc878 (diff) | |
download | dotfiles-03a3d92fd4d3dbb35cf932fd6d76b7a2646615e4.tar.xz |
mbsyncrc: Add archlinux imap
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | mbsyncrc | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -22,3 +22,28 @@ Create Both SyncState * Expunge Both CopyArrivalDate yes + + +IMAPAccount archlinux +Host mail.archlinux.org +User demize +SSLType STARTTLS +SSLVersions TLSv1.2 +PassCmd +"pass show mail/demize@archlinux.org" + +IMAPStore archlinux-remote +Account archlinux + +MaildirStore archlinux-local +Path ~/mail-archlinux/ +Inbox ~/mail-archlinux/inbox +SubFolders Verbatim + +Channel archlinux +Master :archlinux-remote: +Slave :archlinux-local: +Patterns * +Create Both +SyncState * +Expunge Both +CopyArrivalDate yes |