Show
Ignore:
Timestamp:
2008-07-02 02:19:14 (5 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Use realpath() in mutt_pretty_mailbox() for paths that may need it.
This requires to add the buffer size as parameter since the result may
be longer than the original but still fit in the buffer. Closes #2948.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5441 r5443  
     12008-07-02 10:06 +0200  Rocco Rutte  <pdmef@gmx.net>  (cc2334fdf126) 
     2 
     3        * hash.c: Use casts to avoid triggering integer overflow detection in 
     4        hash function 
     5 
     62008-07-01 20:06 -0700  Vincent Lefevre  <vincent@vinc17.org>  (fb0df4ae0836) 
     7 
     8        * ChangeLog, curs_lib.c: Clamp timeval math to unsigned int to match 
     9        progress timestamps. This is fine since only relative differences 
     10        matter. Closes #3018. 
     11 
    1122008-07-01 18:29 -0700  Brendan Cully  <brendan@kublai.com>  (f9af0501d2dd) 
    213