Re: [Mutt] #2995: Mutt is folding subject line folds using a tab,

2009-03-15 Thread Mutt
#2995: Mutt is folding subject line folds using a tab, which appears to be against RFC 2822 --+- Reporter: frnkblk | Owner: mutt-dev Type: defect | Status: new

Re: [Mutt] #2995: Mutt is folding subject line folds using a tab,

2009-03-15 Thread Mutt
#2995: Mutt is folding subject line folds using a tab, which appears to be against RFC 2822 --+- Reporter: frnkblk | Owner: mutt-dev Type: defect | Status: new

Re: compile errors on latest pull from dev.mutt.org/hg

2009-03-15 Thread John J. Foster
On Sun, Mar 15, 2009 at 04:49:48PM +0100, Rocco Rutte wrote: > Hi, > In tip I've added a compatibility function so that it compiles if it's > missing from the system. Sorry for the breakage. > Thanks so much Rocco. festus -- I just want to break even. pgpykdoAEy4c7.pgp Description: PGP signatu

Re: [PATCH 14 of 16] Use safe_fclose in pgpkey.c

2009-03-15 Thread Erik Hovland
>> # User Erik Hovland >> # Date 1236899523 25200 >> # Branch HEAD >> # Node ID cd6b3c9bd20e5bb9d6dfc55c1201afd7d4b6d6a3 >> # Parent  9d7e16bed5696c5b1e9a71c703fb439df1e453e2 >> Use safe_fclose in pgpkey.c > > I've pushed a change that changes all fclose() calls to safe_fclose() > once we have it.

Re: [PATCH 16 of 16] free intermediates in error path

2009-03-15 Thread Erik Hovland
On Sun, Mar 15, 2009 at 5:59 AM, Rocco Rutte wrote: > Hi, > > * Erik Hovland wrote: > >> # HG changeset patch >> # User Erik Hovland >> # Date 1236899608 25200 >> # Branch HEAD >> # Node ID b195a368657041f8ad2a537dfeccf7b876b299c2 >> # Parent  dfcfb5a6d00dec73c1ffa91e46f7fe37fe2aea50 >> free inte

Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-15 Thread Erik Hovland
>> # HG changeset patch >> # User Erik Hovland >> # Date 1236890095 25200 >> # Branch HEAD >> # Node ID b4cf86788470dceb7bc4f80edc7f9b7098839a43 >> # Parent  abb26dfac5656d678607e215f36a1c52db460a19 >> Since contex_sb might be uninitialized, it is >> better to zero it and remove the condition >> t

Re: compile errors on latest pull from dev.mutt.org/hg

2009-03-15 Thread Christian Ebert
Hi Rocco, * Rocco Rutte on Sunday, March 15, 2009 at 16:49:48 +0100 > * John J. Foster wrote: >> System: >> Mac w/10.5.6 > > [...] > >> Undefined symbols: >> "_wcscasecmp", referenced from: > > In tip I've added a compatibility function so that it compiles if it's > missing from the system. Sor

Re: compile errors on latest pull from dev.mutt.org/hg

2009-03-15 Thread Rocco Rutte
Hi, * John J. Foster wrote: System: Mac w/10.5.6 [...] Undefined symbols: "_wcscasecmp", referenced from: In tip I've added a compatibility function so that it compiles if it's missing from the system. Sorry for the breakage. Rocco

Re: [Mutt] #3202: man page -a too loosely worded

2009-03-15 Thread Mutt
#3202: man page -a too loosely worded --+- Reporter: jidanni | Owner: mutt-dev Type: defect | Status: closed Priority: trivial | Milestone: Component: mutt | Version: 1.5.1

Re: [Mutt] #3199: Avoid redefining min() in alias.c

2009-03-15 Thread Mutt
#3199: Avoid redefining min() in alias.c -+-- Reporter: jon | Owner: mutt-dev Type: defect | Status: closed Priority: major | Milestone: Component: mutt| Version:

Re: compile errors on latest pull from dev.mutt.org/hg

2009-03-15 Thread Christian Ebert
* John J. Foster on Sunday, March 15, 2009 at 08:20:32 -0600 > System: > Mac w/10.5.6 > Undefined symbols: > "_wcscasecmp", referenced from: > _enriched_set_flags in handler.o > _enriched_set_flags in handler.o > _enriched_set_flags in handler.o > _enriched_set_flags in han

compile errors on latest pull from dev.mutt.org/hg

2009-03-15 Thread John J. Foster
System: Mac w/10.5.6 Compile options: -prefix=/opt/local/ --enable-debug --enable-hcache --with-ssl --enable-imap --disable-fcntl --enable-flock --with-regex CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib CFLAGS=-ggdb Make errors: regex.c: In function ‘regex_compile’: regex.c:2209: warnin

Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-15 Thread Rocco Rutte
Hi, * Erik Hovland wrote: # HG changeset patch # User Erik Hovland # Date 1236890095 25200 # Branch HEAD # Node ID b4cf86788470dceb7bc4f80edc7f9b7098839a43 # Parent abb26dfac5656d678607e215f36a1c52db460a19 Since contex_sb might be uninitialized, it is better to zero it and remove the conditio

Re: [PATCH 16 of 16] free intermediates in error path

2009-03-15 Thread Rocco Rutte
Hi, * Erik Hovland wrote: # HG changeset patch # User Erik Hovland # Date 1236899608 25200 # Branch HEAD # Node ID b195a368657041f8ad2a537dfeccf7b876b299c2 # Parent dfcfb5a6d00dec73c1ffa91e46f7fe37fe2aea50 free intermediates in error path. Doesn't that function contain more error checks whe

Re: [PATCH 14 of 16] Use safe_fclose in pgpkey.c

2009-03-15 Thread Rocco Rutte
Hi, * Erik Hovland wrote: # User Erik Hovland # Date 1236899523 25200 # Branch HEAD # Node ID cd6b3c9bd20e5bb9d6dfc55c1201afd7d4b6d6a3 # Parent 9d7e16bed5696c5b1e9a71c703fb439df1e453e2 Use safe_fclose in pgpkey.c I've pushed a change that changes all fclose() calls to safe_fclose() once we