summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-28 08:05:54 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-28 08:05:54 +0000
commitec42e01f8fe4623178a747c551dcfb3ebc5d397c (patch)
tree54045806fba79f5c6af27c909be7a01d4c38fd0c /mutt.h
parentae40aac542aaa9c417ae8588433492520bda20a2 (diff)
Fix a $TMPDIR race condition.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index 46b6667a..a4bd8127 100644
--- a/mutt.h
+++ b/mutt.h
@@ -229,7 +229,8 @@ enum
M_NEW_SOCKET,
/* Options for mutt_save_attachment */
- M_SAVE_APPEND
+ M_SAVE_APPEND,
+ M_SAVE_OVERWRITE
};
/* possible arguments to set_quadoption() */