From 2533e52b8cf543eed874d220a3f039eebe67253e Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 2 Mar 2011 15:12:02 +0100 Subject: Do not leak attachments in a mail view --- em-format/em-format.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'em-format/em-format.h') diff --git a/em-format/em-format.h b/em-format/em-format.h index 64336a9aa8..b1f0746fed 100644 --- a/em-format/em-format.h +++ b/em-format/em-format.h @@ -198,6 +198,8 @@ struct _EMFormat { /* Current part ID prefix for identifying parts directly. */ GString *part_id; + /* part_id of the currently processing message (when the message has message-attachments) */ + gchar *current_message_part_id; /* If empty, then all. */ GQueue header_list; -- cgit v1.2.3