[Commits] [SCM] clawsker branch, master, updated. 1.4.0-4-ga516fa7
mones at claws-mail.org
mones at claws-mail.org
Wed Feb 5 21:37:44 UTC 2025
The branch, master has been updated
via a516fa70e66bc5b7624e972e8e44cb51bbc5fbf7 (commit)
from 5b26161610286833f66e647201baeff33474b65a (commit)
Summary of changes:
clawsker | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a516fa70e66bc5b7624e972e8e44cb51bbc5fbf7
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Feb 5 22:36:06 2025 +0100
Support for new hidden property 'mh_compat_mode'
Debuting on commit https://git.claws-mail.org/?p=claws.git;a=commit;h=9426214cf5c4c841f647a421273bc85db6c6a8ec
diff --git a/clawsker b/clawsker
index d0fde16..11c5f1e 100755
--- a/clawsker
+++ b/clawsker
@@ -175,6 +175,8 @@ sub _ {
l_beh_nav_hlen => _('Navigation history length'),
l_beh_nav_hlen_units => _('items'),
h_beh_nav_hlen => _('Maximum number of messages to keep track of when navigating with the “Next opened message” and “Previously opened message” menu actions'),
+ l_beh_mh_compat => _('MH compatible mode'),
+ h_beh_mh_compat => _('Enable creation and updating of the ".mh_sequences" file for compatibility with the MH Message Handling System.'),
l_col_emphasis => _('X-Mailer header'),
h_col_emphasis => _('The colour used for the X-Mailer line when its value is Claws Mail.'),
@@ -1184,6 +1186,14 @@ sub new_gui_page() {
'3.8.0.26',
'50',
],
+ mh_compat => [
+ 'mh_compat_mode',
+ $xl::s{l_beh_mh_compat},
+ $xl::s{h_beh_mh_compat},
+ 'bool',
+ '4.3.0.65',
+ '0',
+ ],
);
sub new_behaviour_page() {
@@ -1212,7 +1222,8 @@ sub new_behaviour_page() {
new_check_button_for (\%pr::beh, 'fold_swc', \%HPVALUE) ],
[ '--' ],
[ _('Other') ],
- [ new_text_box_for_int (\%pr::beh, 'up_step', \%HPVALUE) ],
+ [ new_text_box_for_int (\%pr::beh, 'up_step', \%HPVALUE),
+ new_check_button_for (\%pr::beh, 'mh_compat', \%HPVALUE) ],
[ new_text_box_for_int (\%pr::beh, 'thread_a', \%HPVALUE) ],
[ new_text_box_for_int (\%pr::beh, 'qs_press_t', \%HPVALUE) ],
[ new_text_box_for_int (\%pr::beh, 'nav_hlen', \%HPVALUE) ]
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list