Update to mut 1.8.3 with nenomutt 20170609
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=169
This commit is contained in:
@@ -1,22 +1,14 @@
|
||||
ask when sending list message replies to author only - Armin Wolfermann (aw)
|
||||
|
||||
---
|
||||
PATCHES | 1 +
|
||||
init.h | 7 +++++++
|
||||
mutt.h | 1 +
|
||||
send.c | 18 ++++++++++++++++++
|
||||
4 files changed, 27 insertions(+)
|
||||
init.h | 7 +++++++
|
||||
mutt.h | 1 +
|
||||
send.c | 18 ++++++++++++++++++
|
||||
3 files changed, 26 insertions(+)
|
||||
|
||||
--- PATCHES
|
||||
+++ PATCHES 2017-04-28 13:20:07.709043569 +0000
|
||||
@@ -1,3 +1,4 @@
|
||||
+patch-1.5.9.aw.listreply.1
|
||||
patch-attach-headers-color-neomutt
|
||||
patch-compose-to-sender-neomutt
|
||||
patch-compress-neomutt
|
||||
--- init.h
|
||||
+++ init.h 2017-04-28 13:20:58.292077398 +0000
|
||||
@@ -1581,6 +1581,13 @@ struct option_t MuttVars[] = {
|
||||
+++ init.h 2017-06-13 08:07:08.641344928 +0000
|
||||
@@ -1631,6 +1631,13 @@ struct Option MuttVars[] = {
|
||||
** ``$$keywords_standard'' are \fCfalse\fP, mutt will save keywords
|
||||
** to legacy headers to ensure that it does not lose your labels.
|
||||
*/
|
||||
@@ -31,8 +23,8 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
|
||||
/*
|
||||
** .pp
|
||||
--- mutt.h
|
||||
+++ mutt.h 2017-04-28 13:21:29.103488852 +0000
|
||||
@@ -299,6 +299,7 @@ enum
|
||||
+++ mutt.h 2017-06-13 08:07:08.641344928 +0000
|
||||
@@ -249,6 +249,7 @@ enum
|
||||
#endif
|
||||
OPT_SUBJECT,
|
||||
OPT_VERIFYSIG, /* verify PGP signatures */
|
||||
@@ -41,16 +33,16 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
|
||||
OPT_TOMODERATED,
|
||||
OPT_CATCHUP,
|
||||
--- send.c
|
||||
+++ send.c 2017-04-28 13:22:41.410113734 +0000
|
||||
@@ -498,6 +498,7 @@ static int include_reply(CONTEXT *ctx, H
|
||||
static int default_to(ADDRESS **to, ENVELOPE *env, int flags, int hmfupto)
|
||||
+++ send.c 2017-06-13 08:08:46.631548101 +0000
|
||||
@@ -512,6 +512,7 @@ static int include_reply(struct Context
|
||||
static int default_to(struct Address **to, struct Envelope *env, int flags, int hmfupto)
|
||||
{
|
||||
char prompt[STRING];
|
||||
+ ADDRESS *tmp;
|
||||
+ struct Address *tmp;
|
||||
|
||||
if (flags && env->mail_followup_to && hmfupto == MUTT_YES)
|
||||
{
|
||||
@@ -511,6 +512,23 @@ static int default_to(ADDRESS **to, ENVE
|
||||
@@ -525,6 +526,23 @@ static int default_to(struct Address **t
|
||||
if (flags & SENDLISTREPLY)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user