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"; > } > else > { > prompt = _("PGP (s)ign, sign (a)s, s/(m)ime, (c)lear, or (o)ppenc mode > off? "); > letters = _("samfco"); > choices = "SamFCo"; > } > > If both cases, what does "f" correspond to? Shouldn't it be dropped, > allowing only the specified choices? > > Ditto for the similar menus.
Hi Vincent, 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. To preserve compatibility, I kept the choice, but it would be easy enough to remove if you think it's safe. Michael, Brendan, David, did any of you know about the "f" option in these menus? -Kevin
signature.asc
Description: PGP signature