Changeset 5443:8b783c916893 for headers.c
Legend:
- Unmodified
- Added
- Removed
-
headers.c
r4616 r5443 144 144 { 145 145 strfcpy (fcc, p, fcclen); 146 mutt_pretty_mailbox (fcc );146 mutt_pretty_mailbox (fcc, fcclen); 147 147 } 148 148 keep = 0; … … 174 174 else 175 175 { 176 mutt_pretty_mailbox (path );176 mutt_pretty_mailbox (path, sizeof (path)); 177 177 mutt_error (_("%s: unable to attach file"), path); 178 178 }
