public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2017-10-04 17:17 Nicolas Bock
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Bock @ 2017-10-04 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     31494695ea19dcb11c2baf473614c90ee0357ee7
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 17:16:56 2017 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 17:17:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31494695

mail-client/neomutt: Rename smime_keys

In order to avoid a file collision with the mutt package, rename the
smime_keys helper script to neomutt_smime_keys.

Fixes: #633454
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../0001-Rename-mutt-to-neomutt-20170912.patch     | 50 +++++++++++++++++-----
 1 file changed, 39 insertions(+), 11 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch
index 598a684a21a..a8a0c8ad272 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch
@@ -1,17 +1,20 @@
-From 3a44a22841c2d5861c8fc79391f8615d22bcd08f Mon Sep 17 00:00:00 2001
+From 457e54623ce8c5ef40647ebbc4a304417e353230 Mon Sep 17 00:00:00 2001
 From: Nicolas Bock <nicolasbock@gmail.com>
 Date: Mon, 2 Oct 2017 14:04:34 -0600
 Subject: [PATCH] Rename mutt to neomutt
 
 ---
- Makefile.am     | 28 +++++++++++++++-------------
- configure.ac    |  6 +++---
- contrib/pgp2.rc |  4 ++--
- contrib/pgp5.rc |  4 ++--
- contrib/pgp6.rc |  4 ++--
- doc/Makefile.am | 30 +++++++++++++++---------------
- lib/Makefile.am |  4 ++--
- 7 files changed, 41 insertions(+), 39 deletions(-)
+ Makefile.am                                | 28 +++++++++++++++-------------
+ configure.ac                               |  8 ++++----
+ contrib/{smime_keys => neomutt_smime_keys} |  0
+ contrib/pgp2.rc                            |  4 ++--
+ contrib/pgp5.rc                            |  4 ++--
+ contrib/pgp6.rc                            |  4 ++--
+ contrib/smime.rc                           |  2 +-
+ doc/Makefile.am                            | 30 +++++++++++++++---------------
+ lib/Makefile.am                            |  4 ++--
+ 9 files changed, 43 insertions(+), 41 deletions(-)
+ rename contrib/{smime_keys => neomutt_smime_keys} (100%)
 
 diff --git a/Makefile.am b/Makefile.am
 index 97218b8f..859b2bcd 100644
@@ -98,7 +101,7 @@ index 97218b8f..859b2bcd 100644
  	echo 'const char *GitVer = "'$$version'";' > git_ver.h.tmp; \
  	cmp -s git_ver.h.tmp git_ver.h || mv git_ver.h.tmp git_ver.h; \
 diff --git a/configure.ac b/configure.ac
-index 1e888e86..471100b1 100644
+index 1e888e86..7898fa1b 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -4,7 +4,7 @@ dnl     autoreconf -i
@@ -119,7 +122,7 @@ index 1e888e86..471100b1 100644
  
  AC_ARG_WITH(domain,
  	AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
-@@ -213,7 +213,7 @@ AS_IF([test x$use_gpgme = xyes && test x$gpgme_found = xno], [
+@@ -213,14 +213,14 @@ AS_IF([test x$use_gpgme = xyes && test x$gpgme_found = xno], [
  dnl --enable-pgp
  AS_IF([test x$use_pgp != "xno"], [
  	AC_DEFINE(CRYPT_BACKEND_CLASSIC_PGP, 1, [Define if you want classic PGP Support.])
@@ -128,6 +131,18 @@ index 1e888e86..471100b1 100644
  	build_ncrypt_pgp="yes"
  ])
  
+ dnl --enable-smime
+ AS_IF([test x$use_smime != "xno"], [
+ 	AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want classic S/MIME support.])
+-	SMIMEAUX_TARGET='$(top_srcdir)/contrib/smime_keys'
++	SMIMEAUX_TARGET='$(top_srcdir)/contrib/neomutt_smime_keys'
+ 	build_ncrypt_smime="yes"
+ ])
+ 
+diff --git a/contrib/smime_keys b/contrib/neomutt_smime_keys
+similarity index 100%
+rename from contrib/smime_keys
+rename to contrib/neomutt_smime_keys
 diff --git a/contrib/pgp2.rc b/contrib/pgp2.rc
 index bd01e2d2..08b592dd 100644
 --- a/contrib/pgp2.rc
@@ -178,6 +193,19 @@ index a8708042..6b1ef985 100644
  
  # create a clearsigned message
  set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible   +verbose=0 +batchmode +clearsig -afst %?a? -u %a?"
+diff --git a/contrib/smime.rc b/contrib/smime.rc
+index 532ac9ec..aa9897fb 100644
+--- a/contrib/smime.rc
++++ b/contrib/smime.rc
+@@ -52,7 +52,7 @@ set smime_get_signer_cert_command="openssl smime -verify -in %f -noverify -signe
+ set smime_get_cert_email_command="openssl x509 -in %f -noout -email"
+ 
+ # Add a certificate to the database using smime_keys.
+-set smime_import_cert_command="smime_keys add_cert %f"
++set smime_import_cert_command="neomutt_smime_keys add_cert %f"
+ 
+ 
+ 
 diff --git a/doc/Makefile.am b/doc/Makefile.am
 index 9bfe7ea6..dffbe5f6 100644
 --- a/doc/Makefile.am


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2017-10-06 17:42 Nicolas Bock
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Bock @ 2017-10-06 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     486e06d02b42d8b0c61439f4596837e68720aadb
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 17:41:58 2017 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 17:41:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486e06d0

mail-client/neomutt: Update patch file for live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/0001-Rename-mutt-to-neomutt-9999.patch   | 64 ++--------------------
 1 file changed, 4 insertions(+), 60 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch
index 319adafc80b..7afa921c537 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch
@@ -1,32 +1,14 @@
-From 8bbf8197154cea2cfec0236a0fad6e7c1eff8163 Mon Sep 17 00:00:00 2001
+From 42c5c059a87851a9103cf46dd9d6083b5938f1c5 Mon Sep 17 00:00:00 2001
 From: Nicolas Bock <nicolasbock@gmail.com>
 Date: Mon, 2 Oct 2017 14:04:34 -0600
 Subject: [PATCH] Rename mutt to neomutt
 
 ---
- Makefile.am     | 4 ++--
- configure.ac    | 2 +-
- doc/Makefile.am | 6 +++---
- lib/Makefile.am | 4 ++--
- 4 files changed, 8 insertions(+), 8 deletions(-)
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/Makefile.am b/Makefile.am
-index b00d1f8a..08a16a7e 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -62,8 +62,8 @@ nodist_neomutt_SOURCES = $(BUILT_SOURCES)
- LIBIMAP = -Limap -limap
- LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
- 
--LIBMUTT = -Llib -lmutt
--LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libmutt.a
-+LIBMUTT = -Llib -lneomutt
-+LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libneomutt.a
- 
- neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
- 	$(LIBIMAP) $(LIBMUTT) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
 diff --git a/configure.ac b/configure.ac
-index 0299f921..667b7f65 100644
+index 7a3cfad9..4e2968fd 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -184,7 +184,7 @@ AC_ARG_WITH(mailpath,
@@ -38,44 +20,6 @@ index 0299f921..667b7f65 100644
  
  AC_ARG_WITH(domain,
  	AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index cbb5efec..96bae35a 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -43,8 +43,8 @@ install-data-local: makedoc-all
- 	$(INSTALL) -m 644 neomutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
- 	$(INSTALL) -m 644 neomuttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
- 	$(INSTALL) -m 644 $(srcdir)/smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys_$(PACKAGE).1
--	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap_$(PACKAGE).1
--	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring_$(PACKAGE).1
-+	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpewrap_$(PACKAGE).1
-+	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpring_$(PACKAGE).1
- 	$(INSTALL) -m 644 $(srcdir)/mbox.5 $(DESTDIR)$(mandir)/man5/mbox_$(PACKAGE).5
- 	$(INSTALL) -m 644 $(srcdir)/mmdf.5 $(DESTDIR)$(mandir)/man5/mmdf_$(PACKAGE).5
- 	$(MKDIR_P) $(DESTDIR)$(docdir)
-@@ -63,7 +63,7 @@ install-data-local: makedoc-all
- 	-$(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(docdir)/mime.types
- 
- uninstall-local:
--	for f in neomutt.1 smime_keys_$(PACKAGE).1 pgpewrap_$(PACKAGE).1 pgpring_$(PACKAGE).1; do \
-+	for f in neomutt.1 smime_keys_$(PACKAGE).1 neomutt_pgpewrap_$(PACKAGE).1 neomutt_pgpring_$(PACKAGE).1; do \
- 		rm -f $(DESTDIR)$(mandir)/man1/$$f; \
- 	done
- 	for f in neomuttrc.5 mbox_$(PACKAGE).5 mmdf_$(PACKAGE).5; do \
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index ac7658a9..222cbc68 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -7,7 +7,7 @@ EXTRA_DIST = lib.h base64.h buffer.h date.h debug.h exit.h file.h hash.h mapping
- 
- AM_CPPFLAGS = -I$(top_srcdir)
- 
--noinst_LIBRARIES = libmutt.a
-+noinst_LIBRARIES = libneomutt.a
- 
--libmutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c mapping.c md5.c memory.c message.c sha1.c string.c
-+libneomutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c mapping.c md5.c memory.c message.c sha1.c string.c
- 
 -- 
 2.13.6
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2017-10-06 17:44 Nicolas Bock
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Bock @ 2017-10-06 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d88a90138adb9498050cd943e34045ad313b69fc
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 17:44:33 2017 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 17:44:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88a9013

mail-client/neomutt: Updated patch for 20171006

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../0001-Rename-mutt-to-neomutt-20171006.patch     | 62 ++--------------------
 1 file changed, 3 insertions(+), 59 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
index b0c4673f3a9..6b591e32908 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
@@ -1,30 +1,12 @@
-From ac4562d86f6d920044a30b196cdab7a94e44d46a Mon Sep 17 00:00:00 2001
+From dd318718302850408319e36766329bed29b2c1c1 Mon Sep 17 00:00:00 2001
 From: Nicolas Bock <nicolasbock@gmail.com>
 Date: Mon, 2 Oct 2017 14:04:34 -0600
 Subject: [PATCH] Rename mutt to neomutt
 
 ---
- Makefile.am     | 4 ++--
- configure.ac    | 2 +-
- doc/Makefile.am | 6 +++---
- lib/Makefile.am | 4 ++--
- 4 files changed, 8 insertions(+), 8 deletions(-)
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/Makefile.am b/Makefile.am
-index d3e125b4..ea9ff58c 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -62,8 +62,8 @@ nodist_neomutt_SOURCES = $(BUILT_SOURCES)
- LIBIMAP = -Limap -limap
- LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
- 
--LIBMUTT = -Llib -lmutt
--LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libmutt.a
-+LIBMUTT = -Llib -lneomutt
-+LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libneomutt.a
- 
- neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
- 	$(LIBIMAP) $(LIBMUTT) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
 diff --git a/configure.ac b/configure.ac
 index 7a3cfad9..4e2968fd 100644
 --- a/configure.ac
@@ -38,44 +20,6 @@ index 7a3cfad9..4e2968fd 100644
  
  AC_ARG_WITH(domain,
  	AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index cbb5efec..96bae35a 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -43,8 +43,8 @@ install-data-local: makedoc-all
- 	$(INSTALL) -m 644 neomutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
- 	$(INSTALL) -m 644 neomuttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
- 	$(INSTALL) -m 644 $(srcdir)/smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys_$(PACKAGE).1
--	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap_$(PACKAGE).1
--	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring_$(PACKAGE).1
-+	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpewrap_$(PACKAGE).1
-+	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpring_$(PACKAGE).1
- 	$(INSTALL) -m 644 $(srcdir)/mbox.5 $(DESTDIR)$(mandir)/man5/mbox_$(PACKAGE).5
- 	$(INSTALL) -m 644 $(srcdir)/mmdf.5 $(DESTDIR)$(mandir)/man5/mmdf_$(PACKAGE).5
- 	$(MKDIR_P) $(DESTDIR)$(docdir)
-@@ -63,7 +63,7 @@ install-data-local: makedoc-all
- 	-$(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(docdir)/mime.types
- 
- uninstall-local:
--	for f in neomutt.1 smime_keys_$(PACKAGE).1 pgpewrap_$(PACKAGE).1 pgpring_$(PACKAGE).1; do \
-+	for f in neomutt.1 smime_keys_$(PACKAGE).1 neomutt_pgpewrap_$(PACKAGE).1 neomutt_pgpring_$(PACKAGE).1; do \
- 		rm -f $(DESTDIR)$(mandir)/man1/$$f; \
- 	done
- 	for f in neomuttrc.5 mbox_$(PACKAGE).5 mmdf_$(PACKAGE).5; do \
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index ac7658a9..222cbc68 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -7,7 +7,7 @@ EXTRA_DIST = lib.h base64.h buffer.h date.h debug.h exit.h file.h hash.h mapping
- 
- AM_CPPFLAGS = -I$(top_srcdir)
- 
--noinst_LIBRARIES = libmutt.a
-+noinst_LIBRARIES = libneomutt.a
- 
--libmutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c mapping.c md5.c memory.c message.c sha1.c string.c
-+libneomutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c mapping.c md5.c memory.c message.c sha1.c string.c
- 
 -- 
 2.13.6
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2017-10-06 18:26 Nicolas Bock
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Bock @ 2017-10-06 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7cc751f3fe4963853413c83819a097ea65fbf52f
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 18:25:58 2017 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 18:25:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc751f3

mail-client/neomutt: Update live ebuild patch

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/0001-Rename-mutt-to-neomutt-9999.patch   | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch
index 7afa921c537..e69de29bb2d 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-9999.patch
@@ -1,25 +0,0 @@
-From 42c5c059a87851a9103cf46dd9d6083b5938f1c5 Mon Sep 17 00:00:00 2001
-From: Nicolas Bock <nicolasbock@gmail.com>
-Date: Mon, 2 Oct 2017 14:04:34 -0600
-Subject: [PATCH] Rename mutt to neomutt
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7a3cfad9..4e2968fd 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -184,7 +184,7 @@ AC_ARG_WITH(mailpath,
- AC_ARG_WITH(docdir,
- 	AS_HELP_STRING([--with-docdir=PATH],[Specify where to put the documentation]),
- 	[mutt_cv_docdir=$withval],
--	[mutt_cv_docdir='${datarootdir}/doc/mutt'])
-+	[mutt_cv_docdir='${datarootdir}/doc/neomutt'])
- 
- AC_ARG_WITH(domain,
- 	AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
--- 
-2.13.6
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2018-01-03 13:27 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-01-03 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     dd5c9865d8365c31b82471a000c9057a4c5fe4ff
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Dec 26 07:41:20 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 13:27:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c9865

mail-client/neomutt: remove unused files.

Closes: https://github.com/gentoo/gentoo/pull/6640

 mail-client/neomutt/files/Muttrc      | 19 -------------------
 mail-client/neomutt/files/Muttrc.mbox |  9 ---------
 2 files changed, 28 deletions(-)

diff --git a/mail-client/neomutt/files/Muttrc b/mail-client/neomutt/files/Muttrc
deleted file mode 100644
index 6f0d63e3b52..00000000000
--- a/mail-client/neomutt/files/Muttrc
+++ /dev/null
@@ -1,19 +0,0 @@
-# Some minimal Mutt settings, Gentoo-style.  These reflect the Gentoo
-# predilection for maildir folders.
-#
-# Please don't add settings to this file to change other user
-# preferences (such as colors), since those can be hard for a user to
-# undo if their preference doesn't match yours!  For example, it is
-# *impossible* currently in mutt to remove color settings from objects
-# other than the index.
-
-set mbox_type=Maildir
-set folder=~/.maildir
-set spoolfile=~/.maildir/
-set record=~/.maildir-sent/
-set move=no
-
-# Maybe we shouldn't set index_format here, but this is a recommended
-# one for maildir-style folders.
-
-set index_format="%4C %Z %{%b %d} %-16.16L  %s"

diff --git a/mail-client/neomutt/files/Muttrc.mbox b/mail-client/neomutt/files/Muttrc.mbox
deleted file mode 100644
index 1382a374ea6..00000000000
--- a/mail-client/neomutt/files/Muttrc.mbox
+++ /dev/null
@@ -1,9 +0,0 @@
-# Some minimal Mutt settings, Gentoo-style.  Since mutt was installed
-# with USE=mbox, this file doesn't have any changes from the default
-# mutt settings, making it very minimal indeed...
-#
-# Please don't add settings to this file to change other user
-# preferences (such as colors), since those can be hard for a user to
-# undo if their preference doesn't match yours!  For example, it is
-# *impossible* currently in mutt to remove color settings from objects
-# other than the index.


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2018-01-08 16:35 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-01-08 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8f9a717dded65af4d3c914cd9abe4d70084e4c42
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan  5 15:44:18 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 16:35:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9a717d

mail-client/neomutt: remove unused patches.

Closes: https://github.com/gentoo/gentoo/pull/6761

 .../0001-Rename-mutt-to-neomutt-20170714.patch     | 436 ---------------------
 .../0001-Rename-mutt-to-neomutt-20170912.patch     | 293 --------------
 2 files changed, 729 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170714.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170714.patch
deleted file mode 100644
index bb01dbf9801..00000000000
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170714.patch
+++ /dev/null
@@ -1,436 +0,0 @@
-From bb4a3d41530619970d5c3c30be7e9424dd169de5 Mon Sep 17 00:00:00 2001
-From: Nicolas Bock <nicolasbock@gmail.com>
-Date: Tue, 8 Aug 2017 13:36:20 +0200
-Subject: [PATCH] Rename mutt to neomutt
-
----
- Makefile.am         | 30 ++++++++++++++++--------------
- configure.ac        |  8 ++++----
- contrib/gpg.rc      |  8 ++++----
- contrib/pgp2.rc     |  4 ++--
- contrib/pgp5.rc     |  8 ++++----
- contrib/pgp6.rc     |  4 ++--
- doc/Makefile.am     | 24 +++++++++++-------------
- doc/PGP-Notes.txt   |  8 ++++----
- doc/mutt.man        |  2 +-
- doc/pgpewrap.1      | 12 ++++++------
- doc/pgpring.1       | 10 +++++-----
- hcache/hcachever.sh |  2 +-
- 12 files changed, 60 insertions(+), 60 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 5b6494e8..d34d3e4c 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -3,7 +3,7 @@
- include $(top_srcdir)/flymake.am
- 
- AUTOMAKE_OPTIONS = 1.6 foreign
--EXTRA_PROGRAMS = mutt_md5 pgpewrap pgpring
-+EXTRA_PROGRAMS = neomutt_md5 neomutt_pgpewrap neomutt_pgpring
- 
- # Test the .tar file by building everything
- AM_DISTCHECK_CONFIGURE_FLAGS = \
-@@ -42,9 +42,9 @@ distdir = neo$(PACKAGE)-$(VERSION)
- 
- BUILT_SOURCES = conststrings.c git_ver.h keymap_alldefs.h keymap_defs.h
- 
--bin_PROGRAMS = mutt $(PGPAUX_TARGET)
-+bin_PROGRAMS = neomutt $(PGPAUX_TARGET)
- 
--mutt_SOURCES = account.c addrbook.c address.h alias.c alias.h ascii.c attach.c \
-+neomutt_SOURCES = account.c addrbook.c address.h alias.c alias.h ascii.c attach.c \
- 	base64.c bcache.c body.h browser.c buffer.c buffy.c charset.c color.c \
- 	commands.c complete.c compose.c compress.c content.h context.h copy.c \
- 	curs_lib.c curs_main.c date.c edit.c editmsg.c enter.c enter_state.h \
-@@ -59,15 +59,15 @@ mutt_SOURCES = account.c addrbook.c address.h alias.c alias.h ascii.c attach.c \
- 	smtp.c sort.c state.h status.c system.c thread.c thread.h url.c \
- 	version.c where.h
- 
--nodist_mutt_SOURCES = $(BUILT_SOURCES)
-+nodist_neomutt_SOURCES = $(BUILT_SOURCES)
- 
- LIBIMAP = -Limap -limap
- LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
- 
--mutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
-+neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
- 	$(LIBIMAP) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
- 
--mutt_DEPENDENCIES = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(LIBIMAPDEPS) \
-+neomutt_DEPENDENCIES = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(LIBIMAPDEPS) \
- 	$(HCACHE_DEPS) $(NCRYPT_DEPS) $(INTLDEPS)
- 
- DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-@@ -75,7 +75,7 @@ DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
- 
- AM_CPPFLAGS=-I. -I$(top_srcdir) $(GPGME_CFLAGS)
- 
--EXTRA_mutt_SOURCES = browser.h mbyte.h mutt_idna.c mutt_idna.h \
-+EXTRA_neomutt_SOURCES = browser.h mbyte.h mutt_idna.c mutt_idna.h \
- 	mutt_lua.c mutt_sasl.c mutt_notmuch.c mutt_ssl.c mutt_ssl_gnutls.c \
- 	remailer.c remailer.h resize.c sha1.c url.h utf8.c wcwidth.c
- 
-@@ -95,13 +95,15 @@ EXTRA_DIST = account.h ascii.h attach.h bcache.h browser.h buffer.h buffy.h \
- 
- EXTRA_SCRIPTS =
- 
--pgpring_SOURCES = ascii.c extlib.c lib.c md5.c pgppubring.c sha1.c
--pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS)
--pgpring_DEPENDENCIES = $(LIBOBJS) $(NCRYPT_DEPS) $(INTLDEPS)
-+neomutt_pgpewrap_SOURCES = pgpewrap.c
- 
--mutt_md5_SOURCES = md5.c
--mutt_md5_CFLAGS = -DMD5UTIL
--mutt_md5_LDADD =
-+neomutt_pgpring_SOURCES = ascii.c extlib.c lib.c md5.c pgppubring.c sha1.c
-+neomutt_pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS)
-+neomutt_pgpring_DEPENDENCIES = $(LIBOBJS) $(NCRYPT_DEPS) $(INTLDEPS)
-+
-+neomutt_md5_SOURCES = md5.c
-+neomutt_md5_CFLAGS = -DMD5UTIL
-+neomutt_md5_LDADD =
- 
- txt2c_SOURCES = txt2c.c
- txt2c_LDADD =
-@@ -141,7 +143,7 @@ keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.SIDEBAR $(srcdir)/OPS.NOTMUCH $(sr
- 		$(srcdir)/OPS.MIX $(srcdir)/OPS.PGP $(srcdir)/OPS.SMIME $(srcdir)/OPS.CRYPT \
- 		> $@
- 
--git_ver.h: $(mutt_SOURCES) $(SUBDIRS)
-+git_ver.h: $(neomutt_SOURCES) $(SUBDIRS)
- 	version=`git describe --dirty --abbrev=6 --match "neomutt-*" 2> /dev/null | sed -e 's/^neomutt-[0-9]\{8\}//' -e 's/g//'`; \
- 	echo 'const char *GitVer = "'$$version'";' > git_ver.h.tmp; \
- 	cmp -s git_ver.h.tmp git_ver.h || mv git_ver.h.tmp git_ver.h; \
-diff --git a/configure.ac b/configure.ac
-index bc88adc7..17796620 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -4,7 +4,7 @@ dnl     autoreconf -i
- CFLAGS=$CFLAGS
- LDFLAGS=$LDFLAGS
- 
--AC_INIT([NeoMutt], [20170714], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org])
-+AC_INIT([NeoMutt], [20170714], [neomutt-devel@neomutt.org], [neomutt], [https://www.neomutt.org])
- AC_CONFIG_SRCDIR(mutt.h)
- AC_CONFIG_AUX_DIR([.build-aux])
- AM_INIT_AUTOMAKE
-@@ -192,7 +192,7 @@ AS_IF([test x$use_gpgme = xyes && test x$gpgme_found = xno], [
- dnl --enable-pgp
- AS_IF([test x$use_pgp != "xno"], [
- 	AC_DEFINE(CRYPT_BACKEND_CLASSIC_PGP, 1, [Define if you want classic PGP Support.])
--	PGPAUX_TARGET="pgpring\$(EXEEXT) pgpewrap\$(EXEEXT)"
-+	PGPAUX_TARGET="neomutt_pgpring\$(EXEEXT) neomutt_pgpewrap\$(EXEEXT)"
- 	build_ncrypt_pgp="yes"
- ])
- 
-@@ -449,7 +449,7 @@ AC_SUBST([datarootdir])
- AC_MSG_CHECKING(where to put the documentation)
- AC_ARG_WITH(docdir, AS_HELP_STRING([--with-docdir=PATH],[Specify where to put the documentation]),
- 	[mutt_cv_docdir=$withval],
--	[mutt_cv_docdir='${datarootdir}/doc/mutt'])
-+	[mutt_cv_docdir='${datarootdir}/doc/neomutt'])
- AC_MSG_RESULT($mutt_cv_docdir)
- if test -z "$docdir" -o -n "$with_docdir"; then
- 	docdir=$mutt_cv_docdir
-@@ -825,7 +825,7 @@ AM_CONDITIONAL(BUILD_HC_QDBM, test "x$build_hc_qdbm" = "xyes")
- AM_CONDITIONAL(BUILD_HC_TC,   test "x$build_hc_tc"   = "xyes")
- dnl -- end cache --
- 
--MUTT_MD5="mutt_md5$EXEEXT"
-+MUTT_MD5="neomutt_md5$EXEEXT"
- 
- AC_SUBST(MUTT_MD5)
- AC_SUBST(MUTT_LIB_OBJECTS)
-diff --git a/contrib/gpg.rc b/contrib/gpg.rc
-index 3392038b..86dc23c7 100644
---- a/contrib/gpg.rc
-+++ b/contrib/gpg.rc
-@@ -46,12 +46,12 @@ set pgp_sign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphra
- set pgp_clearsign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f"
- 
- # create a pgp/mime encrypted attachment
--# set pgp_encrypt_only_command="pgpewrap gpg-2comp -v --batch --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
--set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
-+# set pgp_encrypt_only_command="neomutt_pgpewrap gpg-2comp -v --batch --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
-+set pgp_encrypt_only_command="neomutt_pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
- 
- # create a pgp/mime encrypted and signed attachment
--# set pgp_encrypt_sign_command="pgpewrap gpg-2comp %?p?--passphrase-fd 0? -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
--set pgp_encrypt_sign_command="pgpewrap gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
-+# set pgp_encrypt_sign_command="neomutt_pgpewrap gpg-2comp %?p?--passphrase-fd 0? -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
-+set pgp_encrypt_sign_command="neomutt_pgpewrap gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
- 
- # import a key into the public key ring
- set pgp_import_command="gpg --no-verbose --import %f"
-diff --git a/contrib/pgp2.rc b/contrib/pgp2.rc
-index bd01e2d2..08b592dd 100644
---- a/contrib/pgp2.rc
-+++ b/contrib/pgp2.rc
-@@ -37,10 +37,10 @@ set pgp_export_command="pgp -kxaf +language=mutt %r"
- set pgp_verify_key_command="pgp -kcc +language=mutt %r"
- 
- # read in the public key ring
--set pgp_list_pubring_command="pgpring -2 %r"
-+set pgp_list_pubring_command="neomutt_pgpring -2 %r"
- 
- # read in the secret key ring
--set pgp_list_secring_command="pgpring -s -2 %r"
-+set pgp_list_secring_command="neomutt_pgpring -s -2 %r"
- 
- # pattern for good signature
- set pgp_good_sign="Good signature"
-diff --git a/contrib/pgp5.rc b/contrib/pgp5.rc
-index 4440d6b7..aea3ae54 100644
---- a/contrib/pgp5.rc
-+++ b/contrib/pgp5.rc
-@@ -19,10 +19,10 @@ set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpv +languag
- set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgps +language=mutt +verbose=0 +batchmode -abft %?a? -u %a?"
- 
- # create a pgp/mime encrypted attachment
--set pgp_encrypt_only_command="pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -aft -- -r %r < %f"
-+set pgp_encrypt_only_command="neomutt_pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -aft -- -r %r < %f"
- 
- # create a pgp/mime encrypted and signed attachment
--set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -afts %?a? -u %a? -- -r %r"
-+set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | neomutt_pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -afts %?a? -u %a? -- -r %r"
- 
- # import a key into the public key ring
- set pgp_import_command="pgpk -a +language=mutt --OutputInformationFD=1 %f"
-@@ -34,9 +34,9 @@ set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r"
- set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r"
- 
- # read in the public key ring
--set pgp_list_pubring_command="pgpring -5 %r"
-+set pgp_list_pubring_command="neomutt_pgpring -5 %r"
- 
- # read in the secret key ring
--set pgp_list_secring_command="pgpring -5 -s %r"
-+set pgp_list_secring_command="neomutt_pgpring -5 -s %r"
- 
- 
-diff --git a/contrib/pgp6.rc b/contrib/pgp6.rc
-index a8708042..6b1ef985 100644
---- a/contrib/pgp6.rc
-+++ b/contrib/pgp6.rc
-@@ -31,10 +31,10 @@ set pgp_export_command="pgp6 +compatible  -kxaf  %r"
- set pgp_verify_key_command="pgp6 +compatible  -kcc  %r"
- 
- # read in the public key ring
--set pgp_list_pubring_command="pgpring -5 %r"
-+set pgp_list_pubring_command="neomutt_pgpring -5 %r"
- 
- # read in the secret key ring
--set pgp_list_secring_command="pgpring -s -5 %r"
-+set pgp_list_secring_command="neomutt_pgpring -s -5 %r"
- 
- # create a clearsigned message
- set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible   +verbose=0 +batchmode +clearsig -afst %?a? -u %a?"
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index 6a6c711b..770dc16c 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -33,20 +33,18 @@ topsrcdir_DOCFILES = ChangeLog.md CODE_OF_CONDUCT.md COPYRIGHT INSTALL \
- 
- all: makedoc-all
- 
--makedoc-all: $(CHUNKED_DOCFILES) index.html manual.html manual.txt mutt.1 \
--	Muttrc muttrc.man neomutt-syntax.vim
-+makedoc-all: $(CHUNKED_DOCFILES) index.html manual.html manual.txt neomutt.1 \
-+	Muttrc neomuttrc.man neomutt-syntax.vim
- 
- install-data-local: makedoc-all
- 	$(MKDIR_P) $(DESTDIR)$(mandir)/man1
- 	$(MKDIR_P) $(DESTDIR)$(mandir)/man5
- 	$(MKDIR_P) $(DESTDIR)$(sysconfdir)
--	$(INSTALL) -m 644 mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1
--	$(INSTALL) -m 644 muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
-+	$(INSTALL) -m 644 neomutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
-+	$(INSTALL) -m 644 neomuttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
- 	$(INSTALL) -m 644 $(srcdir)/smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1
--	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1
--	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1
--	$(INSTALL) -m 644 $(srcdir)/mbox.5 $(DESTDIR)$(mandir)/man5/mbox.5
--	$(INSTALL) -m 644 $(srcdir)/mmdf.5 $(DESTDIR)$(mandir)/man5/mmdf.5
-+	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpewrap.1
-+	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpring.1
- 	$(MKDIR_P) $(DESTDIR)$(docdir)
- 	for f in $(topsrcdir_DOCFILES); do \
- 		$(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir); \
-@@ -69,10 +67,10 @@ install-data-local: makedoc-all
- 	-$(INSTALL) -m 644 $(srcdir)/neomutt-syntax.vim $(DESTDIR)$(docdir)
- 
- uninstall-local:
--	for f in mutt.1 smime_keys.1 pgpewrap.1 pgpring.1; do \
-+	for f in neomutt.1 smime_keys.1 neomutt_pgpewrap.1 neomutt_pgpring.1; do \
- 		rm -f $(DESTDIR)$(mandir)/man1/$$f; \
- 	done
--	for f in muttrc.5 mbox.5 mmdf.5; do \
-+	for f in neomuttrc.5; do \
- 		rm -f $(DESTDIR)$(mandir)/man5/$$f; \
- 	done
- 	for f in $(srcdir_DOCFILES) $(topsrcdir_DOCFILES) $(HTML_DOCFILES); do \
-@@ -120,11 +118,11 @@ sortcheck: manual.xml
- 	rm -rf vars.tmp.1 vars.tmp.2
- 
- clean-local:
--	rm -f *.html mutt.1 muttrc.man
-+	rm -f *.html neomutt.1 neomuttrc.man
- 
- DISTCLEANFILES = manual.txt manual.html manual.xml Muttrc
- 
--muttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
-+neomuttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
- 	$(MAKEDOC_CPP) $(top_srcdir)/init.h | \
- 		./makedoc$(EXEEXT) -m | \
- 		cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail > $@
-@@ -133,7 +131,7 @@ EDIT = sed -e 's,@sysconfdir\@,$(sysconfdir),g' \
- 	-e 's,@bindir\@,$(bindir),g' \
- 	-e 's,@docdir\@,$(docdir),g'
- 
--mutt.1: $(srcdir)/mutt.man
-+neomutt.1: $(srcdir)/mutt.man
- 	$(EDIT) $(srcdir)/mutt.man > $@
- 
- manual.xml: makedoc$(EXEEXT) ../config.h $(top_srcdir)/init.h \
-diff --git a/doc/PGP-Notes.txt b/doc/PGP-Notes.txt
-index 2215c410..a358f818 100644
---- a/doc/PGP-Notes.txt
-+++ b/doc/PGP-Notes.txt
-@@ -157,7 +157,7 @@ or exim.
- Auxiliary Programs
- ------------------
- 
--Mutt needs two auxiliary programs for its PGP support: pgpewrap and
-+Mutt needs two auxiliary programs for its PGP support: neomutt_pgpewrap and
- pgpring.
- 
- 
-@@ -186,17 +186,17 @@ Command line options:
- 
- 
- 
--2. pgpewrap
-+2. neomutt_pgpewrap
- 
- This is a little C program which does some command line munging: The
--first argument is a command to be executed.  When pgpewrap
-+first argument is a command to be executed.  When neomutt_pgpewrap
- encounters a "--" (dash-dash) argument, it will interpret the next
- argument as a prefix which is put in front of all following
- arguments.
- 
- Example:
- 
--        pgpewrap pgpe file -- -r a b c
-+        neomutt_pgpewrap pgpe file -- -r a b c
- 
- will execute:
- 
-diff --git a/doc/mutt.man b/doc/mutt.man
-index 8edee96e..9bc49a90 100644
---- a/doc/mutt.man
-+++ b/doc/mutt.man
-@@ -171,7 +171,7 @@ If this variable is set, mailcap are always used without prompting first.
- .IP "PGPPATH"
- Directory in which the user's PGP public keyring can be found.  When used with
- the original PGP program, mutt and
--.B pgpring (1)
-+.B neomutt_pgpring (1)
- rely on this being set.
- .IP "TMPDIR"
- Directory in which temporary files are created.
-diff --git a/doc/pgpewrap.1 b/doc/pgpewrap.1
-index 20327349..9ad7bff7 100644
---- a/doc/pgpewrap.1
-+++ b/doc/pgpewrap.1
-@@ -1,6 +1,6 @@
- .\" -*-nroff-*-
- .\"
--.\"     pgpewrap, a command line munging tool
-+.\"     neomutt_pgpewrap, a command line munging tool
- .\"     Manpage Copyright (c) 2013 Honza Horak
- .\"
- .\"     This program is free software; you can redistribute it and/or modify
-@@ -17,25 +17,25 @@
- .\"     along with this program; if not, write to the Free Software
- .\"     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
- .\"
--.TH pgpewrap 1 "May 2013" Unix "User Manuals"
-+.TH neomutt_pgpewrap 1 "May 2013" Unix "User Manuals"
- .SH NAME
--pgpewrap \- Mutt command line munging tool
-+neomutt_pgpewrap \- Mutt command line munging tool
- 
- .SH SYNTAX
- .PP
--\fBpgpewrap\fP [ \fBflags\fP ] \-\- \fBprefix\fP [ \fBrecipients\fP ]
-+\fBneomutt_pgpewrap\fP [ \fBflags\fP ] \-\- \fBprefix\fP [ \fBrecipients\fP ]
- 
- .SH DESCRIPTION
- .PP
- This is a little C program which does some command line munging: The
--first argument is a command to be executed.  When \fBpgpewrap\fP
-+first argument is a command to be executed.  When \fBneomutt_pgpewrap\fP
- encounters a "\-\-" (dash\-dash) argument, it will interpret the next
- argument as a prefix which is put in front of all following
- arguments.
- 
- .SH EXAMPLE
- 
--        pgpewrap pgpe file \-\- \-r a b c
-+        neomutt_pgpewrap pgpe file \-\- \-r a b c
- 
- will execute:
- 
-diff --git a/doc/pgpring.1 b/doc/pgpring.1
-index 0009ad92..d23ebf55 100644
---- a/doc/pgpring.1
-+++ b/doc/pgpring.1
-@@ -1,6 +1,6 @@
- .\" -*-nroff-*-
- .\"
--.\"     pgpring, a key ring dumper
-+.\"     neomutt_pgpring, a key ring dumper
- .\"     Manpage Copyright (c) 2004-2013 Matthew Wilcox, Honza Horak
- .\"
- .\"     This program is free software; you can redistribute it and/or modify
-@@ -17,18 +17,18 @@
- .\"     along with this program; if not, write to the Free Software
- .\"     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
- .\"
--.TH pgpring 1 "May 2013" Unix "User Manuals"
-+.TH neomutt_pgpring 1 "May 2013" Unix "User Manuals"
- .SH NAME
--pgpring \- Mutt key ring dumper
-+neomutt_pgpring \- Mutt key ring dumper
- 
- .SH SYNTAX
- .PP
--\fBpgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
-+\fBneomutt_pgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
- [ \fB\-s\fP ] [ \fB\-S\fP ] [ \fB\-f\fP ]
- 
- .SH DESCRIPTION
- .PP
--pgpring is a key ring dumper.  It extracts information from PGP's
-+neomutt_pgpring is a key ring dumper.  It extracts information from PGP's
- binary key ring and emits it in an (almost) readable output format
- understood by mutt's key selection routines.  This output format
- mimics the one used by the GNU Privacy Guard (GPG).
-diff --git a/hcache/hcachever.sh b/hcache/hcachever.sh
-index 733e6ca1..c35425d1 100755
---- a/hcache/hcachever.sh
-+++ b/hcache/hcachever.sh
-@@ -77,7 +77,7 @@ do
- done
- echo " */" >> $TMPD
- 
--MD5TEXT=`echo "$TEXT" | ../mutt_md5`
-+MD5TEXT=`echo "$TEXT" | ../neomutt_md5`
- echo "#define HCACHEVER 0x"`echo $MD5TEXT | cut -c-8` >> $TMPD
- 
- # TODO: validate we have all structs
--- 
-2.13.5
-

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch
deleted file mode 100644
index a8a0c8ad272..00000000000
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20170912.patch
+++ /dev/null
@@ -1,293 +0,0 @@
-From 457e54623ce8c5ef40647ebbc4a304417e353230 Mon Sep 17 00:00:00 2001
-From: Nicolas Bock <nicolasbock@gmail.com>
-Date: Mon, 2 Oct 2017 14:04:34 -0600
-Subject: [PATCH] Rename mutt to neomutt
-
----
- Makefile.am                                | 28 +++++++++++++++-------------
- configure.ac                               |  8 ++++----
- contrib/{smime_keys => neomutt_smime_keys} |  0
- contrib/pgp2.rc                            |  4 ++--
- contrib/pgp5.rc                            |  4 ++--
- contrib/pgp6.rc                            |  4 ++--
- contrib/smime.rc                           |  2 +-
- doc/Makefile.am                            | 30 +++++++++++++++---------------
- lib/Makefile.am                            |  4 ++--
- 9 files changed, 43 insertions(+), 41 deletions(-)
- rename contrib/{smime_keys => neomutt_smime_keys} (100%)
-
-diff --git a/Makefile.am b/Makefile.am
-index 97218b8f..859b2bcd 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -3,7 +3,7 @@
- include $(top_srcdir)/flymake.am
- 
- AUTOMAKE_OPTIONS = 1.6 foreign
--EXTRA_PROGRAMS = pgpewrap pgpring
-+EXTRA_PROGRAMS = neomutt_pgpewrap neomutt_pgpring
- 
- # Test the .tar file by building everything
- AM_DISTCHECK_CONFIGURE_FLAGS = \
-@@ -42,9 +42,9 @@ distdir = neo$(PACKAGE)-$(VERSION)
- 
- BUILT_SOURCES = conststrings.c git_ver.h
- 
--bin_PROGRAMS = mutt $(PGPAUX_TARGET)
-+bin_PROGRAMS = neomutt $(PGPAUX_TARGET)
- 
--mutt_SOURCES = account.c addrbook.c address.h alias.c alias.h attach.c \
-+neomutt_SOURCES = account.c addrbook.c address.h alias.c alias.h attach.c \
- 	bcache.c body.c body.h browser.c buffy.c charset.c color.c \
- 	commands.c complete.c compose.c compress.c content.h context.h copy.c \
- 	curs_lib.c curs_main.c edit.c editmsg.c enter.c enter_state.h \
-@@ -59,18 +59,18 @@ mutt_SOURCES = account.c addrbook.c address.h alias.c alias.h attach.c \
- 	smtp.c sort.c state.c state.h status.c system.c thread.c thread.h url.c \
- 	version.c where.h
- 
--nodist_mutt_SOURCES = $(BUILT_SOURCES)
-+nodist_neomutt_SOURCES = $(BUILT_SOURCES)
- 
- LIBIMAP = -Limap -limap
- LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
- 
--LIBMUTT = -Llib -lmutt
--LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libmutt.a
-+LIBMUTT = -Llib -lneomutt
-+LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libneomutt.a
- 
--mutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
-+neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
- 	$(LIBIMAP) $(LIBMUTT) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
- 
--mutt_DEPENDENCIES = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(LIBIMAPDEPS) \
-+neomutt_DEPENDENCIES = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(LIBIMAPDEPS) \
- 	$(LIBMUTTDEPS) $(HCACHE_DEPS) $(NCRYPT_DEPS) $(INTLDEPS)
- 
- DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-@@ -78,7 +78,7 @@ DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
- 
- AM_CPPFLAGS=-I. -I$(top_srcdir) $(GPGME_CFLAGS)
- 
--EXTRA_mutt_SOURCES = browser.h mbyte.h mutt_idna.c mutt_idna.h \
-+EXTRA_neomutt_SOURCES = browser.h mbyte.h mutt_idna.c mutt_idna.h \
- 	mutt_lua.c mutt_sasl.c mutt_notmuch.c mutt_ssl.c mutt_ssl_gnutls.c \
- 	remailer.c remailer.h resize.c url.h
- 
-@@ -94,11 +94,13 @@ EXTRA_DIST = account.h attach.h bcache.h browser.h buffy.h \
- 	rfc1524.h rfc2047.h rfc2231.h rfc3676.h rfc822.h sidebar.h \
- 	sort.h txt2c.c txt2c.sh version.h
- 
-+neomutt_pgpewrap_SOURCES = pgpewrap.c
-+
- EXTRA_SCRIPTS =
- 
--pgpring_SOURCES = pgppubring.c
--pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS) $(LIBMUTT)
--pgpring_DEPENDENCIES = $(LIBOBJS) $(NCRYPT_DEPS) $(INTLDEPS) $(LIBMUTTDEPS)
-+neomutt_pgpring_SOURCES = pgppubring.c
-+neomutt_pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS) $(LIBMUTT)
-+neomutt_pgpring_DEPENDENCIES = $(LIBOBJS) $(NCRYPT_DEPS) $(INTLDEPS) $(LIBMUTTDEPS)
- 
- txt2c_SOURCES = txt2c.c
- txt2c_LDADD =
-@@ -130,7 +132,7 @@ LDADD = $(LIBOBJS) $(INTLLIBS)
- dist-hook:
- 	echo $(VERSION) > $(distdir)/.tarball-version
- 
--git_ver.h: $(mutt_SOURCES) $(SUBDIRS)
-+git_ver.h: $(neomutt_SOURCES) $(SUBDIRS)
- 	version=`git describe --dirty --abbrev=6 --match "neomutt-*" 2> /dev/null | sed -e 's/^neomutt-[0-9]\{8\}//' -e 's/g//'`; \
- 	echo 'const char *GitVer = "'$$version'";' > git_ver.h.tmp; \
- 	cmp -s git_ver.h.tmp git_ver.h || mv git_ver.h.tmp git_ver.h; \
-diff --git a/configure.ac b/configure.ac
-index 1e888e86..7898fa1b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -4,7 +4,7 @@ dnl     autoreconf -i
- CFLAGS=$CFLAGS
- LDFLAGS=$LDFLAGS
- 
--AC_INIT([NeoMutt], [20170912], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org])
-+AC_INIT([NeoMutt], [20170912], [neomutt-devel@neomutt.org], [neomutt], [https://www.neomutt.org])
- AC_CONFIG_SRCDIR(mutt.h)
- AC_CONFIG_AUX_DIR([.build-aux])
- AM_INIT_AUTOMAKE
-@@ -186,7 +186,7 @@ AC_ARG_WITH(mailpath,
- AC_ARG_WITH(docdir,
- 	AS_HELP_STRING([--with-docdir=PATH],[Specify where to put the documentation]),
- 	[mutt_cv_docdir=$withval],
--	[mutt_cv_docdir='${datarootdir}/doc/mutt'])
-+	[mutt_cv_docdir='${datarootdir}/doc/neomutt'])
- 
- AC_ARG_WITH(domain,
- 	AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
-@@ -213,14 +213,14 @@ AS_IF([test x$use_gpgme = xyes && test x$gpgme_found = xno], [
- dnl --enable-pgp
- AS_IF([test x$use_pgp != "xno"], [
- 	AC_DEFINE(CRYPT_BACKEND_CLASSIC_PGP, 1, [Define if you want classic PGP Support.])
--	PGPAUX_TARGET="pgpring\$(EXEEXT) pgpewrap\$(EXEEXT)"
-+	PGPAUX_TARGET="neomutt_pgpring\$(EXEEXT) neomutt_pgpewrap\$(EXEEXT)"
- 	build_ncrypt_pgp="yes"
- ])
- 
- dnl --enable-smime
- AS_IF([test x$use_smime != "xno"], [
- 	AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want classic S/MIME support.])
--	SMIMEAUX_TARGET='$(top_srcdir)/contrib/smime_keys'
-+	SMIMEAUX_TARGET='$(top_srcdir)/contrib/neomutt_smime_keys'
- 	build_ncrypt_smime="yes"
- ])
- 
-diff --git a/contrib/smime_keys b/contrib/neomutt_smime_keys
-similarity index 100%
-rename from contrib/smime_keys
-rename to contrib/neomutt_smime_keys
-diff --git a/contrib/pgp2.rc b/contrib/pgp2.rc
-index bd01e2d2..08b592dd 100644
---- a/contrib/pgp2.rc
-+++ b/contrib/pgp2.rc
-@@ -37,10 +37,10 @@ set pgp_export_command="pgp -kxaf +language=mutt %r"
- set pgp_verify_key_command="pgp -kcc +language=mutt %r"
- 
- # read in the public key ring
--set pgp_list_pubring_command="pgpring -2 %r"
-+set pgp_list_pubring_command="neomutt_pgpring -2 %r"
- 
- # read in the secret key ring
--set pgp_list_secring_command="pgpring -s -2 %r"
-+set pgp_list_secring_command="neomutt_pgpring -s -2 %r"
- 
- # pattern for good signature
- set pgp_good_sign="Good signature"
-diff --git a/contrib/pgp5.rc b/contrib/pgp5.rc
-index 4440d6b7..cdd85217 100644
---- a/contrib/pgp5.rc
-+++ b/contrib/pgp5.rc
-@@ -34,9 +34,9 @@ set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r"
- set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r"
- 
- # read in the public key ring
--set pgp_list_pubring_command="pgpring -5 %r"
-+set pgp_list_pubring_command="neomutt_pgpring -5 %r"
- 
- # read in the secret key ring
--set pgp_list_secring_command="pgpring -5 -s %r"
-+set pgp_list_secring_command="neomutt_pgpring -5 -s %r"
- 
- 
-diff --git a/contrib/pgp6.rc b/contrib/pgp6.rc
-index a8708042..6b1ef985 100644
---- a/contrib/pgp6.rc
-+++ b/contrib/pgp6.rc
-@@ -31,10 +31,10 @@ set pgp_export_command="pgp6 +compatible  -kxaf  %r"
- set pgp_verify_key_command="pgp6 +compatible  -kcc  %r"
- 
- # read in the public key ring
--set pgp_list_pubring_command="pgpring -5 %r"
-+set pgp_list_pubring_command="neomutt_pgpring -5 %r"
- 
- # read in the secret key ring
--set pgp_list_secring_command="pgpring -s -5 %r"
-+set pgp_list_secring_command="neomutt_pgpring -s -5 %r"
- 
- # create a clearsigned message
- set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible   +verbose=0 +batchmode +clearsig -afst %?a? -u %a?"
-diff --git a/contrib/smime.rc b/contrib/smime.rc
-index 532ac9ec..aa9897fb 100644
---- a/contrib/smime.rc
-+++ b/contrib/smime.rc
-@@ -52,7 +52,7 @@ set smime_get_signer_cert_command="openssl smime -verify -in %f -noverify -signe
- set smime_get_cert_email_command="openssl x509 -in %f -noout -email"
- 
- # Add a certificate to the database using smime_keys.
--set smime_import_cert_command="smime_keys add_cert %f"
-+set smime_import_cert_command="neomutt_smime_keys add_cert %f"
- 
- 
- 
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index 9bfe7ea6..dffbe5f6 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -40,11 +40,11 @@ install-data-local: makedoc-all
- 	$(MKDIR_P) $(DESTDIR)$(mandir)/man1
- 	$(MKDIR_P) $(DESTDIR)$(mandir)/man5
- 	$(MKDIR_P) $(DESTDIR)$(sysconfdir)
--	$(INSTALL) -m 644 mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1
--	$(INSTALL) -m 644 muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
-+	$(INSTALL) -m 644 mutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
-+	$(INSTALL) -m 644 muttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
- 	$(INSTALL) -m 644 $(srcdir)/smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1
--	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1
--	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1
-+	$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpewrap.1
-+	$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/neomutt_pgpring.1
- 	$(INSTALL) -m 644 $(srcdir)/mbox.5 $(DESTDIR)$(mandir)/man5/mbox.5
- 	$(INSTALL) -m 644 $(srcdir)/mmdf.5 $(DESTDIR)$(mandir)/man5/mmdf.5
- 	$(MKDIR_P) $(DESTDIR)$(docdir)
-@@ -58,28 +58,28 @@ install-data-local: makedoc-all
- 	-for f in $(HTML_DOCFILES); do \
- 		$(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir); \
- 	done
--	$(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist
--	-if [ -f $(DESTDIR)$(pkgdatadir)/Muttrc ]; then \
--		mv $(DESTDIR)$(pkgdatadir)/Muttrc* $(DESTDIR)$(sysconfdir); \
--	elif [ -f $(DESTDIR)$(pkgdatadir)/../Muttrc ]; then \
--		mv $(DESTDIR)$(pkgdatadir)/../Muttrc* $(DESTDIR)$(sysconfdir); \
--	elif [ ! -f $(DESTDIR)$(sysconfdir)/Muttrc ]; then \
--		$(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir); \
-+	$(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/neoMuttrc.dist
-+	-if [ -f $(DESTDIR)$(pkgdatadir)/neoMuttrc ]; then \
-+		mv $(DESTDIR)$(pkgdatadir)/neoMuttrc* $(DESTDIR)$(sysconfdir); \
-+	elif [ -f $(DESTDIR)$(pkgdatadir)/../neoMuttrc ]; then \
-+		mv $(DESTDIR)$(pkgdatadir)/../neoMuttrc* $(DESTDIR)$(sysconfdir); \
-+	elif [ ! -f $(DESTDIR)$(sysconfdir)/neoMuttrc ]; then \
-+		$(INSTALL) -m 644 neoMuttrc $(DESTDIR)$(sysconfdir); \
- 	fi
- 	-$(INSTALL) -m 644 $(srcdir)/neomutt-syntax.vim $(DESTDIR)$(docdir)
- 
- uninstall-local:
--	for f in mutt.1 smime_keys.1 pgpewrap.1 pgpring.1; do \
-+	for f in neomutt.1 smime_keys.1 neomutt_pgpewrap.1 neomutt_pgpring.1; do \
- 		rm -f $(DESTDIR)$(mandir)/man1/$$f; \
- 	done
--	for f in muttrc.5 mbox.5 mmdf.5; do \
-+	for f in neomuttrc.5 mbox.5 mmdf.5; do \
- 		rm -f $(DESTDIR)$(mandir)/man5/$$f; \
- 	done
- 	for f in $(srcdir_DOCFILES) $(topsrcdir_DOCFILES) $(HTML_DOCFILES); do \
- 		rm -f $(DESTDIR)$(docdir)/$$f; \
- 	done
- 	-rm -f $(DESTDIR)$(docdir)/manual.txt
--	for i in Muttrc; do \
-+	for i in neoMuttrc; do \
- 		if cmp -s $(DESTDIR)$(sysconfdir)/$$i.dist $(DESTDIR)$(sysconfdir)/$$i; then \
- 			rm $(DESTDIR)$(sysconfdir)/$$i; \
- 		fi; \
-@@ -122,7 +122,7 @@ sortcheck: manual.xml
- clean-local:
- 	rm -f *.html mutt.1 muttrc.man
- 
--DISTCLEANFILES = manual.txt manual.html manual.xml Muttrc
-+DISTCLEANFILES = manual.txt manual.html manual.xml neoMuttrc
- 
- muttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
- 	$(MAKEDOC_CPP) $(top_srcdir)/init.h | \
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index ac7658a9..222cbc68 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -7,7 +7,7 @@ EXTRA_DIST = lib.h base64.h buffer.h date.h debug.h exit.h file.h hash.h mapping
- 
- AM_CPPFLAGS = -I$(top_srcdir)
- 
--noinst_LIBRARIES = libmutt.a
-+noinst_LIBRARIES = libneomutt.a
- 
--libmutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c mapping.c md5.c memory.c message.c sha1.c string.c
-+libneomutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c mapping.c md5.c memory.c message.c sha1.c string.c
- 
--- 
-2.13.6
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2018-02-27 22:49 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-02-27 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6a0c2895a3cce33a349b7be1e12049e529a517bd
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Feb 26 21:01:31 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 22:47:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0c2895

mail-client/neomutt: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/7287

 .../0001-Rename-mutt-to-neomutt-20171006.patch     | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
deleted file mode 100644
index 6b591e32908..00000000000
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From dd318718302850408319e36766329bed29b2c1c1 Mon Sep 17 00:00:00 2001
-From: Nicolas Bock <nicolasbock@gmail.com>
-Date: Mon, 2 Oct 2017 14:04:34 -0600
-Subject: [PATCH] Rename mutt to neomutt
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7a3cfad9..4e2968fd 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -184,7 +184,7 @@ AC_ARG_WITH(mailpath,
- AC_ARG_WITH(docdir,
- 	AS_HELP_STRING([--with-docdir=PATH],[Specify where to put the documentation]),
- 	[mutt_cv_docdir=$withval],
--	[mutt_cv_docdir='${datarootdir}/doc/mutt'])
-+	[mutt_cv_docdir='${datarootdir}/doc/neomutt'])
- 
- AC_ARG_WITH(domain,
- 	AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
--- 
-2.13.6
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/
@ 2022-05-26 20:31 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2022-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8a998cf457131f6e2b614929809d71f1ded06aa3
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 26 18:13:00 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 26 20:30:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a998cf4

mail-client/neomutt: remove unused patch(es)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25648
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...x-seqset-iterator-when-it-ends-in-a-comma.patch | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Fix-seqset-iterator-when-it-ends-in-a-comma.patch b/mail-client/neomutt/files/0001-Fix-seqset-iterator-when-it-ends-in-a-comma.patch
deleted file mode 100644
index 06f31ffeb46b..000000000000
--- a/mail-client/neomutt/files/0001-Fix-seqset-iterator-when-it-ends-in-a-comma.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From fa1db5785e5cfd9d3cd27b7571b9fe268d2ec2dc Mon Sep 17 00:00:00 2001
-From: Kevin McCarthy <kevin@8t8.us>
-Date: Mon, 3 May 2021 13:11:30 -0700
-Subject: [PATCH] Fix seqset iterator when it ends in a comma
-
-If the seqset ended with a comma, the substr_end marker would be just
-before the trailing nul.  In the next call, the loop to skip the
-marker would iterate right past the end of string too.
-
-The fix is simple: place the substr_end marker and skip past it
-immediately.
----
- imap/util.c | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/imap/util.c b/imap/util.c
-index 52aff7da0..27fb86295 100644
---- a/imap/util.c
-+++ b/imap/util.c
-@@ -1119,13 +1119,11 @@ int mutt_seqset_iterator_next(struct SeqsetIterator *iter, unsigned int *next)
-     if (iter->substr_cur == iter->eostr)
-       return 1;
- 
--    while (!*(iter->substr_cur))
--      iter->substr_cur++;
-     iter->substr_end = strchr(iter->substr_cur, ',');
-     if (!iter->substr_end)
-       iter->substr_end = iter->eostr;
-     else
--      *(iter->substr_end) = '\0';
-+      *(iter->substr_end++) = '\0';
- 
-     char *range_sep = strchr(iter->substr_cur, ':');
-     if (range_sep)
--- 
-2.30.2
-


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-26 20:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27 22:49 [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2022-05-26 20:31 Conrad Kostecki
2018-01-08 16:35 Patrice Clement
2018-01-03 13:27 Patrice Clement
2017-10-06 18:26 Nicolas Bock
2017-10-06 17:44 Nicolas Bock
2017-10-06 17:42 Nicolas Bock
2017-10-04 17:17 Nicolas Bock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox