2016-07-26 12:55:44 +00:00
committed by Git OBS Bridge
parent d12715c232
commit 1116bd31fc
18 changed files with 187 additions and 131 deletions

View File

@@ -5,8 +5,8 @@
3 files changed, 16 insertions(+)
--- init.h
+++ init.h 2016-05-31 11:12:26.410983323 +0000
@@ -2860,6 +2860,13 @@ struct option_t MuttVars[] = {
+++ init.h 2016-07-26 11:54:46.725693126 +0000
@@ -2885,6 +2885,13 @@ struct option_t MuttVars[] = {
** .pp
** Also see the $$force_name variable.
*/
@@ -21,8 +21,8 @@
/*
** .pp
--- mutt.h
+++ mutt.h 2016-05-31 11:12:26.410983323 +0000
@@ -480,6 +480,7 @@ enum
+++ mutt.h 2016-07-26 11:54:46.725693126 +0000
@@ -482,6 +482,7 @@ enum
OPTSAVEADDRESS,
OPTSAVEEMPTY,
OPTSAVENAME,
@@ -31,7 +31,7 @@
#ifdef USE_SIDEBAR
OPTSIDEBAR,
--- send.c
+++ send.c 2016-05-31 11:12:26.414983246 +0000
+++ send.c 2016-07-26 11:54:46.725693126 +0000
@@ -624,8 +624,16 @@ int mutt_fetch_recips (ENVELOPE *out, EN
if ((flags & SENDGROUPREPLY) && (!in->mail_followup_to || hmfupto != M_YES))
{