[PATCH] Fix arithmetic exception

2016-07-19 Thread Anton Lindqvist
# HG changeset patch # User Anton Lindqvist # Date 1468939386 -7200 # Tue Jul 19 16:43:06 2016 +0200 # Node ID 749e5e580f0fa0d9f3ec681a2abca35262cfa3f3 # Parent f1d5a884ffed196c4adc72ad7c03c5229acc889c Fix arithmetic exception Resizing the terminal window running mutt down to two lines

[PATCH] Add check-stats function used to calculate mailbox statistics

2018-06-26 Thread Anton Lindqvist
Hi, I'm using an external utility to fetch emails which I often invoke from within mutt using the following macro: macro index G 'mbsync inboxes' Often, the sidebar new number of messages remains out-of-sync until $mail_check_stats_interval has passed. I known I could set it very low to work-ar

Re: [PATCH] Add check-stats function used to calculate mailbox statistics

2018-06-27 Thread Anton Lindqvist
On Wed, Jun 27, 2018 at 01:08:20PM -0700, Kevin J. McCarthy wrote: > Hi Anton, > > I have a few comments inline below. With those changes, I'm fine with > the patch. Great! Comments inline. > > On Tue, Jun 26, 2018 at 05:24:39PM +0900, Anton Lindqvist wrote: > > d