Fix breaking changes in mbsync config
This commit is contained in:
parent
1e370c0072
commit
84c3512f80
|
@ -16,20 +16,36 @@ Path ~/.mail/gmail/
|
||||||
Inbox ~/.mail/gmail/Inbox/
|
Inbox ~/.mail/gmail/Inbox/
|
||||||
|
|
||||||
Channel sync-gmail-default
|
Channel sync-gmail-default
|
||||||
Master :gmail-remote:
|
Far :gmail-remote:
|
||||||
Slave :gmail-local:
|
Near :gmail-local:
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
Channel sync-gmail-sent
|
Channel sync-gmail-sent
|
||||||
Master :gmail-remote:"[Gmail]/Sent Mail"
|
Far :gmail-remote:"[Gmail]/Sent Mail"
|
||||||
Slave :gmail-local:sent
|
Near :gmail-local:sent
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
Channel sync-gmail-trash
|
Channel sync-gmail-trash
|
||||||
Master :gmail-remote:"[Gmail]/Bin"
|
Far :gmail-remote:"[Gmail]/Bin"
|
||||||
Slave :gmail-local:trash
|
Near :gmail-local:trash
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
Channel sync-gmail-junk
|
Channel sync-gmail-junk
|
||||||
Master :gmail-remote:"[Gmail]/Spam"
|
Far :gmail-remote:"[Gmail]/Spam"
|
||||||
Slave :gmail-local:junk
|
Near :gmail-local:junk
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
# Get all the channels together into a group.
|
# Get all the channels together into a group.
|
||||||
Group gmail
|
Group gmail
|
||||||
|
@ -38,10 +54,6 @@ Channel sync-gmail-sent
|
||||||
Channel sync-gmail-trash
|
Channel sync-gmail-trash
|
||||||
Channel sync-gmail-junk
|
Channel sync-gmail-junk
|
||||||
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
IMAPAccount uni
|
IMAPAccount uni
|
||||||
Host correo.ugr.es
|
Host correo.ugr.es
|
||||||
User akasroua@correo.ugr.es
|
User akasroua@correo.ugr.es
|
||||||
|
@ -59,20 +71,36 @@ Path ~/.mail/uni/
|
||||||
Inbox ~/.mail/uni/INBOX/
|
Inbox ~/.mail/uni/INBOX/
|
||||||
|
|
||||||
Channel uni-default
|
Channel uni-default
|
||||||
Master :uni-remote:
|
Far :uni-remote:
|
||||||
Slave :uni-local:
|
Near :uni-local:
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
Channel uni-sent
|
Channel uni-sent
|
||||||
Master :uni-remote:"Sent"
|
Far :uni-remote:"Sent"
|
||||||
Slave :uni-local:sent
|
Near :uni-local:sent
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
Channel uni-trash
|
Channel uni-trash
|
||||||
Master :uni-remote:"Trash"
|
Far :uni-remote:"Trash"
|
||||||
Slave :uni-local:trash
|
Near :uni-local:trash
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
Channel uni-archive
|
Channel uni-archive
|
||||||
Master :uni-remote:"BUZONdeEntradaUGR"
|
Far :uni-remote:"BUZONdeEntradaUGR"
|
||||||
Slave :uni-local:archive
|
Near :uni-local:archive
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
|
||||||
# Get all the channels together into a group.
|
# Get all the channels together into a group.
|
||||||
Group uni
|
Group uni
|
||||||
|
@ -80,7 +108,3 @@ Channel uni-default
|
||||||
Channel uni-sent
|
Channel uni-sent
|
||||||
Channel uni-trash
|
Channel uni-trash
|
||||||
Channel uni-archive
|
Channel uni-archive
|
||||||
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
Loading…
Reference in New Issue