aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-03-13 16:13:03 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2019-03-13 16:13:03 +0100
commitaa4d86e75ae199f78100024bfd3da3cc05ff605b (patch)
tree877d2d1973de887144ff69e141e243be069dc365
parent0a08f305b78eaaaac12dd9f365870d9cc38e1641 (diff)
downloaddotfiles-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--mbsyncrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbsyncrc b/mbsyncrc
index 7b7e2bd..b80c0a1 100644
--- a/mbsyncrc
+++ b/mbsyncrc
@@ -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