From e4a1c3a797d657eeebee1a014f150f6c28e784d3 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Mon, 7 Jun 2010 09:05:33 +0000 Subject: [PATCH] new hidden preference, improve manpage slightly --- ChangeLog | 9 +++++++++ VERSION | 2 +- clawsker | 13 +++++++++++++ clawsker.pod | 5 +++++ 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ab9bce..44e747b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-06-07 10:56 mones 0.7.1svn375 + + * clawsker + Add new hidden preference available in 3.7.6cvs7 + version 'show_compose_margin' to the GUI panel + * clawsker.pod + Add URL to the list of hidden preferences (online manual) + Expand description to mention all preferences handled + 2010-06-07 10:28 mones 0.7.1svn374 * clawsker diff --git a/VERSION b/VERSION index 8639a4e..2797e35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1svn374 +0.7.1svn375 diff --git a/clawsker b/clawsker index ae9913e..868b508 100755 --- a/clawsker +++ b/clawsker @@ -101,6 +101,8 @@ sub _ { h_gui_strip_sum => _('Enable alternately coloured lines in Message list and Folder list.'), l_gui_two_line_v => _('2 lines per Message List item in 3-column layout'), h_gui_two_line_v => _('Spread Message List information over two lines when using the three column mode.'), + l_gui_margin_co => _('Show compose margin'), + h_gui_margin_co => _('Shows a small margin in the compose view.'), l_beh_hover_t => _('Drag \'n\' drop hover timeout (ms)'), h_beh_hover_t => _('Time in milliseconds that will cause a folder tree to expand when the mouse cursor is held over it during drag and drop.'), @@ -666,6 +668,15 @@ sub new_other_page() { '0', undef, ], + margin_co => [ + 'show_compose_margin', + $xl::s{l_gui_margin_co}, + $xl::s{h_gui_margin_co}, + 'bool', + '3.7.6.7' + '0', + undef, + ], ); sub new_gui_page() { @@ -677,6 +688,7 @@ sub new_gui_page() { my $cb_cursor_v = &new_check_button_for (\%pr::gui, 'cursor_v'); my $cb_toolbar_d = &new_check_button_for (\%pr::gui, 'toolbar_d'); my $cb_two_linev = &new_check_button_for (\%pr::gui, 'two_linev'); + my $cb_margin_co = &new_check_button_for (\%pr::gui, 'margin_co'); $gf->pack_start (&new_subpage_frame ( &new_vbox_pack ( @@ -696,6 +708,7 @@ sub new_gui_page() { $gf->pack_start ($cb_cursor_v, FALSE, FALSE, 0); $gf->pack_start ($cb_toolbar_d, FALSE, FALSE, 0); $gf->pack_start ($cb_two_linev, FALSE, FALSE, 0); + $gf->pack_start ($cb_margin_co, FALSE, FALSE, 0); $gf->pack_start (&new_subpage_frame ( &new_vbox_pack ( &new_check_button_for (\%pr::gui, 'h_scroll'), diff --git a/clawsker.pod b/clawsker.pod index 09318c3..fbcb04a 100644 --- a/clawsker.pod +++ b/clawsker.pod @@ -25,6 +25,10 @@ Users wanting to edit such preferences had to face raw editing of their configuration files, now you can do it with a convenient GTK2 interface using Clawsker. +In adition to hidden features Clawsker can edit also some other settings +which usually can only be set indirectly. These include currently the +saved positions (and sizes when available) of Claws Mail windows. + =head1 OPTIONS --help @@ -55,6 +59,7 @@ the case use the --alternate-config-dir option instead. =head1 SEE ALSO Clawsker homepage "L" +Hidden preferences list "L" =head1 AUTHOR -- 2.25.1