aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 83c5a6b2..b00fb148 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -3785,6 +3785,7 @@ static void prev_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
return;
summary_step(mainwin->summaryview, GTK_SCROLL_STEP_BACKWARD);
+ summary_mark_displayed_read(mainwin->summaryview, NULL);
}
static void next_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
@@ -3797,6 +3798,7 @@ static void next_cb(MainWindow *mainwin, guint action, GtkWidget *widget)
return;
summary_step(mainwin->summaryview, GTK_SCROLL_STEP_FORWARD);
+ summary_mark_displayed_read(mainwin->summaryview, NULL);
}
static void prev_unread_cb(MainWindow *mainwin, guint action,