2016-05-31 12:38:26 +00:00
committed by Git OBS Bridge
parent be21305d3c
commit f906f9ff92
14 changed files with 161 additions and 107 deletions

View File

@@ -8,15 +8,15 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
4 files changed, 27 insertions(+)
--- PATCHES
+++ PATCHES 2015-01-26 15:34:40.133518493 +0000
+++ PATCHES 2016-05-31 11:06:13.182101809 +0000
@@ -1,3 +1,4 @@
+patch-1.5.9.aw.listreply.1
rr.compressed
patch-quasi-delete-neo-20160502
patch-progress-neo-20160502
patch-quasi-delete-neo-20160530
patch-progress-neo-20160530
patch-status-color-neo-20160530
--- init.h
+++ init.h 2012-06-21 09:48:22.000000000 +0000
@@ -1396,6 +1396,13 @@ struct option_t MuttVars[] = {
+++ init.h 2016-05-31 11:04:49.979688830 +0000
@@ -1492,6 +1492,13 @@ struct option_t MuttVars[] = {
** The locale used by \fCstrftime(3)\fP to format dates. Legal values are
** the strings your system accepts for the locale environment variable \fC$$$LC_TIME\fP.
*/
@@ -31,18 +31,18 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
/*
** .pp
--- mutt.h
+++ mutt.h 2012-06-21 09:48:22.000000000 +0000
@@ -309,6 +309,7 @@ enum
+++ mutt.h 2016-05-31 11:07:07.177071921 +0000
@@ -313,6 +313,7 @@ enum
#endif
OPT_SUBJECT,
OPT_VERIFYSIG, /* verify PGP signatures */
+ OPT_LISTREPLY,
/* THIS MUST BE THE LAST VALUE. */
OPT_MAX
#ifdef USE_NNTP
OPT_TOMODERATED,
OPT_CATCHUP,
--- send.c
+++ send.c 2012-06-21 09:48:22.000000000 +0000
@@ -455,6 +455,7 @@ static int include_reply (CONTEXT *ctx,
+++ send.c 2016-05-31 11:04:49.983688753 +0000
@@ -516,6 +516,7 @@ static int include_reply (CONTEXT *ctx,
static int default_to (ADDRESS **to, ENVELOPE *env, int flags, int hmfupto)
{
char prompt[STRING];
@@ -50,7 +50,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
if (flags && env->mail_followup_to && hmfupto == M_YES)
{
@@ -468,6 +469,23 @@ static int default_to (ADDRESS **to, ENV
@@ -529,6 +530,23 @@ static int default_to (ADDRESS **to, ENV
if (flags & SENDLISTREPLY)
return 0;