[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-962-g2ba2735c6
paul at claws-mail.org
paul at claws-mail.org
Thu May 21 13:38:29 CEST 2020
The branch, gtk3 has been updated
via 2ba2735c62c404519975991ef5f81b6ba53fb828 (commit)
from 0c372bd7eb9d35427664e65876b99ac5afde2051 (commit)
Summary of changes:
src/summaryview.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 2ba2735c62c404519975991ef5f81b6ba53fb828
Author: paul <paul at claws-mail.org>
Date: Thu May 21 12:38:24 2020 +0100
fix crash when moving to other folder after viewing attached message/rfc822
diff --git a/src/summaryview.c b/src/summaryview.c
index 1ace2a848..437b63c52 100644
--- 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list