Typos fixed in config file
Fixed some minor typos in the commented config file. I think these days Google also uses Gmail in Germany, so also changed German Google Mail to German Gmail.
This commit is contained in:
parent
56b0c5dbac
commit
3a580049ad
@ -111,7 +111,7 @@ accounts = Test
|
||||
# write cycles. Therefore, you can disable OfflineIMAP's use of fsync().
|
||||
# Doing so will come at the expense of greater risk of message duplication
|
||||
# in the event of a system crash or power loss. Default is fsync = true.
|
||||
# Set fsync = false ot disable fsync.
|
||||
# Set fsync = false to disable fsync.
|
||||
#
|
||||
# fsync = true
|
||||
|
||||
@ -454,7 +454,7 @@ remoteuser = username
|
||||
# You can disable that if you wish. This means that OfflineIMAP will
|
||||
# mark them deleted on the server, but not actually delete them.
|
||||
# You must use some other IMAP client to delete them if you use this
|
||||
# setting; otherwise, the messgaes will just pile up there forever.
|
||||
# setting; otherwise, the messages will just pile up there forever.
|
||||
# Therefore, this setting is definitely NOT recommended.
|
||||
#
|
||||
#expunge = no
|
||||
@ -571,7 +571,7 @@ type = Gmail
|
||||
remoteuser = username@gmail.com
|
||||
|
||||
# The trash folder name may be different from [Gmail]/Trash
|
||||
# for example on german googlemail, this setting should be
|
||||
# for example on German Gmail, this setting should be
|
||||
#
|
||||
# trashfolder = [Google Mail]/Papierkorb
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user