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
  • postpone.c

    r5010 r5443  
    323323      SKIPWS (p); 
    324324      strfcpy (fcc, p, fcclen); 
    325       mutt_pretty_mailbox (fcc); 
     325      mutt_pretty_mailbox (fcc, fcclen); 
    326326 
    327327      /* remove the X-Mutt-Fcc: header field */