From b0a253e060442cad91f28458f868d64c98ac1817 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 26 Feb 2002 00:26:55 +0000 Subject: If a related part is requested, remove it from the related undisplayed 2002-02-26 Not Zed * mail-display.c (on_url_requested): If a related part is requested, remove it from the related undisplayed list. * mail-format.c (handle_multipart_related): Check if related parts are displayed, if not, remove them. For #2741. svn path=/trunk/; revision=15837 --- mail/mail-display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-display.h') diff --git a/mail/mail-display.h b/mail/mail-display.h index ea87d2cada..015f87d651 100644 --- a/mail/mail-display.h +++ b/mail/mail-display.h @@ -40,6 +40,8 @@ struct _MailDisplay { CamelMimeMessage *current_message; GData **data; + + GHashTable *related; /* related parts not displayed yet */ /* Sigh. This shouldn't be needed. I haven't figured out why it is though. */ -- cgit v1.2.3