From eea216525149d46d07a03e489f1ade1b4d67cc97 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 4 Aug 2010 05:05:07 +0000 Subject: attachment_tool.c: don't keep backup. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2657 ee746299-78ed-0310-b773-934348b2243d --- plugin/attachment_tool/attachment_tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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; -- cgit v1.2.3