mutt: Updated French translation.

2016-06-11 Thread Brendan Cully
changeset: 6674:123e36398eea user: Vincent Lefevre date: Sat Jun 11 17:59:37 2016 +0200 link: http://dev.mutt.org/hg/mutt/rev/123e36398eea Updated French translation. diffs (truncated from 3013 to 950 lines): diff -r 93c4ae03689e -r 123e36398eea po/fr.po --- a/po/fr.po Thu Jun 0

Re: [PATCH] add open_msg to struct mx_ops

2016-06-11 Thread Kevin J. McCarthy
On Thu, Jun 09, 2016 at 07:54:22PM -0400, Damien Riegel wrote: > Add the callback to open an existing message to struct mx_ops. For mbox, > mmdf, maildir, and mh, the code was implemented directly into > mx_open_message, so it is moved in their respective source files. For > imap and pop, there wer