Dr. Werner Fink 2016-04-11 12:08:25 +00:00 committed by Git OBS Bridge
parent 30572ece0f
commit 0e0b6d1cc4
13 changed files with 274 additions and 299 deletions

View File

@ -11,7 +11,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw)
+++ mutt-1.5.23/PATCHES 2015-01-26 15:34:40.133518493 +0000
@@ -1,2 +1,3 @@
+patch-1.5.9.aw.listreply.1
patch-1.5.24.sidebar.20151111.txt
patch-1.6.0.sidebar.20160404.txt
rr.compressed
--- mutt-1.5.23/init.h
+++ mutt-1.5.23/init.h 2012-06-21 09:48:22.000000000 +0000

View File

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

View File

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

View File

@ -10,7 +10,7 @@
8 files changed, 144 insertions(+), 9 deletions(-)
--- Makefile.am
+++ Makefile.am 2015-09-11 14:41:16.061518931 +0000
+++ Makefile.am 2016-04-11 11:24:25.813117416 +0000
@@ -29,7 +29,7 @@ mutt_SOURCES = \
edit.c enter.c flags.c init.c filter.c from.c \
getdomain.c group.c \
@ -19,7 +19,7 @@
+ main.c mbox.c menu.c mh.c mx.c opennfs.c pager.c parse.c pattern.c \
postpone.c query.c recvattach.c recvcmd.c \
rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \
score.c send.c sendlib.c signal.c sort.c \
sidebar.c \
@@ -84,7 +84,7 @@ mutt_dotlock_SOURCES = mutt_dotlock.c
mutt_dotlock_LDADD = $(LIBOBJS)
mutt_dotlock_DEPENDENCIES = $(LIBOBJS)
@ -30,8 +30,8 @@
pgpring_DEPENDENCIES = $(LIBOBJS) $(INTLDEPS)
--- Makefile.in
+++ Makefile.in 2015-09-11 14:41:53.390018589 +0000
@@ -125,7 +125,7 @@ am_mutt_OBJECTS = addrbook.$(OBJEXT) ali
+++ Makefile.in 2016-04-11 11:23:21.414301183 +0000
@@ -128,7 +128,7 @@ am_mutt_OBJECTS = addrbook.$(OBJEXT) ali
hash.$(OBJEXT) hdrline.$(OBJEXT) headers.$(OBJEXT) \
help.$(OBJEXT) hook.$(OBJEXT) keymap.$(OBJEXT) main.$(OBJEXT) \
mbox.$(OBJEXT) menu.$(OBJEXT) mh.$(OBJEXT) mx.$(OBJEXT) \
@ -40,7 +40,7 @@
postpone.$(OBJEXT) query.$(OBJEXT) recvattach.$(OBJEXT) \
recvcmd.$(OBJEXT) rfc822.$(OBJEXT) rfc1524.$(OBJEXT) \
rfc2047.$(OBJEXT) rfc2231.$(OBJEXT) rfc3676.$(OBJEXT) \
@@ -155,7 +155,7 @@ pgpewrap_LDADD = $(LDADD)
@@ -159,7 +159,7 @@ pgpewrap_LDADD = $(LDADD)
pgpewrap_DEPENDENCIES = $(LIBOBJS) $(am__DEPENDENCIES_1)
am_pgpring_OBJECTS = pgppubring.$(OBJEXT) pgplib.$(OBJEXT) \
lib.$(OBJEXT) extlib.$(OBJEXT) sha1.$(OBJEXT) md5.$(OBJEXT) \
@ -49,7 +49,7 @@
pgpring_OBJECTS = $(am_pgpring_OBJECTS)
am_txt2c_OBJECTS = txt2c.$(OBJEXT)
txt2c_OBJECTS = $(am_txt2c_OBJECTS)
@@ -474,7 +474,7 @@ mutt_SOURCES = \
@@ -486,7 +486,7 @@ mutt_SOURCES = \
edit.c enter.c flags.c init.c filter.c from.c \
getdomain.c group.c \
handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
@ -59,7 +59,7 @@
rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \
score.c send.c sendlib.c signal.c sort.c \
--- lib.c
+++ lib.c 2009-03-02 23:00:00.000000000 +0000
+++ lib.c 2016-04-11 11:23:21.414301183 +0000
@@ -50,6 +50,7 @@
#define EX_OK 0
#endif
@ -89,7 +89,7 @@
if (lstat (path, &osb) < 0 || fstat (fd, &nsb) < 0 ||
compare_stat(&osb, &nsb) == -1)
--- mbox.c
+++ mbox.c 2010-11-04 14:01:05.000000000 +0000
+++ mbox.c 2016-04-11 11:23:21.414301183 +0000
@@ -781,7 +781,7 @@ int mbox_sync_mailbox (CONTEXT *ctx, int
/* Create a temporary file to write the new version of the mailbox in. */
@ -100,7 +100,7 @@
{
if (-1 != i)
--- mh.c
+++ mh.c 2009-03-02 23:00:00.000000000 +0000
+++ mh.c 2016-04-11 11:23:21.414301183 +0000
@@ -332,7 +332,11 @@ static int mh_mkstemp (CONTEXT * dest, F
{
snprintf (path, _POSIX_PATH_MAX, "%s/.mutt-%s-%d-%d",
@ -127,15 +127,15 @@
if (errno != EEXIST)
{
--- mutt.h
+++ mutt.h 2009-03-02 23:00:00.000000000 +0000
@@ -981,4 +981,5 @@ typedef struct
+++ mutt.h 2016-04-11 11:23:21.414301183 +0000
@@ -987,4 +987,5 @@ typedef struct
#include "lib.h"
#include "globals.h"
+extern int opennfs(const char *, int, int);
#endif /*MUTT_H*/
--- opennfs.c
+++ opennfs.c 2009-03-02 23:00:00.000000000 +0000
+++ opennfs.c 2016-04-11 11:23:21.414301183 +0000
@@ -0,0 +1,122 @@
+#include <errno.h>
+#include <fcntl.h>
@ -260,7 +260,7 @@
+ return open(path, flags, mode);
+}
--- sendlib.c
+++ sendlib.c 2009-03-02 23:00:00.000000000 +0000
+++ sendlib.c 2016-04-11 11:23:21.414301183 +0000
@@ -2223,7 +2223,7 @@ send_msg (const char *path, char **args,
if (SendmailWait >= 0 && tempfile && *tempfile)
{

View File

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

View File

@ -9,7 +9,7 @@
7 files changed, 112 insertions(+), 30 deletions(-)
--- configure.ac
+++ configure.ac 2007-06-01 10:57:38.000000000 +0000
+++ configure.ac 2016-04-11 11:09:41.997377315 +0000
@@ -240,7 +240,7 @@ main ()
mutt_cv_slang=$withval
if test -d $withval/include/slang; then
@ -46,8 +46,8 @@
saved_LIBS="$LIBS"
--- doc/Makefile.in
+++ doc/Makefile.in 2010-11-04 13:01:18.000000000 +0000
@@ -685,7 +685,7 @@ uninstall-local:
+++ doc/Makefile.in 2016-04-11 11:09:41.997377315 +0000
@@ -697,7 +697,7 @@ uninstall-local:
check:
manual.txt: manual.html
@ -56,8 +56,19 @@
LC_ALL=C w3m -dump manual.html > $@ || \
LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
--- doc/Muttrc.head
+++ doc/Muttrc.head 2016-04-11 11:09:41.997377315 +0000
@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
"call urlview to extract URLs out of a message"
# Show documentation when pressing F1
-macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
+macro generic,index,pager <F1> "<shell-escape> less -iM @docdir@/manual.txt<Enter>" "show Mutt documentation"
# 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"
--- doc/Muttrc
+++ doc/Muttrc 2009-03-03 14:56:33.000000000 +0000
+++ doc/Muttrc 2016-04-11 11:07:05.472260646 +0000
@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
"call urlview to extract URLs out of a message"
@ -93,7 +104,7 @@
# Name: check_mbox_size
# Type: boolean
# Default: no
@@ -909,11 +909,11 @@ attachments -I message/external-body
@@ -912,11 +912,11 @@ attachments -I message/external-body
# filtered message is read from the standard output.
#
#
@ -107,7 +118,7 @@
#
#
# Contains the path of the mutt_dotlock(8) binary to be used by
@@ -2351,9 +2351,9 @@ attachments -I message/external-body
@@ -2380,9 +2380,9 @@ attachments -I message/external-body
# directly from the pager, and screen resizes cause lines longer than
# the screen width to be badly formatted in the help menu.
#
@ -120,7 +131,7 @@
# Name: pager_context
# Type: number
# Default: 0
@@ -2381,9 +2381,9 @@ attachments -I message/external-body
@@ -2410,9 +2410,9 @@ attachments -I message/external-body
# pager. The valid sequences are listed in the $index_format
# section.
#
@ -133,7 +144,7 @@
# Name: pager_index_lines
# Type: number
# Default: 0
@@ -2401,9 +2401,9 @@ attachments -I message/external-body
@@ -2430,9 +2430,9 @@ attachments -I message/external-body
# is less than $pager_index_lines, then the index will only use as
# many lines as it needs.
#
@ -146,9 +157,9 @@
# Name: pager_stop
# Type: boolean
# Default: no
@@ -3440,9 +3440,9 @@ attachments -I message/external-body
# (possibly undeleted) message whenever a command that modifies the
# current message is executed.
@@ -3538,9 +3538,9 @@ attachments -I message/external-body
# user-defined headers, and other processing effects from being
# made multiple times to the draft file.
#
-#
-# set reverse_alias=no
@ -159,7 +170,7 @@
# Name: reverse_alias
# Type: boolean
# Default: no
@@ -3574,6 +3574,18 @@ attachments -I message/external-body
@@ -3672,6 +3672,18 @@ attachments -I message/external-body
# Also see the $force_name variable.
#
#
@ -178,7 +189,7 @@
# set score=yes
#
# Name: score
@@ -4144,9 +4156,9 @@ attachments -I message/external-body
@@ -4255,9 +4267,9 @@ attachments -I message/external-body
# Setting this variable overrides the value of the $sendmail
# variable.
#
@ -191,7 +202,7 @@
# Name: sort
# Type: sort order
# Default: date
@@ -4630,9 +4642,9 @@ attachments -I message/external-body
@@ -4741,9 +4753,9 @@ attachments -I message/external-body
# When set, mutt uses the date received rather than the date sent
# to thread messages by subject.
#
@ -204,7 +215,7 @@
# Name: tilde
# Type: boolean
# Default: no
@@ -4980,6 +4992,42 @@ attachments -I message/external-body
@@ -5079,6 +5091,42 @@ attachments -I message/external-body
# in this case.
#
#
@ -247,19 +258,8 @@
# set write_inc=10
#
# Name: write_inc
--- doc/Muttrc.head
+++ doc/Muttrc.head 2007-06-01 10:51:04.000000000 +0000
@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
"call urlview to extract URLs out of a message"
# Show documentation when pressing F1
-macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
+macro generic,index,pager <F1> "<shell-escape> less -iM @docdir@/manual.txt<Enter>" "show Mutt documentation"
# 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"
--- imap/auth.c
+++ imap/auth.c 2006-11-09 15:19:56.000000000 +0000
+++ imap/auth.c 2016-04-11 11:09:41.997377315 +0000
@@ -72,6 +72,23 @@ int imap_authenticate (IMAP_DATA* idata)
dprint (2, (debugfile, "imap_authenticate: Trying method %s\n", method));
authenticator = imap_authenticators;
@ -295,8 +295,8 @@
FREE (&methods);
--- init.h
+++ init.h 2009-06-25 15:52:10.000000000 +0000
@@ -3044,6 +3044,9 @@ struct option_t MuttVars[] = {
+++ init.h 2016-04-11 11:09:41.997377315 +0000
@@ -3122,6 +3122,9 @@ struct option_t MuttVars[] = {
** the default from the GNUTLS library.
*/
# endif /* USE_SSL_GNUTLS */
@ -307,8 +307,8 @@
/*
** .pp
--- mx.c
+++ mx.c 2011-07-07 11:24:49.000000000 +0000
@@ -1537,6 +1537,9 @@ void mx_update_context (CONTEXT *ctx, in
+++ mx.c 2016-04-11 11:09:42.001377242 +0000
@@ -1544,6 +1544,9 @@ void mx_update_context (CONTEXT *ctx, in
{
h = ctx->hdrs[msgno];

3
mutt-1.6.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Apr 11 12:04:29 UTC 2016 - werner@suse.de
- Update to mutt version 1.6.0 (2016-04-04):
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
be IDNA encoded. If your MTA supports it, unset to use utf-8
email address domains.
+ The S/MIME message digest algorithm is now specified using the
option $smime_sign_digest_alg. Note that $smime_sign_command
should be modified to include "-md %d". Please see
contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include files.
All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
multipart/encrypted are actually encrypted. Please see
contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
allowed mailto header parameters.
! The method of setting $hostname has been changed. Rather than
scanning /etc/resolv.conf, the domain will now be determined using
DNS calls.
- Modfied patches
aw.listreply.diff
patch-1.5.24.vk.pgp_verbose_mime
- Ported patches
mutt-1.5.24.dif becomes mutt-1.6.0.dif
mutt-1.5.24-opennfs.dif becomes mutt-1.6.0-opennfs.dif
patch-1.5.24.rr.compressed.bz2 becomes patch-1.6.0.rr.compressed.bz2
patch-1.5.24.sidebar.20151111.patch becomes patch-1.6.0.sidebar.20160411.patch
-------------------------------------------------------------------
Mon Feb 29 15:22:58 UTC 2016 - werner@suse.de

View File

@ -68,7 +68,7 @@ Requires: perl(Expect)
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
# desktop selections.
#Requires: desktop-data-SuSE
Version: 1.5.24
Version: 1.6.0
Release: 0
Summary: Mail Program
License: GPL-2.0+
@ -90,9 +90,9 @@ Patch1: patch-%version.rr.compressed.bz2
Patch2: %name-1.5.9i-pgpewrap.diff
Patch3: %name-1.5.20-sendgroupreplyto.diff
Patch4: %name-1.5.15-wrapcolumn.diff
# http://lunar-linux.org/mutt-sidebar
Patch6: patch-1.5.24.sidebar.20151111.patch
Patch7: mutt-1.5.24-opennfs.dif
# http://www.lunar-linux.org/mutt-sidebar/
Patch6: patch-1.6.0.sidebar.20160411.patch
Patch7: mutt-1.6.0-opennfs.dif
Patch9: bug-676388-largefile.patch
Patch10: mutt-1.5.21-tinfo.dif
# http://www.wolfermann.org/mutt.html

View File

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

View File

@ -10,7 +10,7 @@
@@ -1,3 +1,4 @@
+patch-1.5.3.vk.pgp_verbose_mime
patch-1.5.9.aw.listreply.1
patch-1.5.24.sidebar.20151111.txt
patch-1.6.0.sidebar.20160404.txt
rr.compressed
--- globals.h
+++ globals.h 2012-04-11 04:52:45.000000000 +0000

View File

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