aboutsummaryrefslogtreecommitdiffstats
path: root/isync
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-17 11:27:16 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-10-17 11:27:16 +0100
commit3a01d191c6b44273b2381fd1f6ec955cf97b0099 (patch)
treecded78c1ce75610cd1669c4b2e4139e30112d44f /isync
parent03536fd604c6e6722eded93569bdf6bd368ffafd (diff)
downloaddotfiles-3a01d191c6b44273b2381fd1f6ec955cf97b0099.tar.gz
dotfiles-3a01d191c6b44273b2381fd1f6ec955cf97b0099.zip
Fix email configuration
The configuration now gets picked up and synchronizes correctly with the servers.
Diffstat (limited to 'isync')
-rw-r--r--isync/.mbsyncrc9
1 files changed, 3 insertions, 6 deletions
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc
index 6db1635..009d231 100644
--- a/isync/.mbsyncrc
+++ b/isync/.mbsyncrc
@@ -38,10 +38,7 @@ Inbox ~/.mail/imperial/Inbox
Channel gmail
Master :gmail-remote:
Slave :gmail-local:
-# Exclude everything under the internal [Gmail] folder, except the interesting folders
-# Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
-# Or include everything
-Patterns *
+Patterns "[Gmail]/Sent Mail" "[Gmail]/Drafts" "[Gmail]/Trash" INBOX MyArchive
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Save the synchronization state files in the relevant directory
@@ -50,6 +47,6 @@ SyncState *
Channel imperial
Master :imperial-remote:
Slave :imperial-local:
-Patterns *
+Patterns "Sent Items" MyArchive "Deleted Items" INBOX Drafts
Create Both
-SyncState * \ No newline at end of file
+SyncState *