minor: add comments

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-01-11 13:54:53 +01:00
parent c2b8a99fa2
commit a44718130d
4 changed files with 14 additions and 0 deletions

View File

@ -321,6 +321,8 @@ class OfflineImap:
pass
try:
# Honor CLI --account option, only.
# Accounts to sync are put into syncaccounts variable.
activeaccounts = self.config.get("general", "accounts")
if options.accounts:
activeaccounts = options.accounts