Changeset 5443:8b783c916893 for send.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
  • send.c

    r5317 r5443  
    15061506 
    15071507    fcc_error = 0; /* reset value since we may have failed before */ 
    1508     mutt_pretty_mailbox (fcc); 
     1508    mutt_pretty_mailbox (fcc, sizeof (fcc)); 
    15091509    i = mutt_compose_menu (msg, fcc, sizeof (fcc), cur); 
    15101510    if (i == -1)