summaryrefslogtreecommitdiffstats
path: root/attach.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-10 22:01:46 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-10 22:01:46 +0000
commit55f7f3fd2c302fa1a5b3b377bd16cd5bba8d99d1 (patch)
treeff33ee11da456897cc4d54d9c0c294e3d9adb056 /attach.c
parent40aab0a8b99e842d3f9f0928f3fdb7305a944893 (diff)
Fix the security fix.
Diffstat (limited to 'attach.c')
-rw-r--r--attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attach.c b/attach.c
index 41311b8e..81b9c561 100644
--- a/attach.c
+++ b/attach.c
@@ -414,7 +414,7 @@ int mutt_view_attachment (FILE *fp, BODY *a, int flag)
if (fp)
{
fname = safe_strdup (a->filename);
- mutt_sanitize_filename (fname);
+ mutt_sanitize_filename (fname, 1);
}
else
fname = a->filename;