talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2ba2735c62c404519975991ef5f81b6ba53fb828
parent 0c372bd7eb9d35427664e65876b99ac5afde2051
Author: paul <paul@claws-mail.org>
Date:   Thu, 21 May 2020 12:38:24 +0100

fix crash when moving to other folder after viewing attached message/rfc822

Diffstat:
Msrc/summaryview.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/summaryview.c b/src/summaryview.c @@ -1732,6 +1732,7 @@ void summary_clear_list(SummaryView *summaryview) void summary_clear_all(SummaryView *summaryview) { + mimeview_clear(summaryview->messageview->mimeview); messageview_clear(summaryview->messageview); summary_clear_list(summaryview); summary_set_menu_sensitive(summaryview);