diff options
author | Alan Pearce | 2019-10-09 17:52:28 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-09 17:53:01 +0200 |
commit | 21bdf17d577d87a01e3caaad6b96b58746b51f90 (patch) | |
tree | d768b23b0ff302880f8d71843dd20c333ccf844a /user/isync/.mbsyncrc | |
parent | 7f06dcd355a37f384589c0f01f7c33de8e00bdca (diff) | |
download | nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.tar.lz nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.tar.zst nixfiles-21bdf17d577d87a01e3caaad6b96b58746b51f90.zip |
Unify mail setup
Diffstat (limited to 'user/isync/.mbsyncrc')
-rw-r--r-- | user/isync/.mbsyncrc | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/user/isync/.mbsyncrc b/user/isync/.mbsyncrc deleted file mode 100644 index 396bc6a6..00000000 --- a/user/isync/.mbsyncrc +++ /dev/null @@ -1,37 +0,0 @@ -# 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 |