offlineimap.conf: use 'Offlineimap' to name the software

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-11-19 15:53:58 +01:00
parent 9e09f1316a
commit 43b7b15c77
1 changed files with 2 additions and 2 deletions

View File

@ -558,7 +558,7 @@ localfolders = ~/Test
# Valid fields are customflag_[a-z], valid values are whatever the IMAP server # Valid fields are customflag_[a-z], valid values are whatever the IMAP server
# allows. # allows.
# #
# Comparison in offlineimap is case-sensitive. # Comparison in Offlineimap is case-sensitive.
# #
#customflag_a = some_keyword #customflag_a = some_keyword
#customflag_b = $OtherKeyword #customflag_b = $OtherKeyword
@ -865,7 +865,7 @@ remoteuser = username
# #
# Access tokens have limited lifetimes. If you need access beyond the lifetime # Access tokens have limited lifetimes. If you need access beyond the lifetime
# of a single access token, you should use a refresh token. A refresh token # of a single access token, you should use a refresh token. A refresh token
# allows offlineimap to obtain new access tokens. # allows Offlineimap to obtain new access tokens.
# #
# If you want to use a refresh token, make sure you disabled/removed any # If you want to use a refresh token, make sure you disabled/removed any
# oauth2_access_token option. The access token is downloaded from the URL # oauth2_access_token option. The access token is downloaded from the URL