aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt/files/patch-date-conditional
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt/files/patch-date-conditional')
-rw-r--r--mail/mutt/files/patch-date-conditional10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt/files/patch-date-conditional b/mail/mutt/files/patch-date-conditional
index 35bf404ed230..ae87993fc648 100644
--- a/mail/mutt/files/patch-date-conditional
+++ b/mail/mutt/files/patch-date-conditional
@@ -1,8 +1,8 @@
---- PATCHES.orig 2022-02-12 23:46:24 UTC
+--- PATCHES.orig 2022-04-30 21:11:31 UTC
+++ PATCHES
@@ -0,0 +1 @@
+patch-1.5.0.ats.date_conditional.1
---- hdrline.c.orig 2022-02-12 23:46:24 UTC
+--- hdrline.c.orig 2022-04-30 21:11:31 UTC
+++ hdrline.c
@@ -428,6 +428,53 @@ hdr_format_str (char *dest,
const char *cp;
@@ -58,9 +58,9 @@
p = dest;
---- muttlib.c.orig 2021-12-30 20:58:19 UTC
+--- muttlib.c.orig 2022-04-30 19:35:13 UTC
+++ muttlib.c
-@@ -1681,7 +1681,16 @@ void mutt_FormatString (char *dest, /* output buffer
+@@ -1694,7 +1694,16 @@ void mutt_FormatString (char *dest, /* output buffer
if (*src == '?')
{
flags |= MUTT_FORMAT_OPTIONAL;
@@ -78,7 +78,7 @@
}
else
{
-@@ -1697,12 +1706,12 @@ void mutt_FormatString (char *dest, /* output buffer
+@@ -1710,12 +1719,12 @@ void mutt_FormatString (char *dest, /* output buffer
count++;
}
*cp = 0;