<<< Date Index >>>     <<< Thread Index >>>

PGP menu



In pgp_send_menu() from pgp.c, one has:

  case 5: /* (f)orget it */
  case 6: /* (c)lear     */
    msg->security = 0;
    break;

Shouldn't (f)orget be removed as it isn't displayed?
This may confuse the user if he types on "f" by mistake.

Moreover

  PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, %s, or (c)lear?

has recently been changed to:

  PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, toggle %s, or (c)lear?

The new form is less clear. For instance, one had:

     PGP: Encrypt (PGP/MIME)

and it was proposed:

  PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, (i)nline, or (c)lear?

So, 'i' would set to inline. Now one gets:

  PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, toggle (i)nline, or (c)lear?

but toggle is done between two states, and this doesn't appear
clearly. "toggle format" might be better.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)