[Commits] [SCM] claws branch, master, updated. 3.18.0-296-g6fecf4e8d
paul at claws-mail.org
paul at claws-mail.org
Mon Nov 22 11:40:21 CET 2021
The branch, master has been updated
via 6fecf4e8d158e04dc1c72c4cc014889203f5a371 (commit)
from 71e1e70a4720985cd86324afd45e6ef08e5b4cf1 (commit)
Summary of changes:
src/textview.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 6fecf4e8d158e04dc1c72c4cc014889203f5a371
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 e15d2cdb4..9d2babf8a 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -709,7 +709,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