From 8435efd5fceb1ad059a2aabad67f84f20a6ef74e Mon Sep 17 00:00:00 2001 From: Bart Kerkvliet Date: Thu, 11 Apr 2013 20:15:14 +0200 Subject: [PATCH] Fix country-specific GMail folder names * Germany (and Austria) now use GMail as the base folder names. * Suggests users to check their spam and trash folder names and set them appropriately. From: Bart Kerkvliet Signed-off-by: Eygene Ryabinkin --- offlineimap.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/offlineimap.conf b/offlineimap.conf index 382032c..2794f32 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -17,9 +17,9 @@ # trashfolder: %(gmailtrashfolder)s # # [DEFAULT] -# gmailtrashfolder = [Google Mail]/Papierkorb +# gmailtrashfolder = [Gmail]/Papierkorb # -# would set the trashfolder setting for your German gmail accounts. +# would set the trashfolder setting for your German Gmail accounts. # NOTE2: This implies that any '%' needs to be encoded as '%%' @@ -232,7 +232,7 @@ remoterepository = RemoteExample # messages (e.g. those with large attachments etc). If you do this it # will appear to offlineimap that these messages do not exist at all. They # will not be copied, have flags changed etc. For this to work on an IMAP -# server the server must have server side search enabled. This works with gmail +# server the server must have server side search enabled. This works with Gmail # and most imap servers (e.g. cyrus etc) # The maximum size should be specified in bytes - e.g. 2000000 for approx 2MB @@ -573,11 +573,10 @@ remoteuser = username@gmail.com # The trash folder name may be different from [Gmail]/Trash # for example on German Gmail, this setting should be # -# trashfolder = [Google Mail]/Papierkorb +# trashfolder = [Gmail]/Papierkorb # -# The same is valid for the spam folder -# -# spamfolder = [Google Mail]/Spam +# You should look for the localized names of the spam folder too: +# "spamfolder" tunable will help you to override the standard name. # Enable 1-way synchronization. See above for explanation. # -- 1.8.3.4