Re: [Mutt] #3896: smime secret key not found

2016-11-17 Thread Mutt
#3896: smime secret key not found ---+-- Reporter: faxmodem | Owner: mutt-dev Type: defect| Status: new Priority: major | Milestone: Component: crypto|Version: 1.7.1 Resolution:| Keywords: smime

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-17 Thread Vincent Lefevre
On 2016-11-13 20:03:31 -0500, Damien Riegel wrote: > diff --git a/commands.c b/commands.c > index 2202a67..4243623 100644 > --- a/commands.c > +++ b/commands.c > @@ -879,7 +879,7 @@ int mutt_save_message (HEADER *h, int delete, > > void mutt_version (void) > { > - mutt_message ("Mutt %s (%s)",

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

2016-11-17 Thread Vincent Lefevre
On 2016-11-16 16:08:49 -0800, Brendan Cully wrote: > changeset: 6857:91b3449f426b > user: David Champion > date: Wed Nov 16 16:05:02 2016 -0800 > link: http://dev.mutt.org/hg/mutt/rev/91b3449f426b > > Adds the '@' pattern modifier to limit matches to known aliases. > > Example: ~f

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-17 Thread Vincent Lefevre
On 2016-11-13 18:49:26 -0800, Kevin J. McCarthy wrote: > One thing I noticed at the last moment, but decided to push anyway. > Should muttbug.sh.in use $XDG_CONFIG_HOME and fall back to .config if > that is unset? Yes, on my Debian machines, $XDG_CONFIG_HOME is not set, but XDG-aware applications

Re: [Mutt] #3726: tunnel mode closes child's stderr

2016-11-17 Thread Mutt
#3726: tunnel mode closes child's stderr --+-- Reporter: lotheac | Owner: mutt-dev Type: defect | Status: new Priority: major| Milestone: Component: mutt |Version: 1.5.23 Resolution: | Keywords: -

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-17 Thread Vincent Lefevre
On 2016-11-15 09:14:27 -0500, Damien Riegel wrote: > Exactly, I should have written "mutt will now try to *additionnaly* > locate [...]". So it will search at these locations in that order: > > ~/.muttrc(-MUTT_VERSION) > ~/.mutt/muttrc(-MUTT_VERSION) > ~/.config/mutt/muttrc(-MUTT

Re: [Mutt] #3890: mutt_mktime is ambiguous near DST change

2016-11-17 Thread Mutt
#3890: mutt_mktime is ambiguous near DST change -+-- Reporter: vinc17 | Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone: Component: mutt|Version: 1.7.1 Resolution: | Keywords: -

Re: [Mutt] #3896: smime secret key not found

2016-11-17 Thread Mutt
#3896: smime secret key not found ---+-- Reporter: faxmodem | Owner: mutt-dev Type: defect| Status: closed Priority: major | Milestone: Component: crypto|Version: 1.7.1 Resolution: invalid | Keywords: smime -

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

2016-11-17 Thread David Champion
* On 17 Nov 2016, Vincent Lefevre wrote: > On 2016-11-16 16:08:49 -0800, Brendan Cully wrote: > > changeset: 6857:91b3449f426b > > user: David Champion > > date: Wed Nov 16 16:05:02 2016 -0800 > > link: http://dev.mutt.org/hg/mutt/rev/91b3449f426b > > > > Adds the '@' pattern modi

Re: [PATCH] search muttrc file according to XDG Base Specification (closes #3207)

2016-11-17 Thread Kevin J. McCarthy
On Thu, Nov 17, 2016 at 11:25:29AM +0100, Vincent Lefevre wrote: > On 2016-11-13 20:03:31 -0500, Damien Riegel wrote: > > diff --git a/commands.c b/commands.c > > index 2202a67..4243623 100644 > > --- a/commands.c > > +++ b/commands.c > > @@ -879,7 +879,7 @@ int mutt_save_message (HEADER *h, int de

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

2016-11-17 Thread Kevin J. McCarthy
On Thu, Nov 17, 2016 at 12:44:11PM +0100, Vincent Lefevre wrote: > On 2016-11-16 16:08:49 -0800, Brendan Cully wrote: > > changeset: 6857:91b3449f426b > > user: David Champion > > date: Wed Nov 16 16:05:02 2016 -0800 > > link: http://dev.mutt.org/hg/mutt/rev/91b3449f426b > > > > Ad

Re: [Mutt] #3726: tunnel mode closes child's stderr

2016-11-17 Thread Mutt
#3726: tunnel mode closes child's stderr --+-- Reporter: lotheac | Owner: mutt-dev Type: defect | Status: new Priority: major| Milestone: Component: mutt |Version: 1.5.23 Resolution: | Keywords: -

mutt: Backout inlining of MUTT_VERSION in 42fee7585fae.

2016-11-17 Thread Brendan Cully
changeset: 6858:3c6d322912e3 user: Kevin McCarthy date: Thu Nov 17 15:07:14 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/3c6d322912e3 Backout inlining of MUTT_VERSION in 42fee7585fae. If MUTT_VERSION contains a %, this will result in problems. diffs (124 lines): diff -r 91b3

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

2016-11-17 Thread Brendan Cully
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. foo will create a new macro "'foo" which will return to the current message by searching for th

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

2016-11-17 Thread Kevin J. McCarthy
On Thu, Nov 17, 2016 at 03:10:56PM -0800, Brendan Cully wrote: > diff -r 91b3449f426b -r 3c6d322912e3 init.c > --- a/init.c Wed Nov 16 16:05:02 2016 -0800 > +++ b/init.c Thu Nov 17 15:07:14 2016 -0800 > @@ -2901,11 +2901,11 @@ > > static char* mutt_find_cfg (const char *home, const char *xdg_c

mutt: Revert changes made to mutt_find_cfg() in 3c6d322912e3

2016-11-17 Thread Brendan Cully
changeset: 6860:fa32396b5e26 user: Kevin McCarthy date: Thu Nov 17 17:54:35 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/fa32396b5e26 Revert changes made to mutt_find_cfg() in 3c6d322912e3 The usage of MUTT_VERSION in mutt_find_cfg() was fine before the commit: it wasn't using

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

2016-11-17 Thread Damien Riegel
On Thu, Nov 17, 2016 at 05:24:25PM -0800, Kevin J. McCarthy wrote: > On Thu, Nov 17, 2016 at 03:10:56PM -0800, Brendan Cully wrote: > > diff -r 91b3449f426b -r 3c6d322912e3 init.c > > --- a/init.cWed Nov 16 16:05:02 2016 -0800 > > +++ b/init.cThu Nov 17 15:07:14 2016 -0800 > > @@ -2