summary refs log tree commit diff stats
path: root/isync
diff options
context:
space:
mode:
authorAlan Pearce2019-08-05 14:46:37 +0200
committerAlan Pearce2019-08-05 14:46:37 +0200
commite275653231e711a4ede34babdb855913b6a80667 (patch)
treea55bf0336b4bcfed564fb070ff11305dbdc3a894 /isync
parented576d210eb911c4cb0d0babb456e9e463284389 (diff)
downloadnixfiles-e275653231e711a4ede34babdb855913b6a80667.tar.lz
nixfiles-e275653231e711a4ede34babdb855913b6a80667.tar.zst
nixfiles-e275653231e711a4ede34babdb855913b6a80667.zip
Re-add e-mail setup
Diffstat (limited to 'isync')
-rw-r--r--isync/.mbsyncrc37
1 files changed, 37 insertions, 0 deletions
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