Re: [SPAM?] trash folder patch (was Re: [PATCH] Combine the basic and extended buffy functions.)

2016-06-14 Thread Richard Russon
On Tue, Jun 14, 2016 at 03:19:18PM -0700, Will Yardley wrote: > Has anyone updated the trash folder patch for the various recent changes > (function rename as well as mailbox driver reorganization)? No, NeoMutt's up-to-date with stable (1.6.1). https://github.com/neomutt/neomutt/tree/feature/

Re: [PATCH 0 of 3] add close_msg to mailbox operations

2016-06-14 Thread Kevin J. McCarthy
On Thu, Jun 09, 2016 at 08:05:27PM -0400, Damien Riegel wrote: > The magic number used to identify a mailbox was copied in the message > structure, so that the CONTEXT structure hasn't had to be passed to the > mx_close_message function. > > To make the mx_* functions more consistent, we now pass

Re: [PATCH 3 of 3] Make extended buffy independent of the sidebar.

2016-06-14 Thread Aaron Schrab
At 08:17 -0700 14 Jun 2016, "Kevin J. McCarthy" wrote: I'll have more time later today to actually test this, but I think this patch should fix the problem. I moved the "new" flag resetting inside the status processing, and somehow missed the *giant* comment saying it wouldn't be statusing the

[SPAM?] Re: [SPAM?] trash folder patch (was Re: [PATCH] Combine the basic and extended buffy functions.)

2016-06-14 Thread Will Yardley
On Tue, Jun 14, 2016 at 03:51:37PM -0700, Kevin J. McCarthy wrote: > On Tue, Jun 14, 2016 at 03:19:18PM -0700, Will Yardley wrote: > > On Tue, Jun 14, 2016 at 02:46:53PM -0700, Kevin J. McCarthy wrote: > > > * Change trashed maildir messages to not be counted in msg_count > > > > Has anyone update

Re: [SPAM?] trash folder patch (was Re: [PATCH] Combine the basic and extended buffy functions.)

2016-06-14 Thread Kevin J. McCarthy
On Tue, Jun 14, 2016 at 03:19:18PM -0700, Will Yardley wrote: > On Tue, Jun 14, 2016 at 02:46:53PM -0700, Kevin J. McCarthy wrote: > > * Change trashed maildir messages to not be counted in msg_count > > Has anyone updated the trash folder patch for the various recent changes > (function rename as

[SPAM?] trash folder patch (was Re: [PATCH] Combine the basic and extended buffy functions.)

2016-06-14 Thread Will Yardley
On Tue, Jun 14, 2016 at 02:46:53PM -0700, Kevin J. McCarthy wrote: > * Change trashed maildir messages to not be counted in msg_count Has anyone updated the trash folder patch for the various recent changes (function rename as well as mailbox driver reorganization)? Would this be an appropriate t

[PATCH] Combine the basic and extended buffy functions.

2016-06-14 Thread Kevin J. McCarthy
[This is the part-4 I mentioned earlier]. Combine the basic and extended buffy functions. Add a check_stats parameter to the mbox, maildir, and mh buffy functions. Use that parameter to determine whether to also count total, new, and flagged messages. This makes the functions a bit more complic

mutt: Reset buffy->new for the current mailbox in IMAP.

2016-06-14 Thread Brendan Cully
changeset: 6679:5ad82360c6ea user: Kevin McCarthy date: Tue Jun 14 13:11:56 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/5ad82360c6ea Reset buffy->new for the current mailbox in IMAP. 1f840760e6e0 moved the buffy->new reset inside the STATUS processor. Since the current mailbo

Re: [PATCH 3 of 3] Make extended buffy independent of the sidebar.

2016-06-14 Thread Kevin J. McCarthy
On Tue, Jun 14, 2016 at 07:54:56AM -0700, Kevin J. McCarthy wrote: > On Tue, Jun 14, 2016 at 08:34:53AM -0400, Aaron Schrab wrote: > > Not sure if this is something that you're already looking into for the > > above-mentioned part 4, but this change causes problems in buffy operation > > for me. >

Re: [PATCH 3 of 3] Make extended buffy independent of the sidebar.

2016-06-14 Thread Kevin J. McCarthy
On Tue, Jun 14, 2016 at 08:34:53AM -0400, Aaron Schrab wrote: > Not sure if this is something that you're already looking into for the > above-mentioned part 4, but this change causes problems in buffy operation > for me. > > With this change when I switch to a folder with new mail and read all of

Re: [PATCH 3 of 3] Make extended buffy independent of the sidebar.

2016-06-14 Thread Aaron Schrab
At 14:19 -0700 08 Jun 2016, "Kevin J. McCarthy" wrote: Add new boolean option $mail_check_stats (default off) and $mail_check_stats_interval. The first turns extended buffy on. The second sets the amount of time in between extended buffy checks (defaulting to 60 seconds). [snip] (Part 4 of