Changeset 5443:8b783c916893 for protos.h

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
  • protos.h

    r5414 r5443  
    231231void mutt_prepare_envelope (ENVELOPE *, int); 
    232232void mutt_unprepare_envelope (ENVELOPE *); 
    233 void mutt_pretty_mailbox (char *); 
     233void mutt_pretty_mailbox (char *, size_t); 
    234234void mutt_pretty_size (char *, size_t, LOFF_T); 
    235235void mutt_pipe_message (HEADER *);