summaryrefslogtreecommitdiff
path: root/email/.mbsyncrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-02-16 13:15:08 +0100
committerJulian T <julian@jtle.dk>2020-02-16 13:15:08 +0100
commit23148a28b0486b6a77efa2de638727d9c16a3128 (patch)
tree91486284a23512cb475f44d82a259b40f8ca28e1 /email/.mbsyncrc
parent108018b8d55449a0e8cd36a0d762bc41679fc208 (diff)
Removed email config
Diffstat (limited to 'email/.mbsyncrc')
-rw-r--r--email/.mbsyncrc36
1 files changed, 0 insertions, 36 deletions
diff --git a/email/.mbsyncrc b/email/.mbsyncrc
deleted file mode 100644
index 0a8d5d6..0000000
--- a/email/.mbsyncrc
+++ /dev/null
@@ -1,36 +0,0 @@
-# Account info
-IMAPAccount mailbox
-Host imap.mailbox.org
-User julian@jtle.dk
-SSLType IMAPS
-#PassCmd "echo ${PASSWORD:-$(pass show mail | head -n 1)}"
-PassCmd "pass show mail | head -n 2"
-AuthMechs LOGIN
-
-# Remote settings
-IMAPStore mailbox-remote
-Account mailbox
-
-# Local settings
-MaildirStore mailbox-local
-Subfolders Verbatim
-# The trailing "/" is important
-Path ~/.mail/mailbox/
-Inbox ~/.mail/mailbox/inbox
-
-# Connection
-Channel mailbox-inbox
-Master :mailbox-remote:
-Slave :mailbox-local:
-Patterns INBOX*
-Create Both
-SyncState *
-
-Channel mailbox-sent
-Master :mailbox-remote:"Sent"
-Slave :mailbox-local:sent
-Create Both
-
-Group mailbox
-Channel mailbox-inbox
-Channel mailbox-sent