From aa4d86e75ae199f78100024bfd3da3cc05ff605b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 13 Mar 2019 16:13:03 +0100 Subject: mbsync: use localized names for GMail mailboxes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- mbsyncrc | 4 ++-- 1 file 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 -- cgit v1.2.3