From 3a01d191c6b44273b2381fd1f6ec955cf97b0099 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 17 Oct 2018 11:27:16 +0100 Subject: Fix email configuration The configuration now gets picked up and synchronizes correctly with the servers. --- isync/.mbsyncrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'isync') 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 * -- cgit