[Commits] [SCM] clawsker branch, master, updated. 1.4.0-6-gd8fa1ce

mones at claws-mail.org mones at claws-mail.org
Sun Mar 2 22:37:47 UTC 2025


The branch, master has been updated
       via  d8fa1ce28ae6d2257344c8a3f76b6521243a1ffd (commit)
      from  d9367c5aa3495bc3b9cdac0882990bebc2592858 (commit)

Summary of changes:
 clawsker | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit d8fa1ce28ae6d2257344c8a3f76b6521243a1ffd
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun Mar 2 23:36:30 2025 +0100

    Support for new hidden property 'passphrase_dialog_msg_title_switch'

diff --git a/clawsker b/clawsker
index 9cf1079..2dc2b41 100755
--- a/clawsker
+++ b/clawsker
@@ -177,6 +177,8 @@ sub _ {
     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_beh_pdm_title_s => _('Passphrase message dialog title switch'),
+    h_beh_pdm_title_s => _('Switch title and message placement in passphrase input dialog. Useful when using password managers like KeePassXC.'),
 
     l_col_emphasis => _('X-Mailer header'),
     h_col_emphasis => _('The colour used for the X-Mailer line when its value is Claws Mail.'),
@@ -1186,6 +1188,14 @@ sub new_gui_page() {
         '3.8.0.26',
         '50',
     ],
+    pdm_title_s => [
+        'passphrase_dialog_msg_title_switch',
+        $xl::s{l_beh_pdm_title_s},
+        $xl::s{h_beh_pdm_title_s},
+        'bool',
+        '4.3.0.27',
+        '0',
+    ],
     mh_compat => [
         'mh_compat_mode',
         $xl::s{l_beh_mh_compat},
@@ -1223,8 +1233,9 @@ sub new_behaviour_page() {
         [ '--' ],
         [ _('Other') ],
         [ new_text_box_for_int (\%pr::beh, 'up_step', \%HPVALUE),
+            new_check_button_for (\%pr::beh, 'pdm_title_s', \%HPVALUE) ],
+        [ new_text_box_for_int (\%pr::beh, 'thread_a', \%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