Re: [Mutt] #3005: almost all colors are bright if bright is used for "normal"

2012-12-21 Thread Mutt
#3005: almost all colors are bright if bright is used for "normal" -+-- Reporter: vinc17 | Owner: me Type: defect | Status: accepted Priority: minor| Milestone: 2.0 Component: displ

Re: [Mutt] #3612: Cannot connect to mail submission service using STARTTLS

2012-12-21 Thread Mutt
#3612: Cannot connect to mail submission service using STARTTLS --+- Reporter: sinecure | Owner: mutt-dev Type: defect| Status: new Priority: major | Milestone: Component: mutt

[Mutt] #3612: Cannot connect to mail submission service using STARTTLS

2012-12-21 Thread Mutt
#3612: Cannot connect to mail submission service using STARTTLS --+- Reporter: sinecure | Owner: mutt-dev Type: defect| Status: new Priority: major | Milestone: Component: mutt

Re: toward a 1.5.22 release

2012-12-21 Thread Vincent Lefevre
On 2012-12-18 14:06:10 -0800, Michael Elkins wrote: > Note that right now I am focusing just on bugfixes, not feature patches, so > that a new release can be created soon. Has anyone looked at my patch for the following bug? http://dev.mutt.org/trac/ticket/3005 This bug can make text unreadabl

Re: [PATCH 0 of 3] assorted VPATH and 'make dist[dir]' fixes

2012-12-21 Thread Michael Elkins
On Fri, Dec 21, 2012 at 11:18:09AM +0100, Matthias Andree wrote: These are several fixes I found necessary when building from a "make distdir" generated directory. Makefile.am |2 +- mkinstalldirs | 112 +- version.sh|3 +- patc

Re: [PATCH] configure: refine libidn test not to report false positive

2012-12-21 Thread Michael Elkins
Here is an alternative version of your patch which optionally adds -I/usr/include/idn and backs it out if libidn is not usable. # HG changeset patch # Parent 5554d811eb999595b74b890d5e7ca7484bca9c7a If neither --with-idn nor --without-idn are given, use -I/usr/include/idn when checking for the li

Re: [PATCH] configure: refine libidn test not to report false positive

2012-12-21 Thread Will Fiveash
On Thu, Dec 20, 2012 at 05:02:05PM +0100, Fabian Groffen wrote: > On 20-12-2012 09:57:13 -0600, Derek Martin wrote: > > On Thu, Dec 20, 2012 at 12:55:07PM +0100, Fabian Groffen wrote: > > > On Solaris/OpenIndiana there is a libidn, and the headers are in > > > /usr/include/idn but they aren't exact

[PATCH] configure: refine libidn test not to report false positive

2012-12-21 Thread Fabian Groffen
# HG changeset patch # User Fabian Groffen # Date 1356106486 -3600 # Branch HEAD # Node ID 7c1baf76330f4954a4c26b62e7e95c154e7bafb5 # Parent 5554d811eb999595b74b890d5e7ca7484bca9c7a configure: refine libidn test not to report false positive Do not assume idna headers exist on the system if libid

Re: [PATCH] configure.ac cleanup + FreeBSD regression fixes

2012-12-21 Thread Michael Elkins
On Fri, Dec 21, 2012 at 11:22:24AM +0100, Matthias Andree wrote: Thank you. I personally tend to not care if my own software breaks on SunOS 4.1.3 or Solaris 2.3 or Red Hat Linux 5.1 (that's not the newer Enterprise stuff, but the 1990's allround distro). RHEL 5.8 is the oldest Linux-based sys

Re: [PATCH] configure: refine libidn test not to report false positive

2012-12-21 Thread Michael Elkins
On Fri, Dec 21, 2012 at 08:54:45AM +0100, Fabian Groffen wrote: On 20-12-2012 13:39:18 -0600, Will Fiveash wrote: What exactly is the issue with Solaris libidn implementation? including idna.h like this: #include fails, because it cannot find idn_int.h (which is in the idn dir). Is this jus

Re: [PATCH 1 of 3] Add more development tools to 'make dist'

2012-12-21 Thread Matthias Andree
Am 21.12.2012 11:18, schrieb Matthias Andree: > Patch subject is complete summary. > > > Makefile.am |2 +- > mkinstalldirs | 112 > +- > 2 Dateien verändert, 2 Zeilen hinzugefügt(+), 112 Zeilen entfernt(-) Whoops, sorry, the mkins

Re: [PATCH] configure.ac cleanup + FreeBSD regression fixes

2012-12-21 Thread Matthias Andree
Am 21.12.2012 06:01, schrieb Michael Elkins: > On Fri, Dec 21, 2012 at 02:18:46AM +0100, Matthias Andree wrote: >> Regarding the other patch, you seem to have merged most of it, but not >> the switch from AC_GNU_SOURCE to AC_USE_SYSTEM_EXTENSIONS. The former is >> obsolete and slated to be removed,

[PATCH 0 of 3] assorted VPATH and 'make dist[dir]' fixes

2012-12-21 Thread Matthias Andree
These are several fixes I found necessary when building from a "make distdir" generated directory. Makefile.am |2 +- mkinstalldirs | 112 +- version.sh|3 +- patchlist.sh |2 +- 4 Dateien verändert, 5 Zeilen hinzugefügt(

[PATCH 3 of 3] Fix VPATH-based generation of non-hg-mq based patchlists

2012-12-21 Thread Matthias Andree
Note: Makefile.am runs patchlist.sh with $(srcdir)/PATCHES provided on stdin. patchlist.sh | 2 +- 1 Dateien verändert, 1 Zeilen hinzugefügt(+), 1 Zeilen entfernt(-) # HG changeset patch # User Matthias Andree # Date 1356085061 -3600 # Branch HEAD # Node ID bfc1896a6dfec0becf0ac79c4406bc8a22

[PATCH 2 of 3] Fix VPATH build outside Mercurial repositories

2012-12-21 Thread Matthias Andree
Patch subject is complete summary. version.sh | 3 ++- 1 Dateien verändert, 2 Zeilen hinzugefügt(+), 1 Zeilen entfernt(-) # HG changeset patch # User Matthias Andree # Date 1356084433 -3600 # Branch HEAD # Node ID c460d4fd06e35879ffcfcce507562db5c750588a # Parent 53f2272091f288a9ac37c1e20b1

[PATCH 1 of 3] Add more development tools to 'make dist'

2012-12-21 Thread Matthias Andree
Patch subject is complete summary. Makefile.am |2 +- mkinstalldirs | 112 +- 2 Dateien verändert, 2 Zeilen hinzugefügt(+), 112 Zeilen entfernt(-) # HG changeset patch # User Matthias Andree # Date 1356084306 -3600 # Branch HEAD #

Re: [PATCH 0 of 2] clean up automake quirks and fix make distcheck

2012-12-21 Thread Matthias Andree
Am 21.12.2012 06:04, schrieb Michael Elkins: > On Fri, Dec 21, 2012 at 01:51:38AM +0100, Matthias Andree wrote: >> There be dragons... they eat mail. Not sure if things are throttled, or >> lost, or delayed... we'll see. > > FYI, I did eventually receive it. Looks like it was delayed at the mail

mutt: 9 new changesets

2012-12-21 Thread Brendan Cully
9 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/5554d811eb99 changeset: 6256:5554d811eb99 branch: HEAD tag: tip user:Michael Elkins date:Thu Dec 20 21:13:12 2012 -0800 summary: fix forgotten RETSIGTYPE change id [18a724e9eba0] http://dev.mutt.org/hg/m