diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-03-13 16:13:03 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-03-13 16:13:03 +0100 |
| commit | aa4d86e75ae199f78100024bfd3da3cc05ff605b (patch) | |
| tree | 877d2d1973de887144ff69e141e243be069dc365 | |
| parent | 0a08f305b78eaaaac12dd9f365870d9cc38e1641 (diff) | |
| download | dotfiles-aa4d86e75ae199f78100024bfd3da3cc05ff605b.tar.gz dotfiles-aa4d86e75ae199f78100024bfd3da3cc05ff605b.zip | |
mbsync: use localized names for GMail mailboxes
Apparently mailboxes from GMail like "Sent Email" and "All email", is
localized. That is, it depends on the locale of your GMail account. Since mine
was in catalan, the mailboxes have to be referenced in catalan as well here.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | mbsyncrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ Sync All SyncState * Channel gmail-all -Master :gmail-remote:"[Gmail]/All Mail" +Master :gmail-remote:"[Gmail]/Tot el correu" Slave :gmail-local:"All" Create Both Expunge Both @@ -47,7 +47,7 @@ Sync All SyncState * Channel gmail-sent -Master :gmail-remote:"[Gmail]/Sent Mail" +Master :gmail-remote:"[Gmail]/Enviats" Slave :gmail-local:"Sent" Create Both Expunge Both |
