Update to NeoMutt 20160826

OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=143
This commit is contained in:
Dr. Werner Fink 2016-09-13 11:00:11 +00:00 committed by Git OBS Bridge
parent f0aab78677
commit f1d42dbdb8
12 changed files with 80 additions and 59 deletions

View File

@ -5,8 +5,8 @@ Use professionel VLINE
1 file changed, 8 insertions(+), 1 deletion(-) 1 file changed, 8 insertions(+), 1 deletion(-)
--- sidebar.c --- sidebar.c
+++ sidebar.c 2016-07-26 12:32:38.170166748 +0000 +++ sidebar.c 2016-09-13 10:03:50.282864137 +0000
@@ -547,6 +547,7 @@ static int draw_divider (int first_row, @@ -579,6 +579,7 @@ static int draw_divider (int first_row,
{ {
/* Calculate the width of the delimiter in screen cells */ /* Calculate the width of the delimiter in screen cells */
int delim_len = mutt_strwidth (SidebarDividerChar); int delim_len = mutt_strwidth (SidebarDividerChar);
@ -14,7 +14,7 @@ Use professionel VLINE
if (delim_len < 1) if (delim_len < 1)
return delim_len; return delim_len;
@@ -557,13 +558,19 @@ static int draw_divider (int first_row, @@ -589,13 +590,19 @@ static int draw_divider (int first_row,
if (delim_len > SidebarWidth) if (delim_len > SidebarWidth)
return -1; return -1;

View File

@ -8,14 +8,14 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
4 files changed, 27 insertions(+) 4 files changed, 27 insertions(+)
--- PATCHES --- PATCHES
+++ PATCHES 2016-07-26 12:00:27.319169243 +0000 +++ PATCHES 2016-09-13 10:01:22.837626357 +0000
@@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
+patch-1.5.9.aw.listreply.1 +patch-1.5.9.aw.listreply.1
patch-new-mail-neo-git patch-compress-neo-git
patch-lmdb-neo-git patch-cond-date-neo-git
patch-nntp-neo-git patch-fmemopen-neo-git
--- init.h --- init.h
+++ init.h 2016-07-26 11:59:58.319724690 +0000 +++ init.h 2016-09-13 10:00:49.794245364 +0000
@@ -1501,6 +1501,13 @@ struct option_t MuttVars[] = { @@ -1501,6 +1501,13 @@ struct option_t MuttVars[] = {
** The locale used by \fCstrftime(3)\fP to format dates. Legal values are ** 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. ** the strings your system accepts for the locale environment variable \fC$$$LC_TIME\fP.
@ -31,8 +31,8 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
/* /*
** .pp ** .pp
--- mutt.h --- mutt.h
+++ mutt.h 2016-07-26 11:59:58.323724614 +0000 +++ mutt.h 2016-09-13 10:00:49.794245364 +0000
@@ -314,6 +314,7 @@ enum @@ -315,6 +315,7 @@ enum
#endif #endif
OPT_SUBJECT, OPT_SUBJECT,
OPT_VERIFYSIG, /* verify PGP signatures */ OPT_VERIFYSIG, /* verify PGP signatures */
@ -41,7 +41,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
OPT_TOMODERATED, OPT_TOMODERATED,
OPT_CATCHUP, OPT_CATCHUP,
--- send.c --- send.c
+++ send.c 2016-07-26 11:59:58.323724614 +0000 +++ send.c 2016-09-13 10:00:49.794245364 +0000
@@ -516,6 +516,7 @@ static int include_reply (CONTEXT *ctx, @@ -516,6 +516,7 @@ static int include_reply (CONTEXT *ctx,
static int default_to (ADDRESS **to, ENVELOPE *env, int flags, int hmfupto) static int default_to (ADDRESS **to, ENVELOPE *env, int flags, int hmfupto)
{ {

View File

@ -5,7 +5,7 @@
3 files changed, 5 insertions(+), 5 deletions(-) 3 files changed, 5 insertions(+), 5 deletions(-)
--- crypt-gpgme.c --- crypt-gpgme.c
+++ crypt-gpgme.c 2016-07-26 11:56:20.223902163 +0000 +++ crypt-gpgme.c 2016-09-13 10:00:08.959010324 +0000
@@ -496,7 +496,7 @@ static gpgme_data_t body_to_data_object @@ -496,7 +496,7 @@ static gpgme_data_t body_to_data_object
/* Create a GPGME data object from the stream FP but limit the object /* Create a GPGME data object from the stream FP but limit the object
to LENGTH bytes starting at OFFSET bytes from the beginning of the to LENGTH bytes starting at OFFSET bytes from the beginning of the
@ -16,7 +16,7 @@
int err = 0; int err = 0;
gpgme_data_t data; gpgme_data_t data;
--- mh.c --- mh.c
+++ mh.c 2016-07-26 11:56:20.223902163 +0000 +++ mh.c 2016-09-13 10:00:08.959010324 +0000
@@ -1625,9 +1625,9 @@ static int mh_rewrite_message (CONTEXT * @@ -1625,9 +1625,9 @@ static int mh_rewrite_message (CONTEXT *
char newpath[_POSIX_PATH_MAX]; char newpath[_POSIX_PATH_MAX];
char partpath[_POSIX_PATH_MAX]; char partpath[_POSIX_PATH_MAX];
@ -31,8 +31,8 @@
if ((dest = mx_open_new_message (ctx, h, 0)) == NULL) if ((dest = mx_open_new_message (ctx, h, 0)) == NULL)
return -1; return -1;
--- mutt.h --- mutt.h
+++ mutt.h 2016-07-26 11:56:20.223902163 +0000 +++ mutt.h 2016-09-13 10:00:08.959010324 +0000
@@ -730,7 +730,7 @@ typedef struct body @@ -731,7 +731,7 @@ typedef struct body
PARAMETER *parameter; /* parameters of the content-type */ PARAMETER *parameter; /* parameters of the content-type */
char *description; /* content-description */ char *description; /* content-description */
char *form_name; /* Content-Disposition form-data name param */ char *form_name; /* Content-Disposition form-data name param */

View File

@ -5,8 +5,8 @@ Index: init.h
1 file changed, 2 insertions(+), 1 deletion(-) 1 file changed, 2 insertions(+), 1 deletion(-)
--- init.h --- init.h
+++ init.h 2016-07-26 11:55:23.592986926 +0000 +++ init.h 2016-09-13 09:58:52.548441749 +0000
@@ -4052,7 +4052,8 @@ struct option_t MuttVars[] = { @@ -4047,7 +4047,8 @@ struct option_t MuttVars[] = {
** When \fIset\fP, mutt will weed headers when displaying, forwarding, ** When \fIset\fP, mutt will weed headers when displaying, forwarding,
** printing, or replying to messages. ** printing, or replying to messages.
*/ */

View File

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

View File

@ -10,8 +10,8 @@
8 files changed, 148 insertions(+), 13 deletions(-) 8 files changed, 148 insertions(+), 13 deletions(-)
--- Makefile.am --- Makefile.am
+++ Makefile.am 2016-07-26 12:15:17.066117600 +0000 +++ Makefile.am 2016-09-13 09:59:28.591766504 +0000
@@ -32,7 +32,7 @@ mutt_SOURCES = \ @@ -28,7 +28,7 @@ mutt_SOURCES = \
edit.c enter.c flags.c init.c filter.c from.c \ edit.c enter.c flags.c init.c filter.c from.c \
getdomain.c group.c \ getdomain.c group.c \
handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \ handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
@ -20,7 +20,7 @@
postpone.c query.c recvattach.c recvcmd.c \ postpone.c query.c recvattach.c recvcmd.c \
rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \ rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \
score.c send.c sendlib.c signal.c sort.c \ score.c send.c sendlib.c signal.c sort.c \
@@ -97,7 +97,7 @@ mutt_dotlock_SOURCES = mutt_dotlock.c @@ -93,7 +93,7 @@ mutt_dotlock_SOURCES = mutt_dotlock.c
mutt_dotlock_LDADD = $(LIBOBJS) mutt_dotlock_LDADD = $(LIBOBJS)
mutt_dotlock_DEPENDENCIES = $(LIBOBJS) mutt_dotlock_DEPENDENCIES = $(LIBOBJS)
@ -30,7 +30,7 @@
pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS) pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS)
--- Makefile.in --- Makefile.in
+++ Makefile.in 2016-07-26 12:15:17.070117523 +0000 +++ Makefile.in 2016-09-13 09:59:28.591766504 +0000
@@ -125,7 +125,7 @@ am_mutt_OBJECTS = addrbook.$(OBJEXT) ali @@ -125,7 +125,7 @@ am_mutt_OBJECTS = addrbook.$(OBJEXT) ali
hash.$(OBJEXT) hdrline.$(OBJEXT) headers.$(OBJEXT) \ hash.$(OBJEXT) hdrline.$(OBJEXT) headers.$(OBJEXT) \
help.$(OBJEXT) hook.$(OBJEXT) keymap.$(OBJEXT) main.$(OBJEXT) \ help.$(OBJEXT) hook.$(OBJEXT) keymap.$(OBJEXT) main.$(OBJEXT) \
@ -59,7 +59,7 @@
rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \ rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \
score.c send.c sendlib.c signal.c sort.c \ score.c send.c sendlib.c signal.c sort.c \
--- lib.c --- lib.c
+++ lib.c 2016-07-26 12:16:00.365287507 +0000 +++ lib.c 2016-09-13 09:59:28.591766504 +0000
@@ -50,6 +50,7 @@ @@ -50,6 +50,7 @@
#define EX_OK 0 #define EX_OK 0
#endif #endif
@ -123,7 +123,7 @@
if (lstat (path, &osb) < 0 || fstat (fd, &nsb) < 0 || if (lstat (path, &osb) < 0 || fstat (fd, &nsb) < 0 ||
compare_stat(&osb, &nsb) == -1) compare_stat(&osb, &nsb) == -1)
--- mbox.c --- mbox.c
+++ mbox.c 2016-07-26 12:15:17.070117523 +0000 +++ mbox.c 2016-09-13 09:59:28.591766504 +0000
@@ -781,7 +781,7 @@ int mbox_sync_mailbox (CONTEXT *ctx, int @@ -781,7 +781,7 @@ int mbox_sync_mailbox (CONTEXT *ctx, int
/* Create a temporary file to write the new version of the mailbox in. */ /* Create a temporary file to write the new version of the mailbox in. */
@ -134,7 +134,7 @@
{ {
if (-1 != i) if (-1 != i)
--- mh.c --- mh.c
+++ mh.c 2016-07-26 12:15:17.070117523 +0000 +++ mh.c 2016-09-13 09:59:28.591766504 +0000
@@ -358,7 +358,11 @@ static int mh_mkstemp (CONTEXT * dest, F @@ -358,7 +358,11 @@ static int mh_mkstemp (CONTEXT * dest, F
{ {
snprintf (path, _POSIX_PATH_MAX, "%s/.mutt-%s-%d-%" PRIu64, snprintf (path, _POSIX_PATH_MAX, "%s/.mutt-%s-%d-%" PRIu64,
@ -161,15 +161,15 @@
if (errno != EEXIST) if (errno != EEXIST)
{ {
--- mutt.h --- mutt.h
+++ mutt.h 2016-07-26 12:15:17.070117523 +0000 +++ mutt.h 2016-09-13 09:59:28.591766504 +0000
@@ -1075,4 +1075,5 @@ typedef struct @@ -1076,4 +1076,5 @@ typedef struct
#include "lib.h" #include "lib.h"
#include "globals.h" #include "globals.h"
+extern int opennfs(const char *, int, int); +extern int opennfs(const char *, int, int);
#endif /*MUTT_H*/ #endif /*MUTT_H*/
--- opennfs.c --- opennfs.c
+++ opennfs.c 2016-07-26 12:15:17.070117523 +0000 +++ opennfs.c 2016-09-13 09:59:28.595766429 +0000
@@ -0,0 +1,122 @@ @@ -0,0 +1,122 @@
+#include <errno.h> +#include <errno.h>
+#include <fcntl.h> +#include <fcntl.h>
@ -294,7 +294,7 @@
+ return open(path, flags, mode); + return open(path, flags, mode);
+} +}
--- sendlib.c --- sendlib.c
+++ sendlib.c 2016-07-26 12:15:17.070117523 +0000 +++ sendlib.c 2016-09-13 09:59:28.595766429 +0000
@@ -2260,7 +2260,7 @@ send_msg (const char *path, char **args, @@ -2260,7 +2260,7 @@ send_msg (const char *path, char **args,
if (SendmailWait >= 0 && tempfile && *tempfile) if (SendmailWait >= 0 && tempfile && *tempfile)
{ {

View File

@ -9,8 +9,8 @@
7 files changed, 112 insertions(+), 30 deletions(-) 7 files changed, 112 insertions(+), 30 deletions(-)
--- configure.ac --- configure.ac
+++ configure.ac 2016-07-26 11:50:00.711172022 +0000 +++ configure.ac 2016-09-13 09:57:13.810291522 +0000
@@ -281,7 +281,7 @@ main () @@ -280,7 +280,7 @@ main ()
mutt_cv_slang=$withval mutt_cv_slang=$withval
if test -d $withval/include/slang; then if test -d $withval/include/slang; then
CPPFLAGS="$CPPFLAGS -I${withval}/include/slang" CPPFLAGS="$CPPFLAGS -I${withval}/include/slang"
@ -19,7 +19,7 @@
CPPFLAGS="$CPPFLAGS -I${withval}/include" CPPFLAGS="$CPPFLAGS -I${withval}/include"
fi fi
LDFLAGS="$LDFLAGS -L${withval}/lib" LDFLAGS="$LDFLAGS -L${withval}/lib"
@@ -722,8 +722,12 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with- @@ -721,8 +721,12 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with-
else else
if test "$with_ssl" != "yes" if test "$with_ssl" != "yes"
then then
@ -32,7 +32,7 @@
fi fi
saved_LIBS="$LIBS" saved_LIBS="$LIBS"
@@ -802,8 +806,12 @@ AC_ARG_WITH(sasl, AS_HELP_STRING([--with @@ -801,8 +805,12 @@ AC_ARG_WITH(sasl, AS_HELP_STRING([--with
if test "$with_sasl" != "yes" if test "$with_sasl" != "yes"
then then
@ -46,7 +46,7 @@
saved_LIBS="$LIBS" saved_LIBS="$LIBS"
--- doc/Makefile.in --- doc/Makefile.in
+++ doc/Makefile.in 2016-07-26 11:50:00.711172022 +0000 +++ doc/Makefile.in 2016-09-13 09:57:13.810291522 +0000
@@ -697,7 +697,7 @@ uninstall-local: @@ -697,7 +697,7 @@ uninstall-local:
check: check:
@ -57,7 +57,7 @@
LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
--- doc/Muttrc.head --- doc/Muttrc.head
+++ doc/Muttrc.head 2016-07-26 11:50:00.711172022 +0000 +++ doc/Muttrc.head 2016-09-13 09:57:13.810291522 +0000
@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\ @@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
"call urlview to extract URLs out of a message" "call urlview to extract URLs out of a message"
@ -68,7 +68,7 @@
# show the incoming mailboxes list (just like "mutt -y") and back when pressing "y" # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list" macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
--- doc/Muttrc --- doc/Muttrc
+++ doc/Muttrc 2016-07-26 11:50:00.711172022 +0000 +++ doc/Muttrc 2016-09-13 09:57:13.810291522 +0000
@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\ @@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
"call urlview to extract URLs out of a message" "call urlview to extract URLs out of a message"
@ -259,7 +259,7 @@
# #
# Name: write_inc # Name: write_inc
--- imap/auth.c --- imap/auth.c
+++ imap/auth.c 2016-07-26 11:50:00.711172022 +0000 +++ imap/auth.c 2016-09-13 09:57:13.810291522 +0000
@@ -72,6 +72,23 @@ int imap_authenticate (IMAP_DATA* idata) @@ -72,6 +72,23 @@ int imap_authenticate (IMAP_DATA* idata)
dprint (2, (debugfile, "imap_authenticate: Trying method %s\n", method)); dprint (2, (debugfile, "imap_authenticate: Trying method %s\n", method));
authenticator = imap_authenticators; authenticator = imap_authenticators;
@ -295,8 +295,8 @@
FREE (&methods); FREE (&methods);
--- init.h --- init.h
+++ init.h 2016-07-26 11:50:00.715171945 +0000 +++ init.h 2016-09-13 09:57:13.814291447 +0000
@@ -3601,6 +3601,9 @@ struct option_t MuttVars[] = { @@ -3596,6 +3596,9 @@ struct option_t MuttVars[] = {
** the default from the GNUTLS library. ** the default from the GNUTLS library.
*/ */
# endif /* USE_SSL_GNUTLS */ # endif /* USE_SSL_GNUTLS */
@ -307,7 +307,7 @@
/* /*
** .pp ** .pp
--- mx.c --- mx.c
+++ mx.c 2016-07-26 11:50:00.715171945 +0000 +++ mx.c 2016-09-13 09:57:13.814291447 +0000
@@ -1829,6 +1829,9 @@ void mx_update_context (CONTEXT *ctx, in @@ -1829,6 +1829,9 @@ void mx_update_context (CONTEXT *ctx, in
{ {
h = ctx->hdrs[msgno]; h = ctx->hdrs[msgno];

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Sep 13 10:05:16 UTC 2016 - werner@suse.de
- Update to neomutt 20160826
Build:
Disable fmemopen until bug is fixed
Contrib:
Keybase portability improvements Joshua Jordi (@JakkinStewart)
Keybase Integration - Joshua Jordi (@JakkinStewart)
Bug Fixes:
Fix notmuch crash toggling virtual folders
Fix display of pager index when sidebar toggled
Sidebar's inbox occasionally shows zero/wrong value
Fix crash opening a second compressed mailbox
Config:
Look for /etc/NeoMuttrc and ~/.neomuttrc
Docs:
Fix broken links, typos
Update project link
Fix version string in the manual
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 26 12:36:47 UTC 2016 - werner@suse.de Tue Jul 26 12:36:47 UTC 2016 - werner@suse.de

View File

@ -71,7 +71,7 @@ Requires: perl(Expect)
# NOTE: We don't want this dependency and desktop-data-SuSE is in all # NOTE: We don't want this dependency and desktop-data-SuSE is in all
# desktop selections. # desktop selections.
#Requires: desktop-data-SuSE #Requires: desktop-data-SuSE
%global neo 20160723 %global neo 20160826
Version: 1.6.2 Version: 1.6.2
Release: 0 Release: 0
Summary: Mail Program Summary: Mail Program
@ -121,19 +121,19 @@ however.
%setup -q -n mutt-%version -a 10 %setup -q -n mutt-%version -a 10
for p in neomutt-distro-%neo/bugs-common/*.patch for p in neomutt-distro-%neo/bugs-common/*.patch
do do
patch -p1 --fuzz=%_default_patch_fuzz < $p patch -s -p1 --fuzz=%_default_patch_fuzz < $p
done done
for p in neomutt-distro-%neo/features-common/*.patch for p in neomutt-distro-%neo/features-common/*.patch
do do
patch -p1 --fuzz=%_default_patch_fuzz < $p patch -s -p1 --fuzz=%_default_patch_fuzz < $p
done done
for p in neomutt-distro-%neo/features-extra/*.patch for p in neomutt-distro-%neo/features-extra/*.patch
do do
patch -p1 --fuzz=%_default_patch_fuzz < $p patch -s -p1 --fuzz=%_default_patch_fuzz < $p
done done
for p in neomutt-distro-%neo/bugs-neomutt/*.patch for p in neomutt-distro-%neo/bugs-neomutt/*.patch
do do
patch -p1 --fuzz=%_default_patch_fuzz < $p patch -s -p1 --fuzz=%_default_patch_fuzz < $p
done done
%patch -p0 -b .p0 %patch -p0 -b .p0
%patch2 -p0 -b .pgpewrap %patch2 -p0 -b .pgpewrap

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9c819c21b43315078458d490b1ddbbd49508e70016962bfaf3173af147617fd
size 338862

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3580dc9c8b8b2247ac77f7a1ab9eba01974def8de6e7adfb0eacf2ccb7bb4aca
size 559148

View File

@ -6,15 +6,15 @@
4 files changed, 17 insertions(+), 1 deletion(-) 4 files changed, 17 insertions(+), 1 deletion(-)
--- PATCHES --- PATCHES
+++ PATCHES 2016-07-26 12:01:20.102158263 +0000 +++ PATCHES 2016-09-13 10:02:27.260419491 +0000
@@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
+patch-1.5.3.vk.pgp_verbose_mime +patch-1.5.3.vk.pgp_verbose_mime
patch-1.5.9.aw.listreply.1 patch-1.5.9.aw.listreply.1
patch-new-mail-neo-git patch-compress-neo-git
patch-lmdb-neo-git patch-cond-date-neo-git
--- globals.h --- globals.h
+++ globals.h 2016-07-26 12:00:59.278557107 +0000 +++ globals.h 2016-09-13 10:02:12.156702439 +0000
@@ -272,6 +272,8 @@ WHERE REGEXP PgpDecryptionOkay; @@ -271,6 +271,8 @@ WHERE REGEXP PgpDecryptionOkay;
WHERE char *PgpSignAs; WHERE char *PgpSignAs;
WHERE short PgpTimeout; WHERE short PgpTimeout;
WHERE char *PgpEntryFormat; WHERE char *PgpEntryFormat;
@ -24,8 +24,8 @@
WHERE char *PgpDecodeCommand; WHERE char *PgpDecodeCommand;
WHERE char *PgpVerifyCommand; WHERE char *PgpVerifyCommand;
--- init.h --- init.h
+++ init.h 2016-07-26 12:00:59.278557107 +0000 +++ init.h 2016-09-13 10:02:12.156702439 +0000
@@ -3210,6 +3210,18 @@ struct option_t MuttVars[] = { @@ -3205,6 +3205,18 @@ struct option_t MuttVars[] = {
** a line quoted text if it also matches $$smileys. This mostly ** a line quoted text if it also matches $$smileys. This mostly
** happens at the beginning of a line. ** happens at the beginning of a line.
*/ */
@ -45,7 +45,7 @@
--- pgp.c --- pgp.c
+++ pgp.c 2016-07-26 12:00:59.282557030 +0000 +++ pgp.c 2016-09-13 10:02:12.156702439 +0000
@@ -1261,7 +1261,8 @@ BODY *pgp_sign_message (BODY *a) @@ -1261,7 +1261,8 @@ BODY *pgp_sign_message (BODY *a)
t->disposition = DISPNONE; t->disposition = DISPNONE;
t->encoding = ENC7BIT; t->encoding = ENC7BIT;