make up/down key navigation obey 'always_show_msg'
[claws.git] / src / summaryview.c
index 4eefcebc2c517b2ce8c28688037101218c992862..3d0ceff94cf1b70e36efdd822754f1fde2bdf108 100644 (file)
@@ -6791,6 +6791,7 @@ static gboolean summary_key_pressed(GtkWidget *widget, GdkEventKey *event,
                                if (gtk_cmctree_node_is_visible(GTK_CMCTREE(ctree), next) != GTK_VISIBILITY_FULL)
                                        gtkut_ctree_node_move_if_on_the_edge(GTK_CMCTREE(ctree), next, -1);
                                summaryview->selected = next;
                                if (gtk_cmctree_node_is_visible(GTK_CMCTREE(ctree), next) != GTK_VISIBILITY_FULL)
                                        gtkut_ctree_node_move_if_on_the_edge(GTK_CMCTREE(ctree), next, -1);
                                summaryview->selected = next;
+                               summary_select_node(summaryview, summaryview->selected, -1);
                        }
                }
                return TRUE;
                        }
                }
                return TRUE;