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-conditional12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt/files/patch-date-conditional b/mail/mutt/files/patch-date-conditional
index d2add078f656..8bbad9b84ef1 100644
--- a/mail/mutt/files/patch-date-conditional
+++ b/mail/mutt/files/patch-date-conditional
@@ -1,10 +1,10 @@
---- PATCHES.orig 2019-12-06 03:41:54 UTC
+--- PATCHES.orig 2020-05-05 02:09:34 UTC
+++ PATCHES
@@ -0,0 +1 @@
+patch-1.5.0.ats.date_conditional.1
---- hdrline.c.orig 2019-12-06 03:41:54 UTC
+--- hdrline.c.orig 2020-05-05 02:09:33 UTC
+++ hdrline.c
-@@ -427,6 +427,53 @@ hdr_format_str (char *dest,
+@@ -428,6 +428,53 @@ hdr_format_str (char *dest,
const char *cp;
struct tm *tm;
time_t T;
@@ -58,9 +58,9 @@
p = dest;
---- muttlib.c.orig 2019-10-17 08:01:01 UTC
+--- muttlib.c.orig 2020-05-02 21:08:56 UTC
+++ muttlib.c
-@@ -1563,7 +1563,16 @@ void mutt_FormatString (char *dest, /* output buffer
+@@ -1667,7 +1667,16 @@ void mutt_FormatString (char *dest, /* output buffer
if (*src == '?')
{
flags |= MUTT_FORMAT_OPTIONAL;
@@ -78,7 +78,7 @@
}
else
{
-@@ -1579,12 +1588,12 @@ void mutt_FormatString (char *dest, /* output buffer
+@@ -1683,12 +1692,12 @@ void mutt_FormatString (char *dest, /* output buffer
count++;
}
*cp = 0;