mutt: Updated requirement on the C compiler.

2016-11-18 Thread Brendan Cully
changeset: 6861:211afb39a22a user: Vincent Lefevre date: Fri Nov 18 12:32:46 2016 +0100 link: http://dev.mutt.org/hg/mutt/rev/211afb39a22a Updated requirement on the C compiler. diffs (12 lines): diff -r fa32396b5e26 -r 211afb39a22a INSTALL --- a/INSTALL Thu Nov 17 17:54:35 201

inconsistencies in error messages

2016-11-18 Thread Vincent Lefevre
In compress.c: mutt_error (_(" %s: Error compressing mailbox! Uncompressed one kept!\n"), ctx->path); Is the space before the %s there on purpose? It is the only mutt_error instance for which the message starts with a space. Moreover, sometimes "Can't" is used, sometimes "Cannot": cventi

mutt: Updated French translation (except for 1 string).

2016-11-18 Thread Brendan Cully
changeset: 6862:c1befb06b4bd user: Vincent Lefevre date: Fri Nov 18 13:07:59 2016 +0100 link: http://dev.mutt.org/hg/mutt/rev/c1befb06b4bd Updated French translation (except for 1 string). diffs (truncated from 1978 to 950 lines): diff -r 211afb39a22a -r c1befb06b4bd po/fr.po ---

Re: inconsistencies in error messages

2016-11-18 Thread Consus
On 13:40 Fri 18 Nov, Vincent Lefevre wrote: > In compress.c: > > mutt_error (_(" %s: Error compressing mailbox! Uncompressed one > kept!\n"), ctx->path); > > Is the space before the %s there on purpose? > > It is the only mutt_error instance for which the message starts > with a space. >

Re: inconsistencies in error messages

2016-11-18 Thread Moritz Barsnick
On Fri, Nov 18, 2016 at 13:40:21 +0100, Vincent Lefevre wrote: > Moreover, sometimes "Can't" is used, sometimes "Cannot": Consistency is a good point. What's more, these messages don't differentiate between something that is impossible to do (mutt refuses to do): > browser.c:mutt_error _("Ca

Re: [Mutt] #3870: openssl 1.1

2016-11-18 Thread Mutt
#3870: openssl 1.1 --+-- Reporter: tamo | Owner: mutt-dev Type: task | Status: reopened Priority: trivial | Milestone: Component: build|Version: 1.7.0 Resolution: | Keywords: ssl --

Re: mutt: Adds the '@' pattern modifier to limit matches to known al...

2016-11-18 Thread Vincent Lefevre
On 2016-11-17 12:38:13 -0800, Kevin J. McCarthy wrote: > Is there a particular behavior change you are seeing? Apparently not. I thought there was a problem with simple search, but that's the manual that may be a bit strangely worded. Now, I think that's still ambiguous. For instance, what the fo

mutt: 2 new changesets

2016-11-18 Thread Brendan Cully
changeset: 6863:c15cacbfabe5 user: Vincent Lefevre date: Fri Nov 18 16:59:22 2016 +0100 link: http://dev.mutt.org/hg/mutt/rev/c15cacbfabe5 Make a string translatable. Add a missing space at the end. changeset: 6864:8fa4965beb62 user: Vincent Lefevre date: Fri Nov 18 17:

Re: mutt: Backout inlining of MUTT_VERSION in 42fee7585fae.

2016-11-18 Thread Vincent Lefevre
On 2016-11-17 21:20:56 -0500, Damien Riegel wrote: > Right, if "MUTT_VERSION" contains a '%' or '\0', it might be an issue > but considering the history of VERSION, I don't think this is a real > issue. Anyway, better safe than sorry. It seems that some users (including me!) modify the code to gen

Re: mutt: Adds binding to create "hotkeys" for messages.

2016-11-18 Thread Vincent Lefevre
On 2016-11-17 16:00:28 -0800, Brendan Cully wrote: > changeset: 6859:022b604bc46d > user: David Champion > date: Thu Nov 17 15:57:42 2016 -0800 > link: http://dev.mutt.org/hg/mutt/rev/022b604bc46d > > Adds binding to create "hotkeys" for messages. There's an inconsistency between

mutt: Updated French translation.

2016-11-18 Thread Brendan Cully
changeset: 6865:174062d0abed user: Vincent Lefevre date: Fri Nov 18 18:17:02 2016 +0100 link: http://dev.mutt.org/hg/mutt/rev/174062d0abed Updated French translation. diffs (56 lines): diff -r 8fa4965beb62 -r 174062d0abed po/fr.po --- a/po/fr.po Fri Nov 18 17:00:23 2016 +0100 ++

Re: inconsistencies in error messages

2016-11-18 Thread Kevin J. McCarthy
On Fri, Nov 18, 2016 at 01:40:21PM +0100, Vincent Lefevre wrote: > In compress.c: > > mutt_error (_(" %s: Error compressing mailbox! Uncompressed one > kept!\n"), ctx->path); > > Is the space before the %s there on purpose? No. Sorry, I've been sloppy checking for translation message issu

Re: mutt: Adds binding to create "hotkeys" for messages.

2016-11-18 Thread Kevin J. McCarthy
On Fri, Nov 18, 2016 at 05:16:39PM +0100, Vincent Lefevre wrote: > Moreover, changing the prefix doesn't seem to work. > I've changed it to # so I get: > > #z M ~i "<2016... Message hotkey > > but as soon as I hit #, I get an error saying that the key is not > affected. This is because

Re: mutt: Adds binding to create "hotkeys" for messages.

2016-11-18 Thread Kevin J. McCarthy
On Fri, Nov 18, 2016 at 09:45:51AM -0800, Kevin J. McCarthy wrote: > It's easy to add it to the MENU_MAIN instead. Do you think it should > also be added to the pager? Answering my own question: no. Inside the pager, the operation searches for text in the message. I suppose we could have it i

Re: mutt: Adds the '@' pattern modifier to limit matches to known al...

2016-11-18 Thread David Champion
* On 18 Nov 2016, Vincent Lefevre wrote: > On 2016-11-17 12:38:13 -0800, Kevin J. McCarthy wrote: > > Is there a particular behavior change you are seeing? > > Apparently not. I thought there was a problem with simple search, > but that's the manual that may be a bit strangely worded. > > Now, I

mutt: Improve two compress translation messages.

2016-11-18 Thread Brendan Cully
changeset: 6866:46194ca48b2f user: Kevin McCarthy date: Fri Nov 18 14:20:54 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/46194ca48b2f Improve two compress translation messages. Change the "Error executing" to "Error running", which is used in multiple places elsewhere in mutt.

Re: mutt: Adds the '@' pattern modifier to limit matches to known al...

2016-11-18 Thread Kevin J. McCarthy
On Fri, Nov 18, 2016 at 02:02:39PM -0800, David Champion wrote: > * On 18 Nov 2016, Vincent Lefevre wrote: > > Moreover the documentation is in Section "User-Defined Variables" > > in the manual instead of "Pattern Modifier". > > That must be a patch application fail that went unnoticed as the >

mutt: Fix mark-message translation and keybind menu.

2016-11-18 Thread Brendan Cully
changeset: 6867:4bed0172c27b user: Kevin McCarthy date: Fri Nov 18 15:54:27 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/4bed0172c27b Fix mark-message translation and keybind menu. Move the OP_MARK_MESSAGE and hotkey macro from MENU_GENERIC to the MENU_MAIN keymap. Putting th