[Commits] [SCM] clawsker branch, master, updated. 1.3.5-10-gf491a58
mones at claws-mail.org
mones at claws-mail.org
Mon Sep 19 18:32:31 UTC 2022
The branch, master has been updated
via f491a58277cb9ca6c92478dd1bc2586086ae0d3e (commit)
from 897c166d2463decf5147351cb2d9452ea5f88e48 (commit)
Summary of changes:
clawsker | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f491a58277cb9ca6c92478dd1bc2586086ae0d3e
Author: Ricardo Mones <ricardo at mones.org>
Date: Mon Sep 19 20:31:57 2022 +0200
Add support for new hidden pref "bold_marked"
diff --git a/clawsker b/clawsker
index e560f5f..d4f166a 100755
--- a/clawsker
+++ b/clawsker
@@ -83,6 +83,8 @@ sub _ {
l_gui_b_unread => _('Show unread messages with bold font'),
h_gui_b_unread => _('Show unread messages in the Message List using a bold font.'),
+ l_gui_b_marked => _('Show marked messages with bold font'),
+ h_gui_b_marked => _('Show marked messages in the Message List using a bold font.'),
l_gui_no_markup => _('Don\'t use markup'),
h_gui_no_markup => _('Don\'t use bold and italic text in Compose dialogue\'s account selector.'),
l_gui_dot_lines => _('Use dotted lines in tree view components'),
@@ -803,6 +805,14 @@ sub new_other_page() {
'0.5.3',
'1',
],
+ b_marked => [
+ 'bold_marked',
+ $xl::s{l_gui_b_marked},
+ $xl::s{h_gui_b_marked},
+ 'bool',
+ '4.1.0.1365',
+ '0',
+ ],
no_markup => [
'compose_no_markup',
$xl::s{l_gui_no_markup},
@@ -959,9 +969,10 @@ sub new_gui_page() {
[ _('Message List') ],
[ new_check_button_for (\%pr::gui, 'b_unread', \%HPVALUE),
new_check_button_for (\%pr::gui, 'swp_from', \%HPVALUE) ],
- [ new_check_button_for (\%pr::gui, 'two_linev', \%HPVALUE),
+ [ new_check_button_for (\%pr::gui, 'b_marked', \%HPVALUE),
+ new_check_button_for (\%pr::gui, 'two_linev', \%HPVALUE) ],
+ [ new_selection_box_for (\%pr::gui, 'from_show', \%HPVALUE),
new_check_button_for (\%pr::gui, 'next_del', \%HPVALUE) ],
- [ new_selection_box_for (\%pr::gui, 'from_show', \%HPVALUE) ],
[ '--' ],
[ _('Message View') ],
[ new_check_button_for (\%pr::gui, 'cursor_v', \%HPVALUE),
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list