diff options
author | Alan Pearce | 2018-12-21 12:15:15 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-21 12:15:48 +0100 |
commit | 836d8e51603a7420086d65c79c746e4cdaee0291 (patch) | |
tree | 9f3606bbaa9c99d7058f5a7652039c885632389c /isync | |
parent | 4006db42beee009e99edd76cdcf9bf7114ac6682 (diff) | |
download | dotfiles-836d8e51603a7420086d65c79c746e4cdaee0291.tar.lz dotfiles-836d8e51603a7420086d65c79c746e4cdaee0291.tar.zst dotfiles-836d8e51603a7420086d65c79c746e4cdaee0291.zip |
mbsync: Improve gmail folder layout
Diffstat (limited to 'isync')
-rw-r--r-- | isync/.mbsyncrc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index 09286ba..8991b15 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -3,6 +3,7 @@ Create Both Remove Both Expunge Both CopyArrivalDate yes +FSync no ## Satoshipay # Account @@ -27,12 +28,10 @@ SubFolders Verbatim Channel satoshipay Master :satoshipay.io-remote: Slave :satoshipay.io-local: -Patterns * "[Gmail]*" +Patterns INBOX SyncState * -Channel satoshipay-rubbish -Master :satoshipay.io-remote: +Channel satoshipay-gmail +Master :satoshipay.io-remote:[Gmail]/ Slave :satoshipay.io-local: -Patterns "[Gmail]/Bin" -Create Both -Expunge Both \ No newline at end of file +Patterns * !INBOX \ No newline at end of file |