aboutsummaryrefslogtreecommitdiff
path: root/plugin/attachment_tool/attachment_tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/attachment_tool/attachment_tool.c')
-rw-r--r--plugin/attachment_tool/attachment_tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/attachment_tool/attachment_tool.c b/plugin/attachment_tool/attachment_tool.c
index 9db808c2..def873a3 100644
--- a/plugin/attachment_tool/attachment_tool.c
+++ b/plugin/attachment_tool/attachment_tool.c
@@ -210,7 +210,7 @@ static gboolean remove_attachment(MsgInfo *msginfo)
if (!err) {
debug_print("overwriting original message file: %s\n", infile);
- if (copy_file(outfile, infile, TRUE) == 0) {
+ if (copy_file(outfile, infile, FALSE) == 0) {
struct stat s;
if (g_stat(infile, &s) == 0) {
msginfo->size = s.st_size;