diff options
author | Alan Pearce | 2019-08-05 14:46:37 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-05 14:46:37 +0200 |
commit | e275653231e711a4ede34babdb855913b6a80667 (patch) | |
tree | a55bf0336b4bcfed564fb070ff11305dbdc3a894 /isync | |
parent | ed576d210eb911c4cb0d0babb456e9e463284389 (diff) | |
download | dotfiles-e275653231e711a4ede34babdb855913b6a80667.tar.lz dotfiles-e275653231e711a4ede34babdb855913b6a80667.tar.zst dotfiles-e275653231e711a4ede34babdb855913b6a80667.zip |
Re-add e-mail setup
Diffstat (limited to 'isync')
-rw-r--r-- | isync/.mbsyncrc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc new file mode 100644 index 0000000..396bc6a --- /dev/null +++ b/isync/.mbsyncrc @@ -0,0 +1,37 @@ +# Globals +Create Both +Remove Both +Expunge Both +CopyArrivalDate yes +FSync no + +## Satoshipay +# Account +IMAPAccount satoshipay.io +Host imap.gmail.com +User alan@satoshipay.io +PassCmd "keyring get satoshipay-google-mail alan@satoshipay.io" +SSLType IMAPS +SSLVersions TLSv1.2 TLSv1.1 + +# Remote +IMAPStore satoshipay.io-remote +Account satoshipay.io + +# Local +MaildirStore satoshipay.io-local +Path ~/mail/satoshipay/ +Inbox ~/mail/satoshipay/INBOX +SubFolders Verbatim + +# Job +Channel satoshipay +Master :satoshipay.io-remote: +Slave :satoshipay.io-local: +Patterns INBOX +SyncState * + +Channel satoshipay-gmail +Master :satoshipay.io-remote:[Gmail]/ +Slave :satoshipay.io-local: +Patterns * !INBOX \ No newline at end of file |