Update to mutt 1.13.3

OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=201
This commit is contained in:
2020-01-15 06:59:22 +00:00
committed by Git OBS Bridge
parent 5c060f88fe
commit db79e9cc9f
17 changed files with 375 additions and 105 deletions

View File

@@ -5,24 +5,24 @@
3 files changed, 14 insertions(+), 3 deletions(-)
--- init.h
+++ init.h 2019-11-13 13:02:27.665650218 +0000
@@ -3010,6 +3010,13 @@ struct option_t MuttVars[] = {
+++ init.h 2020-01-14 13:12:26.725982952 +0000
@@ -3078,6 +3078,13 @@ struct option_t MuttVars[] = {
** .pp
** Also see the $$force_name variable.
*/
+ { "send_group_reply_to", DT_BOOL, R_NONE, OPTSENDGROUPREPLYTO, 0 },
+ { "send_group_reply_to", DT_BOOL, R_NONE, {.l=OPTSENDGROUPREPLYTO}, {.l=0} },
+ /*
+ ** .pp
+ ** This variable controls how group replies are done.
+ ** When set, all recepients listet in "To:" are set in the
+ ** "To:" header again, else in the "CC", which is the default.
+ */
{ "score", DT_BOOL, R_NONE, OPTSCORE, 1 },
{ "score", DT_BOOL, R_NONE, {.l=OPTSCORE}, {.l=1} },
/*
** .pp
--- mutt.h
+++ mutt.h 2019-11-13 13:02:27.665650218 +0000
@@ -493,6 +493,7 @@ enum
+++ mutt.h 2020-01-14 13:07:33.727426389 +0000
@@ -509,6 +509,7 @@ enum
OPTSAVEADDRESS,
OPTSAVEEMPTY,
OPTSAVENAME,
@@ -31,8 +31,8 @@
#ifdef USE_SIDEBAR
OPTSIDEBAR,
--- send.c
+++ send.c 2019-11-13 13:15:12.547293335 +0000
@@ -673,9 +673,12 @@ int mutt_fetch_recips (ENVELOPE *out, EN
+++ send.c 2020-01-14 13:07:33.727426389 +0000
@@ -679,9 +679,12 @@ int mutt_fetch_recips (ENVELOPE *out, EN
(!in->mail_followup_to || hmfupto != MUTT_YES))
{
/* if (!mutt_addr_is_user(in->to)) */