New neo patc set 20160611

OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=136
This commit is contained in:
2016-06-13 09:33:22 +00:00
committed by Git OBS Bridge
parent 19ee8f881d
commit d12715c232
11 changed files with 97 additions and 124 deletions

View File

@@ -8,14 +8,14 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
4 files changed, 27 insertions(+)
--- PATCHES
+++ PATCHES 2016-05-31 11:06:13.182101809 +0000
+++ PATCHES 2016-06-13 09:01:38.147057961 +0000
@@ -1,3 +1,4 @@
+patch-1.5.9.aw.listreply.1
patch-quasi-delete-neo-20160530
patch-progress-neo-20160530
patch-status-color-neo-20160530
patch-quasi-delete-neo-20160612
patch-progress-neo-20160612
patch-status-color-neo-20160612
--- init.h
+++ init.h 2016-05-31 11:04:49.979688830 +0000
+++ init.h 2016-06-13 09:00:11.228724235 +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,7 +31,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
/*
** .pp
--- mutt.h
+++ mutt.h 2016-05-31 11:07:07.177071921 +0000
+++ mutt.h 2016-06-13 09:00:11.228724235 +0000
@@ -313,6 +313,7 @@ enum
#endif
OPT_SUBJECT,
@@ -41,7 +41,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
OPT_TOMODERATED,
OPT_CATCHUP,
--- send.c
+++ send.c 2016-05-31 11:04:49.983688753 +0000
+++ send.c 2016-06-13 09:00:11.228724235 +0000
@@ -516,6 +516,7 @@ static int include_reply (CONTEXT *ctx,
static int default_to (ADDRESS **to, ENVELOPE *env, int flags, int hmfupto)
{