diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
commit | 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch) | |
tree | 93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /Mail/mbsyncrc | |
parent | c021038355b6773ab13dae92327fda50c366395f (diff) | |
download | dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2 dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip |
Organise everything systematically.
Diffstat (limited to 'Mail/mbsyncrc')
-rw-r--r-- | Mail/mbsyncrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Mail/mbsyncrc b/Mail/mbsyncrc new file mode 100644 index 0000000..9e9bc65 --- /dev/null +++ b/Mail/mbsyncrc @@ -0,0 +1,25 @@ +IMAPAccount dove +Host skozl.com +User v@skozl.com +Pass youwish +UseIMAPS yes +CertificateFile /etc/ssl/certs/ca-certificates.crt + + +IMAPStore dove-remote +Account dove + +MaildirStore dove-local +# The trailing "/" is important +Path ~/.mail/dove/ +Inbox ~/.mail/dove/Inbox + +Channel gmail +Master :dove-remote: +Slave :dove-local: +Patterns * +# Automatically create missing mailboxes, both locally and on the server +Create Both +# Save the synchronization state files in the relevant directory +SyncState * + |