Changeset 5443:8b783c916893 for recvattach.c
- Timestamp:
- 2008-07-02 02:19:14 (5 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
recvattach.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recvattach.c
r5348 r5443 255 255 256 256 strfcpy (path, aptr->content->filename, sizeof (path)); 257 mutt_pretty_mailbox (path );257 mutt_pretty_mailbox (path, sizeof (path)); 258 258 mutt_format_s (dest, destlen, prefix, path); 259 259 }
