From e275653231e711a4ede34babdb855913b6a80667 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 5 Aug 2019 14:46:37 +0200 Subject: Re-add e-mail setup --- isync/.mbsyncrc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 isync/.mbsyncrc (limited to 'isync') diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc new file mode 100644 index 00000000..396bc6a6 --- /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 -- cgit 1.4.1