Changeset 242:2217a416d1db for attach.c

Show
Ignore:
Timestamp:
1998-07-31 01:11:38 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-0-94
Message:

Introducing mutt_sanitize_filename(). The code is similar
to patch-0.91.1i.tlr.rfc1524_sanitize.1 and to Peter
Holzer's patch against 0.91.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r240 r242  
    305305      strfcpy (tempfile, a->filename, sizeof (tempfile)); 
    306306 
     307    mutt_sanitize_filename(tempfile); 
     308     
    307309    if (fp) 
    308310    {