[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-363-g9bedd4481

paul at claws-mail.org paul at claws-mail.org
Mon Nov 22 11:39:27 CET 2021


The branch, gtk3 has been updated
       via  9bedd44810f716d18a3220e144a3ece73e663f6e (commit)
      from  1b9711497fb9caf525bd513abbe64bc2eb34963c (commit)

Summary of changes:
 src/textview.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 9bedd44810f716d18a3220e144a3ece73e663f6e
Author: paul <paul at claws-mail.org>
Date:   Mon Nov 22 10:39:22 2021 +0000

    don't show Tags line twice

diff --git a/src/textview.c b/src/textview.c
index d847b4697..e3ec4c130 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -688,7 +688,8 @@ static void textview_add_part(TextView *textview, MimeInfo *mimeinfo)
 			if (charcount > 0)
 				gtk_text_buffer_insert(buffer, &iter, "\n", 1);
 			
-			if (procmime_mimeinfo_parent(mimeinfo) == NULL)
+			if (procmime_mimeinfo_parent(mimeinfo) == NULL &&
+			    !prefs_common.display_header_pane)
 				textview_show_tags(textview);
 			textview_show_header(textview, headers);
 			procheader_header_array_destroy(headers);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list