[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-48-g5d76d2a7f
paul at claws-mail.org
paul at claws-mail.org
Wed Jul 13 10:28:15 UTC 2022
The branch, gtk2 has been updated
via 5d76d2a7f5e5fa75f97e6071e671d50713e69a13 (commit)
from 5e5c66e36d52b9969c925efdbab1c1969ab586de (commit)
Summary of changes:
src/summaryview.c | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 5d76d2a7f5e5fa75f97e6071e671d50713e69a13
Author: Paul <paul at claws-mail.org>
Date: Wed Jul 13 11:27:11 2022 +0100
in the summaryview tooltip, show name+addr
diff --git a/src/summaryview.c b/src/summaryview.c
index 9c298c2a2..b3115a9ca 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -6642,6 +6642,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,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list