diff options
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r-- | mail/mail-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c index 29618cc353..307408fb88 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -970,6 +970,7 @@ mail_display_redisplay (MailDisplay *md, gboolean unscroll) { printf("redisplaying\n"); + md->last_active = NULL; md->stream = gtk_html_begin (GTK_HTML (md->html)); if (!unscroll) { /* This is a hack until there's a clean way to do this. */ |