Changeset 5443:8b783c916893 for enter.c

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

    r5331 r5443  
    573573              if (*buf) 
    574574              { 
    575                 mutt_pretty_mailbox (buf); 
     575                mutt_pretty_mailbox (buf, buflen); 
    576576                if (!pass) 
    577577                  mutt_history_add (hclass, buf, 1);