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

    r5372 r5443  
    10721072        { 
    10731073          strfcpy (buf, Context->path, sizeof (buf)); 
    1074           mutt_pretty_mailbox (buf); 
     1074          mutt_pretty_mailbox (buf, sizeof (buf)); 
    10751075          mutt_buffy (buf, sizeof (buf)); 
    10761076          if (!buf[0])