diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-07-17 08:41:20 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-07-17 08:41:20 +0000 |
commit | 1256b13f9fbcc30afbb116f5e97881bbd4ab4d7c (patch) | |
tree | 8d87dd534442fac7d0c1845a04ba06b3c6e5d7ae /src | |
parent | be5af8383d84235b543960dcc9facc0d9d9b43f7 (diff) |
remove temporary file after reply to attached messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1868 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/mimeview.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mimeview.c b/src/mimeview.c index 9851b698..28d20a9b 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1290,6 +1290,7 @@ static void mimeview_reply(MimeView *mimeview, guint action) else compose_reply(msginfo, NULL, mode, NULL); + g_unlink(msginfo->file_path); procmsg_msginfo_free(msginfo); } |