summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-01 17:27:03 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-01 17:27:03 +0000
commit2fb05e9ec38c50a55480f9bc755e4f39cbd26b62 (patch)
tree9e1b485461844ae090c3009bf5b02c5d977d87b8 /mail/mutt-devel/files
parentUpgrade to 5.04.2. (diff)
* Upgrade to 1.5.3.
* Fix a MASTER_SITES directory. * Some patches you can turn on with knobs are not yet available. PR: ports/46043 Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r--mail/mutt-devel/files/patch-0510
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/files/patch-05 b/mail/mutt-devel/files/patch-05
index ded7b305c35a..c6ffc222301d 100644
--- a/mail/mutt-devel/files/patch-05
+++ b/mail/mutt-devel/files/patch-05
@@ -63,8 +63,8 @@
{
case -1: /* abort - don't resort */
return -1;
---- compose.c.orig Tue Mar 26 23:03:26 2002
-+++ compose.c Thu May 2 09:21:11 2002
+--- compose.c.orig Wed Dec 11 12:20:04 2002
++++ compose.c Tue Dec 17 19:57:50 2002
@@ -173,7 +173,7 @@
char input_signas[SHORT_STRING];
@@ -78,14 +78,14 @@
char *p;
switch (mutt_multi_choice (_("S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (f)orget it? "),
-- _("ewsabf")))
-+ N_("ewsabf")))
+- _("eswabf")))
++ N_("eswabf")))
{
case 1: /* (e)ncrypt */
msg->security |= SMIMEENCRYPT;
@@ -239,7 +239,7 @@
msg->security |= SMIMEENCRYPT;
- switch (mutt_multi_choice (_("1: DES, 2: Tripple-DES, 3: RC2-40,"
+ switch (mutt_multi_choice (_("1: DES, 2: Triple-DES, 3: RC2-40,"
" 4: RC2-64, 5: RC2-128, or (f)orget it? "),
- _("12345f"))) {
+ N_("12345f"))) {