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 <bkerkvliet@gmail.com> Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
parent
d39a1f864f
commit
1184b6c1a3
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user