On Mon, Dec 19, 2016 at 11:55 AM, Nicolas Sebrecht <[email protected]> wrote: >> + # number of times to retry fetching messages >> + self.retrycount = int(self.repository.getconf('retry', '2')) > > self.retrycount = self.repository.getconfint('retrycount', 2) > > We have getconfint()
ah! good > and the option name does not match. i called it retry... then wrote the .conf description afterwards and got it wrong, oops :) > Applied with the above fixes and some minor tuning of the commit > message. awesome. l. _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
