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
#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
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
>>> # 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
> 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)