|
Link Here
|
| 1 |
--- hdrline.c.orig 2017-06-03 23:31:21 UTC |
1 |
--- hdrline.c.orig 2018-01-27 22:22:49 UTC |
| 2 |
+++ hdrline.c |
2 |
+++ hdrline.c |
| 3 |
@@ -249,6 +249,89 @@ static char *apply_subject_mods (ENVELOP |
3 |
@@ -249,6 +249,89 @@ static char *apply_subject_mods (ENVELOP |
| 4 |
* %Y = `x-label:' field (if present, tree unfolded, and != parent's x-label) |
4 |
* %Y = `x-label:' field (if present, tree unfolded, and != parent's x-label) |
|
Link Here
|
| 90 |
static const char * |
90 |
static const char * |
| 91 |
hdr_format_str (char *dest, |
91 |
hdr_format_str (char *dest, |
| 92 |
size_t destlen, |
92 |
size_t destlen, |
| 93 |
@@ -469,7 +552,13 @@ hdr_format_str (char *dest, |
93 |
@@ -422,7 +505,13 @@ hdr_format_str (char *dest, |
| 94 |
|
94 |
|
| 95 |
if (!do_locales) |
95 |
if (!do_locales) |
| 96 |
setlocale (LC_TIME, "C"); |
96 |
setlocale (LC_TIME, "C"); |
|
Link Here
|
| 105 |
if (!do_locales) |
105 |
if (!do_locales) |
| 106 |
setlocale (LC_TIME, ""); |
106 |
setlocale (LC_TIME, ""); |
| 107 |
|
107 |
|
| 108 |
--- mutt.h.orig 2017-05-30 19:27:53 UTC |
108 |
--- mutt.h.orig 2018-01-27 22:22:49 UTC |
| 109 |
+++ mutt.h |
109 |
+++ mutt.h |
| 110 |
@@ -134,6 +134,16 @@ typedef enum |
110 |
@@ -134,6 +134,16 @@ typedef enum |
| 111 |
MUTT_FORMAT_NOFILTER = (1<<7) /* do not allow filtering on this pass */ |
111 |
MUTT_FORMAT_NOFILTER = (1<<7) /* do not allow filtering on this pass */ |