mutt: 3 new changesets

2016-06-18 Thread Brendan Cully
changeset: 6685:3ec6c133641c user: Damien Riegel date: Sat Jun 18 12:41:42 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/3ec6c133641c pass context in mx_close_message The mx_close_message is one of the few mx_* functions that don't have a context as parameter. To make them more

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

2016-06-18 Thread Kevin J. McCarthy
On Thu, Jun 16, 2016 at 07:21:06PM -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

mutt: 7 new changesets

2016-06-18 Thread Brendan Cully
changeset: 6688:e5d87ebe0f5b user: Damien Riegel date: Sat Jun 18 13:36:12 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/e5d87ebe0f5b remove unused HEADER parameter in mh_commit_message mh_commit_message is only called in one place with the header parameter set to NULL. To make

Re: [PATCH v2 0/7] add commit_msg to mailbox operations

2016-06-18 Thread Kevin J. McCarthy
On Thu, Jun 16, 2016 at 07:21:49PM -0400, Damien Riegel wrote: > This serie factorizes the commit message operation. The first 6 patchs > reorganize the code or add new functions so that mailboxes all have a > function with the same prototype to commit a message. > > The last patch adds a commit_m