aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 679c584a24..9a7ab43bbd 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2450,6 +2450,9 @@ static void
regen_list_regened (struct _mail_msg *mm)
{
struct _regen_list_msg *m = (struct _regen_list_msg *)mm;
+
+ if (GTK_OBJECT_DESTROYED(m->ml))
+ return;
if (m->summary == NULL)
return;