Link Here
|
1 |
--- PATCHES.orig 2020-11-08 20:52:49 UTC |
1 |
--- PATCHES.orig 2021-01-23 01:39:53 UTC |
2 |
+++ PATCHES |
2 |
+++ PATCHES |
3 |
@@ -0,0 +1 @@ |
3 |
@@ -0,0 +1 @@ |
4 |
+patch-1.5.6.cb.reverse_reply.2 |
4 |
+patch-1.5.6.cb.reverse_reply.2 |
5 |
--- init.h.orig 2020-11-08 20:52:48 UTC |
5 |
--- init.h.orig 2021-01-23 01:39:53 UTC |
6 |
+++ init.h |
6 |
+++ init.h |
7 |
@@ -3191,6 +3191,13 @@ struct option_t MuttVars[] = { |
7 |
@@ -3191,6 +3191,13 @@ struct option_t MuttVars[] = { |
8 |
** In either case, a missing real name will be filled in afterwards |
8 |
** In either case, a missing real name will be filled in afterwards |
Link Here
|
18 |
{ "rfc2047_parameters", DT_BOOL, R_NONE, {.l=OPTRFC2047PARAMS}, {.l=0} }, |
18 |
{ "rfc2047_parameters", DT_BOOL, R_NONE, {.l=OPTRFC2047PARAMS}, {.l=0} }, |
19 |
/* |
19 |
/* |
20 |
** .pp |
20 |
** .pp |
21 |
--- mutt.h.orig 2020-11-08 20:52:48 UTC |
21 |
--- mutt.h.orig 2021-01-23 01:39:53 UTC |
22 |
+++ mutt.h |
22 |
+++ mutt.h |
23 |
@@ -522,6 +522,7 @@ enum |
23 |
@@ -522,6 +522,7 @@ enum |
24 |
OPTREVALIAS, |
24 |
OPTREVALIAS, |
Link Here
|
28 |
OPTRFC2047PARAMS, |
28 |
OPTRFC2047PARAMS, |
29 |
OPTSAVEADDRESS, |
29 |
OPTSAVEADDRESS, |
30 |
OPTSAVEEMPTY, |
30 |
OPTSAVEEMPTY, |
31 |
--- protos.h.orig 2020-11-06 22:06:35 UTC |
31 |
--- protos.h.orig 2021-01-21 20:23:24 UTC |
32 |
+++ protos.h |
32 |
+++ protos.h |
33 |
@@ -85,6 +85,7 @@ char* mutt_extract_message_id (const char *, const cha |
33 |
@@ -85,6 +85,7 @@ char* mutt_extract_message_id (const char *, const cha |
34 |
ADDRESS *mutt_get_address (ENVELOPE *, char **); |
34 |
ADDRESS *mutt_get_address (ENVELOPE *, char **); |
Link Here
|
38 |
ADDRESS *mutt_expand_aliases (ADDRESS *); |
38 |
ADDRESS *mutt_expand_aliases (ADDRESS *); |
39 |
ADDRESS *mutt_parse_adrlist (ADDRESS *, const char *); |
39 |
ADDRESS *mutt_parse_adrlist (ADDRESS *, const char *); |
40 |
|
40 |
|
41 |
--- send.c.orig 2020-11-03 17:50:37 UTC |
41 |
--- send.c.orig 2021-01-21 20:23:24 UTC |
42 |
+++ send.c |
42 |
+++ send.c |
43 |
@@ -739,6 +739,10 @@ void mutt_fix_reply_recipients (ENVELOPE *env) |
43 |
@@ -739,6 +739,10 @@ void mutt_fix_reply_recipients (ENVELOPE *env) |
44 |
/* the CC field can get cluttered, especially with lists */ |
44 |
/* the CC field can get cluttered, especially with lists */ |
Link Here
|
51 |
env->cc = mutt_remove_xrefs (env->to, env->cc); |
51 |
env->cc = mutt_remove_xrefs (env->to, env->cc); |
52 |
|
52 |
|
53 |
if (env->cc && !env->to) |
53 |
if (env->cc && !env->to) |
54 |
--- sendlib.c.orig 2020-11-03 17:50:37 UTC |
54 |
--- sendlib.c.orig 2021-01-21 20:23:24 UTC |
55 |
+++ sendlib.c |
55 |
+++ sendlib.c |
56 |
@@ -3007,6 +3007,35 @@ static void set_noconv_flags (BODY *b, short flag) |
56 |
@@ -3012,6 +3012,35 @@ static void set_noconv_flags (BODY *b, short flag) |
57 |
} |
57 |
} |
58 |
} |
58 |
} |
59 |
|
59 |
|
60 |
- |
|
|