[Commits] [SCM] claws branch, master, updated. 4.1.0-41-ga7993f658

paul at claws-mail.org paul at claws-mail.org
Wed Jul 13 10:27:18 UTC 2022


The branch, master has been updated
       via  a7993f658188621baf2f59b1b039f6c528067676 (commit)
      from  885cd5ebe526d9d946fb5807536d0c512c1c026e (commit)

Summary of changes:
 src/summaryview.c | 4 ++++
 1 file changed, 4 insertions(+)


- Log -----------------------------------------------------------------
commit a7993f658188621baf2f59b1b039f6c528067676
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 7dc2080b7..d39306a4f 100644
--- 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, 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list