<DKIM> [PATCH] add repository retrycount option

Luke Kenneth Casson Leighton lkcl at lkcl.net
Mon Dec 19 12:07:03 UTC 2016


On Mon, Dec 19, 2016 at 11:55 AM, Nicolas Sebrecht
<nicolas.s-dev at laposte.net> 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.



More information about the OfflineIMAP-project mailing list