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
  • imap/imap.c

    r5371 r5443  
    19911991    /* reformat output */ 
    19921992    imap_qualify_path (dest, dlen, &mx, completion); 
    1993     mutt_pretty_mailbox (dest); 
     1993    mutt_pretty_mailbox (dest, dlen); 
    19941994 
    19951995    FREE (&mx.mbox);