From: John Goerzen Date: Thu, 7 Aug 2008 08:51:00 +0000 (-0500) Subject: Clarified and highlighted the need to set maxsyncaccounts to sync more X-Git-Tag: debian/6.0.3~3^2 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/54a6ce8ce6b8db3f38408a24d675ca6b2ede85ce Clarified and highlighted the need to set maxsyncaccounts to sync more than 1 account --- diff --git a/offlineimap.conf b/offlineimap.conf index de1a9d9..b6ed990 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -43,6 +43,10 @@ accounts = Test # greater than 1. To force it to synchronize only one account at a # time, set it to 1. # +# Note: if you are using autorefresh and have more than one account, +# you must set this number to be >= to the number of accounts you have; +# since any given sync run never "finishes" due to a timer, you will never +# sync your additional accounts if this is 1. maxsyncaccounts = 1