From 9ac3b79a7f820d3aaf6527f14a6575f1232ad476 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Mon, 17 Oct 2011 15:56:10 +0200 Subject: [PATCH] Add support for summary_from_show --- ChangeLog | 6 ++++++ VERSION | 2 +- clawsker | 17 ++++++++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 411ced6..0be3e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-10-17 15:53 mones 0.7.5git450 + + * clawsker + Add support for new hidden property 'summary_from_show' + added in 3.7.10cvs2 + 2011-10-17 14:53 mones 0.7.5git449 * clawsker diff --git a/VERSION b/VERSION index 8bd6ba8..f3d72c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.5 +0.7.5git450 diff --git a/clawsker b/clawsker index 2ca0476..f628046 100755 --- a/clawsker +++ b/clawsker @@ -90,6 +90,11 @@ sub _ { l_gui_v_scroll_show => _('Show always'), l_gui_v_scroll_auto => _('Automatic'), l_gui_v_scroll_hide => _('Hide always'), + l_gui_from_show => _('From column displays'), + h_gui_from_show => _('Selects the data displayed in the From column of the Message List: name, address or both'), + l_gui_from_show_name => _('Name only'), + l_gui_from_show_addr => _('Address only'), + l_gui_from_show_both => _('Both name and address'), l_gui_strip_off => _('Coloured lines contrast'), h_gui_strip_off => _('Specify the value to use when creating alternately coloured lines in tree view components. The smaller the value, the less visible the difference in the alternating colours of the lines.'), l_gui_cursor_v => _('Show cursor'), @@ -619,6 +624,15 @@ sub new_other_page() { '0', undef, ], + from_show => [ + 'summary_from_show', + $xl::s{l_gui_from_show}, + $xl::s{h_gui_from_show}, + '0=l_gui_from_show_name;1=l_gui_from_show_addr;2=l_gui_from_show_both', + '3.7.10', + '0', + undef, + ], strip_off => [ 'stripes_color_offset', $xl::s{l_gui_strip_off}, @@ -711,7 +725,8 @@ sub new_gui_page() { &new_vbox_pack ( &new_check_button_for (\%pr::gui, 'b_unread'), &new_check_button_for (\%pr::gui, 'swp_from'), - &new_check_button_for (\%pr::gui, 'two_linev')), + &new_check_button_for (\%pr::gui, 'two_linev'), + &new_selection_box_for (\%pr::gui, 'from_show')), $xl::s{mlist_frame}, 'not-packed'), FALSE, FALSE, FRAME_SPC); $gf->pack_start (&new_subpage_frame ( -- 2.25.1