talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a7993f658188621baf2f59b1b039f6c528067676
parent 885cd5ebe526d9d946fb5807536d0c512c1c026e
Author: Paul <paul@claws-mail.org>
Date:   Wed, 13 Jul 2022 11:27:11 +0100

in the summaryview tooltip, show name+addr

Diffstat:
Msrc/summaryview.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/summaryview.c b/src/summaryview.c @@ -6618,6 +6618,10 @@ static gboolean tooltip_cb (GtkWidget *widget, case GTK_CMCELL_TEXT: if (gtk_cmctree_node_get_text(ctree, node, column, &text) != TRUE) return FALSE; + if (column == summaryview->col_pos[S_COL_FROM]) + text = info->from; + else if (column == summaryview->col_pos[S_COL_TO]) + text = info->to; break; case GTK_CMCELL_PIXTEXT: if (gtk_cmctree_node_get_pixtext(ctree, node, column, &text,