plugin hidden prefs: perl
authorRicardo Mones <ricardo@mones.org>
Thu, 8 Sep 2016 00:14:14 +0000 (02:14 +0200)
committerRicardo Mones <ricardo@mones.org>
Thu, 8 Sep 2016 00:14:14 +0000 (02:14 +0200)
clawsker

index 578c01c6f0de9ce0f6333f1e1e6dc5c1ca2f613c..24a370e724d82b65fbad1f71435e64764928f756 100755 (executable)
--- a/clawsker
+++ b/clawsker
@@ -214,6 +214,12 @@ sub _ {
 
     l_plu_lav_burl => _('Base URL'),
     h_plu_lav_burl => _('This is the URL where avatar requests are sent. You can use the one of your own libravatar server, if available.'),
+    l_plu_prl_flvb => _('Log level'),
+    h_plu_prl_flvb => _('Verbosity level of log, acumulative.'),
+    l_plu_prl_none => _('None'),
+    l_plu_prl_manual => _('Manual'),
+    l_plu_prl_action => _('Actions'),
+    l_plu_prl_match => _('Matches'),
 
     e_error => _('Error: '),
     e_noclawsrc => _('resource file for Claws Mail was not found.'),
@@ -1871,6 +1877,16 @@ sub new_accounts_page() {
         'http://cdn.libravatar.org/avatar',
         undef,
     ],
+    # perl
+    prl_flvb => [
+        'filter_log_verbosity',
+        $xl::s{l_plu_prl_flvb},
+        $xl::s{h_plu_prl_flvb},
+        '0=l_plu_prl_none;1=l_plu_prl_manual;2=l_plu_prl_action;3=l_plu_prl_match',
+        '3.9.0.75',
+        '2',
+        undef,
+    ],
 );
 
 # version info