From: Ricardo Mones Date: Tue, 6 Sep 2016 22:59:28 +0000 (+0200) Subject: plugin hidden prefs: libravatar X-Git-Tag: 0.9.0~11 X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=commitdiff_plain;h=36d2dcaf9a9b5232fa47f0deeb11a5fd425bc946 plugin hidden prefs: libravatar --- diff --git a/clawsker b/clawsker index ad57e1f..578c01c 100755 --- a/clawsker +++ b/clawsker @@ -212,6 +212,9 @@ sub _ { l_acc_gtls_pri => _('GnuTLS priority'), h_acc_gtls_pri => _('Value to use as GnuTLS priority string if custom priority check is enabled. Otherwise this value is ignored.'), + 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.'), + e_error => _('Error: '), e_noclawsrc => _('resource file for Claws Mail was not found.'), e_running => _('seems Claws Mail is currently running, close it first.'), @@ -1858,6 +1861,16 @@ sub new_accounts_page() { '-1', undef, ], + # libravatar + lav_burl => [ + 'base_url', + $xl::s{l_plu_lav_burl}, + $xl::s{h_plu_lav_burl}, + 'char,0,1024,32', + '3.9.3.32', + 'http://cdn.libravatar.org/avatar', + undef, + ], ); # version info