diff options
Diffstat (limited to 'mail/mutt/files/patch-05')
-rw-r--r-- | mail/mutt/files/patch-05 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt/files/patch-05 b/mail/mutt/files/patch-05 index 364bc49a259d..13a52d9daa40 100644 --- a/mail/mutt/files/patch-05 +++ b/mail/mutt/files/patch-05 @@ -63,14 +63,14 @@ { case -1: /* abort - don't resort */ return -1; ---- compose.c.orig Wed Aug 25 10:23:12 1999 -+++ compose.c Sun Sep 26 23:46:25 1999 +--- compose.c.orig Mon Feb 12 18:02:38 2001 ++++ compose.c Fri Mar 30 17:04:09 2001 @@ -130,7 +130,7 @@ - struct pgp_vinfo *pgp = pgp_get_vinfo(PGP_SIGN); + char input_signas[SHORT_STRING]; - switch (mutt_multi_choice (_("(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget it? "), -- _("esabmf"))) -+ N_("esabmf"))) + switch (mutt_multi_choice (_("(e)ncrypt, (s)ign, sign (a)s, (b)oth, or (f)orget it? "), +- _("esabf"))) ++ N_("esabf"))) { case 1: /* (e)ncrypt */ bits |= PGPENCRYPT; |