Re: choices in crypt-gpgme.c

2015-05-22 Thread David J. Weller-Fahy
* Derek Martin [2015-05-18 12:34 -0400]: Yes and no... IIRC in that thread I actually pointed out several older related bugs. The actual orignal bug was: http://dev.mutt.org/trac/ticket/1022 That bug is hard to find in the archives though, and the bug itself in trac is somehow a mishmash of

Re: choices in crypt-gpgme.c

2015-05-18 Thread Derek Martin
On Sun, May 17, 2015 at 01:04:41PM -0400, David J. Weller-Fahy wrote: > Also, here's the original bug thread: > > http://marc.info/?t=10837990403&r=1 Yes and no... IIRC in that thread I actually pointed out several older related bugs. The actual orignal bug was: http://dev.mutt.org/trac/

Re: choices in crypt-gpgme.c

2015-05-17 Thread David J. Weller-Fahy
* Derek Martin [2015-05-11 15:42 -0400]: On Mon, May 11, 2015 at 09:48:05AM +0200, Moritz Barsnick wrote: It must be this thread (yes, between 10 and 11 years ago, bingo), though I can't get gmane to show me the whole thread: http://thread.gmane.org/gmane.mail.mutt.devel/6144 Here's the threa

Re: choices in crypt-gpgme.c

2015-05-11 Thread Kevin J. McCarthy
Derek Martin wrote: > On Mon, May 11, 2015 at 09:48:05AM +0200, Moritz Barsnick wrote: > > On Sun, May 10, 2015 at 21:47:07 -0500, Derek Martin wrote: > > > There's a discussion about this in the archives... if anyone cares to > > > dig it up. Probably about 10 or 11 years ago I'm guessing, but I

Re: choices in crypt-gpgme.c

2015-05-11 Thread Derek Martin
On Mon, May 11, 2015 at 09:48:05AM +0200, Moritz Barsnick wrote: > On Sun, May 10, 2015 at 21:47:07 -0500, Derek Martin wrote: > > There's a discussion about this in the archives... if anyone cares to > > dig it up. Probably about 10 or 11 years ago I'm guessing, but I > > could be wrong. > > Wow

Re: choices in crypt-gpgme.c

2015-05-11 Thread Moritz Barsnick
On Sun, May 10, 2015 at 21:47:07 -0500, Derek Martin wrote: > There's a discussion about this in the archives... if anyone cares to > dig it up. Probably about 10 or 11 years ago I'm guessing, but I > could be wrong. Wow, that was (slightly) before I subscribed to the list. ;-) It must be this t

Re: choices in crypt-gpgme.c

2015-05-10 Thread David Champion
* On 10 May 2015, Derek Martin wrote: > On Sat, May 09, 2015 at 10:39:39AM -0700, Kevin J. McCarthy wrote: > > When I rewrote those functions, "f" seemed to be an undocumented choice > > doing the same thing as (c)lear and corresponding to "forget it" in the > > comments. > > I wrote the patch th

Re: choices in crypt-gpgme.c

2015-05-10 Thread Derek Martin
On Sat, May 09, 2015 at 10:39:39AM -0700, Kevin J. McCarthy wrote: > When I rewrote those functions, "f" seemed to be an undocumented choice > doing the same thing as (c)lear and corresponding to "forget it" in the > comments. I wrote the patch that led to these menus being in their current state,

Re: choices in crypt-gpgme.c

2015-05-09 Thread Kevin J. McCarthy
Vincent Lefevre wrote: > In crypt-gpgme.c, I don't understand the choices (this is for the > translation): > > if (is_smime) > { > prompt = _("S/MIME (s)ign, sign (a)s, (p)gp, (c)lear, or (o)ppenc mode > off? "); > letters = _("sapfco"); > choices = "SapFCo"; > } >

choices in crypt-gpgme.c

2015-05-09 Thread Vincent Lefevre
In crypt-gpgme.c, I don't understand the choices (this is for the translation): if (is_smime) { prompt = _("S/MIME (s)ign, sign (a)s, (p)gp, (c)lear, or (o)ppenc mode off? "); letters = _("sapfco"); choices = "SapFCo"; } else { prompt = _("PGP (s)ign, s