mutt: 11 new changesets

2009-03-16 Thread Brendan Cully
11 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/bc7c64ff3e48 changeset: 5706:bc7c64ff3e48 branch: HEAD tag: tip user:Rocco Rutte date:Sun Mar 15 16:44:11 2009 +0100 summary: Add wcscasecmp() compatibility function (for OS X) http://dev.mutt.org/hg/mu

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

2009-03-16 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: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-16 Thread Rocco Rutte
Hi, * Erik Hovland wrote: @@ -285,12 +288,6 @@ #ifdef USE_POP  if (!Context || Context->magic != M_POP) #endif -  /* check device ID and serial number instead of comparing paths */ -  if (!Context || !Context->path || stat (Context->path, &contex_sb) != 0) -  { -    contex_sb.st_dev=0; -    con

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

2009-03-16 Thread Erik Hovland
>>> # 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 w

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

2009-03-16 Thread Erik Hovland
> Hi, > > * Erik Hovland wrote: > @@ -285,12 +288,6 @@ #ifdef USE_POP  if (!Context || Context->magic != M_POP) #endif -  /* check device ID and serial number instead of comparing paths */ -  if (!Context || !Context->path || stat (Context->path, &contex_sb) != 0)