[Commits] [SCM] claws branch, master, updated. 3.17.4-77-g42370d18e
paul at claws-mail.org
paul at claws-mail.org
Wed Dec 11 19:48:45 CET 2019
The branch, master has been updated
via 42370d18eeafd4d93ef69cec9b879843e47c24a1 (commit)
from f731f3972096c8d1d793469188e7126d1d3c9924 (commit)
Summary of changes:
src/summaryview.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 42370d18eeafd4d93ef69cec9b879843e47c24a1
Author: Paul <paul at claws-mail.org>
Date: Wed Dec 11 18:48:40 2019 +0000
fix SHIFT+SPACE in msg list, moving in reverse
diff --git a/src/summaryview.c b/src/summaryview.c
index 304f72b99..f63373a69 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -7019,12 +7019,11 @@ static gboolean summary_key_pressed(GtkWidget *widget, GdkEventKey *event,
}
if (event->state & GDK_SHIFT_MASK)
mimeview_scroll_page(messageview->mimeview, TRUE);
- else {
- if (summaryview->displayed != summaryview->selected) {
+ if (summaryview->displayed != summaryview->selected) {
summary_display_msg(summaryview,
summaryview->selected);
break;
- }
+ } else {
if (mod_pressed) {
if (!mimeview_scroll_page(messageview->mimeview, TRUE))
summary_select_prev_unread(summaryview);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list