3 # Clawsker :: A Claws Mail Tweaker
4 # Copyright 2007-2016 Ricardo Mones <ricardo@mones.org>
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # See COPYING file for license details.
12 # See AUTHORS file for a complete list of contributors.
15 binmode STDOUT, ":encoding(utf8)";
20 use Glib qw(TRUE FALSE);
22 use POSIX qw(setlocale);
25 use Digest::MD5 qw(md5_hex);
28 my $NAME = 'clawsker';
29 my $PREFIX = '@PREFIX@';
30 my $LIBDIR = '@LIBDIR@';
31 my $DATADIR = '@DATADIR@';
32 my $VERSION = '@VERSION@';
35 my $main_window = undef;
37 my $locale = (defined($ENV{LC_MESSAGES}) ? $ENV{LC_MESSAGES} : $ENV{LANG});
38 $locale = "C" unless defined($locale);
39 setlocale (LC_ALL, $locale);
40 bindtextdomain ($NAME, sprintf ('%s/share/locale', $PREFIX));
43 my $SHOWHINTS = FALSE;
44 $SHOWHINTS = TRUE if ($Gtk2::VERSION >= 1.040 and Gtk2->CHECK_VERSION (2, 12, 0));
49 my $xla = gettext ($str);
50 if (scalar(keys(%par)) > 0) {
51 foreach my $key (keys %par) {
52 $xla =~ s/\{$key\}/$par{$key}/g;
55 return decode_utf8($xla);
60 win_title => _('Claws Mail Hidden Preferences'),
61 about => _('About...'),
62 about_title => _('Clawsker :: A Claws Mail Tweaker'),
63 about_license => _('License:'),
64 about_version => _('Version:'),
66 tab_colours => _('Colours'),
67 tab_behaviour => _('Behaviour'),
69 tab_other => _('Other'),
70 tab_winpos => _('Windows'),
72 ab_frame => _('Addressbook'),
73 mem_frame => _('Memory'),
74 msgview_frame => _('Message View'),
75 log_frame => _('Log window'),
76 dnd_frame => _('Drag \'n\' drop'),
77 ssl_frame => _('Secure Sockets Layer'),
78 msgs_frame => _('Messages'),
79 swc_frame => _('Completion'),
80 stripes_frame => _('Coloured stripes'),
81 sbar_frame => _('Scroll bars'),
82 mlist_frame => _('Message List'),
83 mview_frame => _('Message View'),
84 compo_frame => _('Compose window'),
85 netm_frame => _('NetworkManager'),
86 diff_frame => _('Viewing patches'),
87 mpass_frame => _('Master passphrase'),
89 l_oth_use_dlg => _('Use detached address book edit dialogue'),
90 h_oth_use_dlg => _('If true use a separate dialogue to edit a person\'s details. Otherwise will use a form embedded in the address book\'s main window.'),
91 l_oth_max_use => _('Maximum memory for message cache (kB)'),
92 h_oth_max_use => _('The maximum amount of memory to use to cache messages, in kilobytes.'),
93 l_oth_min_time => _('Minimun time for cache elements (minutes)'),
94 h_oth_min_time => _('The minimum time in minutes to keep a cache in memory. Caches more recent than this time will not be freed, even if the memory usage is too high.'),
95 l_oth_use_netm => _('Use NetworkManager'),
96 h_oth_use_netm => _('Use NetworkManager to switch offline automatically.'),
97 l_oth_mp_rounds => _('Rounds for PBKDF2 function'),
98 h_oth_mp_rounds => _('Specify the number of iterations the key derivation function will be applied on master passphrase computation. Does not modify currently stored passphrase, only master passphrases computed after changing this value are affected.'),
100 l_gui_b_unread => _('Show unread messages with bold font'),
101 h_gui_b_unread => _('Show unread messages in the Message List using a bold font.'),
102 l_gui_no_markup => _('Don\'t use markup'),
103 h_gui_no_markup => _('Don\'t use bold and italic text in Compose dialogue\'s account selector.'),
104 l_gui_dot_lines => _('Use dotted lines in tree view components'),
105 h_gui_dot_lines => _('Use the old dotted line look in the main window tree views (Folder, Message and other lists) instead of the modern lineless look.'),
106 l_gui_h_scroll => _('Enable horizontal scrollbar'),
107 h_gui_h_scroll => _('Enable the horizontal scrollbar in the Message List.'),
108 l_gui_swp_from => _('Display To column instead From column in Sent folder'),
109 h_gui_swp_from => _('Display the recipient\'s email address in a To column of the Sent folder instead of the originator\'s one in a From column.'),
110 l_gui_v_scroll => _('Folder List scrollbar behaviour'),
111 h_gui_v_scroll => _('Specify the policy of vertical scrollbar of Folder List: show always, automatic or hide always.'),
112 l_gui_v_scroll_show => _('Show always'),
113 l_gui_v_scroll_auto => _('Automatic'),
114 l_gui_v_scroll_hide => _('Hide always'),
115 l_gui_from_show => _('From column displays'),
116 h_gui_from_show => _('Selects the data displayed in the From column of the Message List: name, address or both.'),
117 l_gui_from_show_name => _('Name only'),
118 l_gui_from_show_addr => _('Address only'),
119 l_gui_from_show_both => _('Both name and address'),
120 l_gui_strip_off => _('Coloured lines contrast'),
121 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.'),
122 l_gui_cursor_v => _('Show cursor'),
123 h_gui_cursor_v => _('Display the cursor in the Message View.'),
124 l_gui_toolbar_d => _('Detachable toolbars'),
125 h_gui_toolbar_d => _('Show handles in the toolbars.'),
126 l_gui_strip_all => _('Use stripes in all tree view components'),
127 h_gui_strip_all => _('Enable alternately coloured lines in all tree view components.'),
128 l_gui_strip_sum => _('Use stripes in Folder List and Message List'),
129 h_gui_strip_sum => _('Enable alternately coloured lines in Message List and Folder List.'),
130 l_gui_two_line_v => _('2 lines per Message List item in 3-column layout'),
131 h_gui_two_line_v => _('Spread Message List information over two lines when using the three column mode.'),
132 l_gui_margin_co => _('Show margin'),
133 h_gui_margin_co => _('Shows a small margin in the Compose View.'),
134 l_gui_mview_date => _('Don\'t display localized date'),
135 h_gui_mview_date => _('Toggles localization of date format in Message View.'),
136 l_gui_zero_char => _('Zero replacement character'),
137 h_gui_zero_char => _('Replaces \'0\' with the given character in Folder List.'),
138 l_gui_type_any => _('Editable headers'),
139 h_gui_type_any => _('Allows to manually type any value in Compose Window header entries or just select from the available choices in the associated dropdown list.'),
140 l_gui_next_del => _('Select next message on delete'),
141 h_gui_next_del => _('When deleting a message, toggles between selecting the next one (newer message) or the previous one (older message).'),
143 l_beh_hover_t => _('Drag \'n\' drop hover timeout (ms)'),
144 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.'),
145 l_beh_dangerous => _('Don\'t confirm deletions (dangerous!)'),
146 h_beh_dangerous => _('Don\'t ask for confirmation before definitive deletion of emails.'),
147 l_beh_flowed => _('Respect format=flowed in messages'),
148 h_beh_flowed => _('Respect format=flowed on text/plain message parts. This will cause some mails to have long lines, but will fix some URLs that would otherwise be wrapped.'),
149 l_beh_parts_rw => _('Allow writable temporary files'),
150 h_beh_parts_rw => _('Saves temporary files when opening attachment with write bit set.'),
151 l_beh_skip_ssl => _('Don\'t check SSL certificates'),
152 h_beh_skip_ssl => _('Disables the verification of SSL certificates.'),
153 l_beh_up_step => _('Progress bar update step (items)'),
154 h_beh_up_step => _('Update stepping in progress bars.'),
155 l_beh_thread_a => _('Maximum age when threading by subject (days)'),
156 h_beh_thread_a => _('Number of days to include a message in a thread when using "Thread using subject in addition to standard headers".'),
157 l_beh_unsafe_ssl => _('Allow unsafe SSL certificates'),
158 h_beh_unsafe_ssl => _('Allows Claws Mail to remember multiple SSL certificates for a given server/port.'),
159 l_beh_use_utf8 => _('Force UTF-8 for broken mails'),
160 h_beh_use_utf8 => _('Use UTF-8 encoding for broken mails instead of current locale.'),
161 l_beh_warn_dnd => _('Warn on drag \'n\' drop'),
162 h_beh_warn_dnd => _('Display a confirmation dialogue on drag \'n\' drop of folders.'),
163 l_beh_out_ascii => _('Outgoing messages fallback to ASCII'),
164 h_beh_out_ascii => _('If content allows, ASCII will be used to encode outgoing messages, otherwise the user-defined encoding is enforced always.'),
165 l_beh_pp_unsel => _('Primary paste unselects selection'),
166 h_beh_pp_unsel => _('Controls how pasting using middle-click changes the selected text and insertion point.'),
167 l_beh_inline_at => _('Show inline attachments'),
168 h_beh_inline_at => _('Allows hiding inline attachments already shown in mail structure view.'),
169 l_beh_addr_swc => _('Address search in compose window matches any'),
170 h_beh_addr_swc => _('On Tab-key completion, address text will match any part of the string or only from the start.'),
171 l_beh_fold_swc => _('Folder search in folder selector matches any'),
172 h_beh_fold_swc => _('On folder name completion text will match any part of the string or only from the start.'),
174 l_col_emphasis => _('X-Mailer header'),
175 h_col_emphasis => _('The colour used for the X-Mailer line when its value is Claws Mail.'),
176 l_col_log_err => _('Error messages'),
177 h_col_log_err => _('Colour for error messages in log window.'),
178 l_col_log_in => _('Server messages'),
179 h_col_log_in => _('Colour for messages received from servers in log window.'),
180 l_col_log_msg => _('Standard messages'),
181 h_col_log_msg => _('Colour for messages in log window.'),
182 l_col_log_out => _('Client messages'),
183 h_col_log_out => _('Colour for messages sent to servers in log window.'),
184 l_col_log_warn => _('Warnings'),
185 h_col_log_warn => _('Colour for warning messages in log window.'),
187 l_col_diff_add => _('Added lines'),
188 h_col_diff_add => _('Colour for added lines in patches.'),
189 l_col_diff_del => _('Deleted lines'),
190 h_col_diff_del => _('Colour for deleted lines in patches.'),
191 l_col_diff_hunk => _('Hunk lines'),
192 h_col_diff_hunk => _('Color for hunk headers in patches.'),
194 l_win_x => _('X position'),
195 h_win_x => _('X coordinate for window\'s top-left corner.'),
196 l_win_y => _('Y position'),
197 h_win_y => _('Y coordinate for window\'s top-left corner.'),
198 l_win_w => _('Width'),
199 h_win_w => _('Window\'s width in pixels.'),
200 l_win_h => _('Height'),
201 h_win_h => _('Window\'s height in pixels.'),
203 l_win_main_mx => _('Maximized'),
204 h_win_main_mx => _('Changes window maximized status.'),
205 l_win_main_fs => _('Full-screen'),
206 h_win_main_fs => _('Changes full screen status.'),
208 e_error => _('Error: '),
209 e_noclawsrc => _('resource file for Claws Mail was not found.'),
210 e_running => _('seems Claws Mail is currently running, close it first.'),
213 # all preferences read by load_preferences
215 # values of all preferences handled by clawsker
217 # default config dir and file name
218 my $ALTCONFIGDIR = FALSE;
219 my $CONFIGDIR = $ENV{HOME} . '/.claws-mail/';
220 my $CONFIGRC = 'clawsrc';
222 # index constants for preference arrays
223 use constant NAME => 0; # the name on the rc file
224 use constant LABEL => 1; # the label on the GUI
225 use constant DESC => 2; # the description for the hint/help
226 use constant TYPE => 3; # data type: bool, int, float, string, color
227 use constant CMVER => 4; # lowest[,highest] Claws Mail version(s) the feature exists
228 use constant CMDEF => 5; # default value for the preference in Claws Mail
229 use constant GUI => 6; # GUI element
231 # constants for GUI spacing
232 use constant HBOX_SPC => 5;
233 use constant FRAME_SPC => 2;
234 use constant PAGE_SPC => 5;
238 sub version_greater_or_equal {
239 my ($version, $refvers) = @_;
240 my @version = split (/\./, $version);
241 my @refvers = split (/\./, $refvers);
242 while ($#version < $#refvers) {
243 push (@version, '0');
246 while (($idx <= $#refvers)
247 and (int ($version[$idx]) == int ($refvers[$idx]))) {
250 return TRUE if (($idx > $#refvers)
251 or (int ($version[$idx]) >= int ($refvers[$idx])));
255 sub get_claws_version {
256 $_ = qx/which claws-mail/;
258 return "" unless ($_); # not installed
262 my @fver = split (/ /);
263 die "Invalid version string" unless ($fver[2] eq "version");
264 my @ver = split (/\./, $fver[3]);
267 if ($ver[2] =~ /(\d+)git(\d+)/) {
276 # data handlers and auxiliar functions
278 sub handle_bool_value {
279 my ($widget, $event, $dataref) = @_;
280 $$dataref = ($widget->get_active ())? '1': '0';
283 sub handle_int_value {
284 my ($widget, $event, $dataref) = @_;
285 $_ = $widget->get_text ();
290 $widget->set_text ($_);
293 $widget->set_text ($$dataref);
297 sub handle_string_value {
298 my ($widget, $event, $dataref) = @_;
299 $$dataref = $widget->get_text ();
302 sub handle_nchar_value {
303 my ($widget, $event, $dataref, $minlen) = @_;
304 $_ = substr ($widget->get_text (), 0, $minlen);
305 $widget->set_text ($_);
309 sub gdk_color_from_str {
311 my ($rr, $gg, $bb) = (0, 0 ,0);
313 if (/\#([A-F0-9][A-F0-9])([A-F0-9][A-F0-9])([A-F0-9][A-F0-9])/) {
318 my $color = Gtk2::Gdk::Color->new ($rr, $gg, $bb);
322 sub str_from_gdk_color {
324 my $rr = $color->red / 256;
325 my $gg = $color->green / 256;
326 my $bb = $color->blue / 256;
327 my $str = sprintf ("#%.2x%.2x%.2x", $rr, $gg, $bb);
331 sub handle_color_value {
332 my ($widget, $event, $dataref) = @_;
333 my $newcol = $widget->get_color;
334 $$dataref = str_from_gdk_color ($newcol);
337 sub handle_selection_value {
338 my ($widget, $event, $dataref) = @_;
339 $$dataref = $widget->get_active;
342 sub get_rc_filename {
343 return $CONFIGDIR . $CONFIGRC;
346 sub set_rc_filename {
348 my @parts = split ('/', $fullname);
349 $CONFIGRC = $parts[$#parts];
350 $parts[$#parts] = '';
351 $CONFIGDIR = join ('/', @parts);
355 my ($mesg, $fatal) = @_;
356 if (defined($fatal) && $fatal eq 'die') {
357 die "$NAME: $mesg\n";
360 print "$NAME: $mesg\n";
366 my $markup = "<span weight=\"bold\" size=\"large\">" . $emsg . "</span>";
367 my $errordlg = Gtk2::MessageDialog->new_with_markup ($main_window, 'modal', 'error', 'cancel', $markup);
368 $errordlg->set_title (_('Clawsker error'));
373 sub claws_is_running {
374 my $emsg = "$xl::s{e_error}$xl::s{e_running}";
376 error_dialog ($emsg);
380 sub check_claws_not_running {
381 my $tmpdir = (defined $ENV{TMPDIR})? $ENV{TMPDIR}: '/tmp';
382 $tmpdir = '/tmp' if ($tmpdir eq '');
383 my $lockdir = "$tmpdir/claws-mail-$<";
387 my $socket = "$lockdir/" . md5_hex ($_);
388 -S $socket and return claws_is_running ();
395 (defined($rcfile) && -f $rcfile) or do {
396 my $emsg = "$xl::s{e_error}$xl::s{e_noclawsrc}\n";
398 error_dialog ($emsg);
404 sub set_widget_hint {
406 my ($wdgt, $hint) = @_;
407 $wdgt->set_tooltip_text ($hint);
408 $wdgt->set_has_tooltip (TRUE);
412 sub set_widget_sens {
413 my ($wdgt, $versions) = @_;
414 my @ver = split(/,/, $versions);
416 $wdgt->set_sensitive (
417 version_greater_or_equal ($CLAWSV, $ver[0])
418 and version_greater_or_equal ($ver[1], $CLAWSV)
421 $wdgt->set_sensitive (version_greater_or_equal ($CLAWSV, $ver[0]));
425 # graphic element creation
427 sub new_check_button_for($$$) {
428 my ($hash, $key, $vhash) = @_;
429 my $name = $$hash{$key}[NAME];
430 my $label = $$hash{$key}[LABEL];
432 my $hbox = Gtk2::HBox->new (FALSE, 5);
433 my $cb = Gtk2::CheckButton->new ($label);
434 my $value = $$vhash{$name};
435 $value //= $$hash{$key}[CMDEF];
436 $cb->set_active ($value eq '1');
437 $cb->signal_connect (clicked => sub {
439 handle_bool_value ($w, $e, \$$vhash{$name});
441 set_widget_hint ($cb, $$hash{$key}[DESC]);
442 set_widget_sens ($cb, $$hash{$key}[CMVER]);
443 $hbox->pack_start ($cb, FALSE, FALSE, HBOX_SPC);
448 sub new_text_box_for_int($$$) {
449 my ($hash, $key, $vhash) = @_;
450 my $name = $$hash{$key}[NAME];
451 my $label = $$hash{$key}[LABEL];
452 my @type = split (/,/, $$hash{$key}[TYPE]);
453 push (@type, 0), push (@type, 10000) unless ($#type > 0);
455 my $hbox = Gtk2::HBox->new (FALSE, 5);
456 my $glabel = Gtk2::Label->new ($label);
457 my $pagei = int (($type[2] - $type[1]) / 10);
458 my $gentry = Gtk2::SpinButton->new_with_range ($type[1], $type[2], $pagei);
459 my $value = $$vhash{$name};
460 $value //= $$hash{$key}[CMDEF];
461 $gentry->set_numeric (TRUE);
462 $gentry->set_value ($value);
463 $gentry->signal_connect('value-changed' => sub {
465 handle_int_value ($w, $e, \$$vhash{$name});
467 set_widget_hint ($gentry, $$hash{$key}[DESC]);
468 set_widget_sens ($gentry, $$hash{$key}[CMVER]);
469 $glabel->set_sensitive ($gentry->sensitive);
470 $hbox->pack_start ($glabel, FALSE, FALSE, HBOX_SPC);
471 $hbox->pack_start ($gentry, FALSE, FALSE, HBOX_SPC);
476 sub new_text_box_for_nchar($$$) {
477 my ($hash, $key, $vhash) = @_;
478 my $name = $$hash{$key}[NAME];
479 my $label = $$hash{$key}[LABEL];
480 my @type = split (/,/, $$hash{$key}[TYPE]); # char,minlen,maxlen
481 my $hbox = Gtk2::HBox->new (FALSE, 5);
482 my $glabel = Gtk2::Label->new ($label);
483 my $gentry = Gtk2::Entry->new ();
484 $gentry->set_max_length($type[2]) if defined ($type[2]);
485 $gentry->set_width_chars(int ($type[2]) + 2) if defined ($type[2]);
486 my $value = $$vhash{$name};
487 $value //= $$hash{$key}[CMDEF];
488 $gentry->set_text ($value);
489 $gentry->signal_connect('key-release-event' => sub {
491 handle_nchar_value ($w, $e, \$$vhash{$name}, $type[1]);
493 set_widget_hint ($gentry, $$hash{$key}[DESC]);
494 set_widget_sens ($gentry, $$hash{$key}[CMVER]);
495 $glabel->set_sensitive ($gentry->sensitive);
496 $hbox->pack_start ($glabel, FALSE, FALSE, HBOX_SPC);
497 $hbox->pack_start ($gentry, FALSE, FALSE, HBOX_SPC);
502 sub new_color_button_for($$$) {
503 my ($hash, $key, $vhash) = @_;
504 my $name = $$hash{$key}[NAME];
505 my $label = $$hash{$key}[LABEL];
507 my $value = $$vhash{$name};
508 $value //= $$hash{$key}[CMDEF];
509 my $col = gdk_color_from_str ($value);
510 my $hbox = Gtk2::HBox->new (FALSE, 5);
511 my $glabel = Gtk2::Label->new ($label);
512 my $button = Gtk2::ColorButton->new_with_color ($col);
513 $button->set_title ($label);
514 $button->set_relief ('none');
515 $button->signal_connect ('color-set' => sub {
517 handle_color_value ($w, $e, \$$vhash{$name});
519 set_widget_hint ($button, $$hash{$key}[DESC]);
520 set_widget_sens ($button, $$hash{$key}[CMVER]);
521 $glabel->set_sensitive ($button->sensitive);
522 $hbox->pack_start ($button, FALSE, FALSE, HBOX_SPC);
523 $hbox->pack_start ($glabel, FALSE, FALSE, HBOX_SPC);
528 sub new_selection_box_for($$$) {
529 my ($hash, $key, $vhash) = @_;
530 my $name = $$hash{$key}[NAME];
531 my $label = $$hash{$key}[LABEL];
533 my $hbox = Gtk2::HBox->new (FALSE, 5);
534 my $glabel = Gtk2::Label->new ($label);
535 my $combo = Gtk2::ComboBox->new_text;
536 my @options = split (';', $$hash{$key}[TYPE]);
537 foreach my $opt (@options) {
538 my ($index, $textkey) = split ('=', $opt);
539 $combo->insert_text ($index, $xl::s{$textkey});
541 $combo->signal_connect ('changed' => sub {
543 handle_selection_value ($w, $e, \$$vhash{$name});
545 my $value = $$vhash{$name};
546 $value //= $$hash{$key}[CMDEF];
547 $combo->set_active ($value);
548 set_widget_hint ($combo, $$hash{$key}[DESC]);
549 set_widget_sens ($combo, $$hash{$key}[CMVER]);
550 $glabel->set_sensitive ($combo->sensitive);
551 $hbox->pack_start ($glabel, FALSE, FALSE, HBOX_SPC);
552 $hbox->pack_start ($combo, FALSE, FALSE, HBOX_SPC);
557 # more graphic helpers
560 my $hbox = Gtk2::HBox->new (FALSE, 5);
561 $hbox->set_border_width (PAGE_SPC);
562 foreach my $item (@_) {
563 $hbox->pack_start ($item, FALSE, FALSE, 0);
569 my $vbox = Gtk2::VBox->new (FALSE, 5);
570 $vbox->set_border_width (PAGE_SPC);
571 foreach my $item (@_) {
572 $vbox->pack_start ($item, FALSE, FALSE, 0);
577 sub new_vbox_pack_compact {
578 my $vbox = Gtk2::VBox->new (FALSE, 0);
579 $vbox->set_border_width (0);
580 foreach my $item (@_) {
581 $vbox->pack_start ($item, FALSE, FALSE, 0);
586 sub new_subpage_frame {
587 my ($box, $title, $notpacked) = @_;
588 my $frame = Gtk2::Frame->new ($title);
590 return new_vbox_pack ($frame) unless defined ($notpacked);
594 # preference maps and corresponding page creation subs
596 %pr::oth = ( # other preferences
598 'addressbook_use_editaddress_dialog',
599 $xl::s{l_oth_use_dlg},
600 $xl::s{h_oth_use_dlg},
607 'cache_max_mem_usage',
608 $xl::s{l_oth_max_use},
609 $xl::s{h_oth_max_use},
610 'int,0,262144', # 0 Kb - 256 Mb
616 'cache_min_keep_time',
617 $xl::s{l_oth_min_time},
618 $xl::s{h_oth_min_time},
619 'int,0,120', # 0 minutes - 2 hours
625 'use_networkmanager',
626 $xl::s{l_oth_use_netm},
627 $xl::s{h_oth_use_netm},
634 'master_passphrase_pbkdf2_rounds',
635 $xl::s{l_oth_mp_rounds},
636 $xl::s{h_oth_mp_rounds},
644 sub new_other_page() {
645 return new_vbox_pack (
648 new_check_button_for(\%pr::oth, 'use_dlg', \%HPVALUE)),
649 $xl::s{ab_frame}, 'not-packed'),
652 new_text_box_for_int(\%pr::oth, 'max_use', \%HPVALUE),
653 new_text_box_for_int(\%pr::oth, 'min_time', \%HPVALUE)),
654 $xl::s{mem_frame}, 'not-packed'),
657 new_check_button_for(\%pr::oth, 'use_netm', \%HPVALUE)),
658 $xl::s{netm_frame}, 'not-packed'),
661 new_text_box_for_int(\%pr::oth, 'mp_rounds', \%HPVALUE)),
662 $xl::s{mpass_frame}, 'not-packed')
666 %pr::gui = ( # gui bells and whistles
669 $xl::s{l_gui_b_unread},
670 $xl::s{h_gui_b_unread},
678 $xl::s{l_gui_no_markup},
679 $xl::s{h_gui_no_markup},
686 'enable_dotted_lines',
687 $xl::s{l_gui_dot_lines},
688 $xl::s{h_gui_dot_lines},
696 $xl::s{l_gui_h_scroll},
697 $xl::s{h_gui_h_scroll},
705 $xl::s{l_gui_swp_from},
706 $xl::s{h_gui_swp_from},
713 'folderview_vscrollbar_policy',
714 $xl::s{l_gui_v_scroll},
715 $xl::s{h_gui_v_scroll},
716 '0=l_gui_v_scroll_show;1=l_gui_v_scroll_auto;2=l_gui_v_scroll_hide',
723 $xl::s{l_gui_from_show},
724 $xl::s{h_gui_from_show},
725 '0=l_gui_from_show_name;1=l_gui_from_show_addr;2=l_gui_from_show_both',
731 'stripes_color_offset',
732 $xl::s{l_gui_strip_off},
733 $xl::s{h_gui_strip_off},
734 'int,0,40000', # no idea what this number means
740 'textview_cursor_visible',
741 $xl::s{l_gui_cursor_v},
742 $xl::s{h_gui_cursor_v},
749 'toolbar_detachable',
750 $xl::s{l_gui_toolbar_d},
751 $xl::s{h_gui_toolbar_d},
758 'use_stripes_everywhere',
759 $xl::s{l_gui_strip_all},
760 $xl::s{h_gui_strip_all},
767 'use_stripes_in_summaries',
768 $xl::s{l_gui_strip_sum},
769 $xl::s{h_gui_strip_sum},
777 $xl::s{l_gui_two_line_v},
778 $xl::s{h_gui_two_line_v},
785 'show_compose_margin',
786 $xl::s{l_gui_margin_co},
787 $xl::s{h_gui_margin_co},
794 'msgview_date_format',
795 $xl::s{l_gui_mview_date},
796 $xl::s{h_gui_mview_date},
803 'zero_replacement_char',
804 $xl::s{l_gui_zero_char},
805 $xl::s{h_gui_zero_char},
813 $xl::s{l_gui_type_any},
814 $xl::s{h_gui_type_any},
822 $xl::s{l_gui_next_del},
823 $xl::s{h_gui_next_del},
832 my $gf = Gtk2::VBox->new (FALSE, 5);
833 $gf->set_border_width (PAGE_SPC);
835 my $cb_dot_lines = new_check_button_for (\%pr::gui, 'dot_lines', \%HPVALUE);
836 my $cb_toolbar_d = new_check_button_for (\%pr::gui, 'toolbar_d', \%HPVALUE);
837 my $tb_zero_char = new_text_box_for_nchar (\%pr::gui, 'zero_char', \%HPVALUE);
839 $gf->pack_start (new_subpage_frame (
841 new_check_button_for (\%pr::gui, 'strip_all', \%HPVALUE),
842 new_check_button_for (\%pr::gui, 'strip_sum', \%HPVALUE),
843 new_text_box_for_int (\%pr::gui, 'strip_off', \%HPVALUE)),
844 $xl::s{stripes_frame}, 'not-packed'),
845 FALSE, FALSE, FRAME_SPC);
846 $gf->pack_start (new_subpage_frame (
848 new_check_button_for (\%pr::gui, 'b_unread', \%HPVALUE),
849 new_check_button_for (\%pr::gui, 'swp_from', \%HPVALUE),
850 new_check_button_for (\%pr::gui, 'two_linev', \%HPVALUE),
851 new_check_button_for (\%pr::gui, 'next_del', \%HPVALUE),
852 new_selection_box_for (\%pr::gui, 'from_show', \%HPVALUE)),
853 $xl::s{mlist_frame}, 'not-packed'),
854 FALSE, FALSE, FRAME_SPC);
855 $gf->pack_start (new_subpage_frame (
857 new_check_button_for (\%pr::gui, 'cursor_v', \%HPVALUE),
858 new_check_button_for (\%pr::gui, 'mview_date', \%HPVALUE)),
859 $xl::s{mview_frame}, 'not-packed'),
860 FALSE, FALSE, FRAME_SPC);
861 $gf->pack_start (new_subpage_frame (
863 new_check_button_for (\%pr::gui, 'no_markup', \%HPVALUE),
864 new_check_button_for (\%pr::gui, 'margin_co', \%HPVALUE),
865 new_check_button_for (\%pr::gui, 'type_any', \%HPVALUE)),
866 $xl::s{compo_frame}, 'not-packed'),
867 FALSE, FALSE, FRAME_SPC);
868 $gf->pack_start ($cb_dot_lines, FALSE, FALSE, 0);
869 $gf->pack_start ($cb_toolbar_d, FALSE, FALSE, 0);
870 $gf->pack_start (new_subpage_frame (
872 new_check_button_for (\%pr::gui, 'h_scroll', \%HPVALUE),
873 new_selection_box_for (\%pr::gui, 'v_scroll', \%HPVALUE)),
874 $xl::s{sbar_frame}, 'not-packed'),
875 FALSE, FALSE, FRAME_SPC);
876 $gf->pack_start ($tb_zero_char, FALSE, FALSE, 0);
881 %pr::beh = ( # tweak some behaviour
884 $xl::s{l_beh_hover_t},
885 $xl::s{h_beh_hover_t},
886 'int,100,3000', # 0.1 seconds - 3 seconds
893 $xl::s{l_beh_dangerous},
894 $xl::s{h_beh_dangerous},
901 'respect_flowed_format',
902 $xl::s{l_beh_flowed},
903 $xl::s{h_beh_flowed},
910 'save_parts_readwrite',
911 $xl::s{l_beh_parts_rw},
912 $xl::s{h_beh_parts_rw},
919 'skip_ssl_cert_check',
920 $xl::s{l_beh_skip_ssl},
921 $xl::s{h_beh_skip_ssl},
928 'statusbar_update_step',
929 $xl::s{l_beh_up_step},
930 $xl::s{h_beh_up_step},
931 'int,1,200', # 1 item - 200 items
937 'thread_by_subject_max_age',
938 $xl::s{l_beh_thread_a},
939 $xl::s{h_beh_thread_a},
940 'int,1,30', # 1 day - 30 days
947 $xl::s{l_beh_unsafe_ssl},
948 $xl::s{h_beh_unsafe_ssl},
955 'utf8_instead_of_locale_for_broken_mail',
956 $xl::s{l_beh_use_utf8},
957 $xl::s{h_beh_use_utf8},
965 $xl::s{l_beh_warn_dnd},
966 $xl::s{h_beh_warn_dnd},
973 'outgoing_fallback_to_ascii',
974 $xl::s{l_beh_out_ascii},
975 $xl::s{h_beh_out_ascii},
982 'primary_paste_unselects',
983 $xl::s{l_beh_pp_unsel},
984 $xl::s{h_beh_pp_unsel},
991 'show_inline_attachments',
992 $xl::s{l_beh_inline_at},
993 $xl::s{h_beh_inline_at},
1000 'address_search_wildcard',
1001 $xl::s{l_beh_addr_swc},
1002 $xl::s{h_beh_addr_swc},
1009 'folder_search_wildcard',
1010 $xl::s{l_beh_fold_swc},
1011 $xl::s{h_beh_fold_swc},
1019 sub new_behaviour_page() {
1020 my $bf = Gtk2::VBox->new (FALSE, 5);
1021 $bf->set_border_width (PAGE_SPC);
1023 my $tb_up_step = new_text_box_for_int (\%pr::beh, 'up_step', \%HPVALUE);
1024 my $tb_thread_a = new_text_box_for_int (\%pr::beh, 'thread_a', \%HPVALUE);
1026 $bf->pack_start (new_subpage_frame (
1028 new_text_box_for_int (\%pr::beh, 'hover_t', \%HPVALUE),
1029 new_check_button_for (\%pr::beh, 'warn_dnd', \%HPVALUE)),
1030 $xl::s{dnd_frame}, 'not-packed'),
1031 FALSE, FALSE, FRAME_SPC);
1032 $bf->pack_start (new_subpage_frame (
1034 new_check_button_for (\%pr::beh, 'skip_ssl', \%HPVALUE),
1035 new_check_button_for (\%pr::beh, 'unsafe_ssl', \%HPVALUE)),
1036 $xl::s{ssl_frame}, 'not-packed'),
1037 FALSE, FALSE, FRAME_SPC);
1038 $bf->pack_start ($tb_up_step, FALSE, FALSE, 0);
1039 $bf->pack_start ($tb_thread_a, FALSE, FALSE, 0);
1040 $bf->pack_start (new_subpage_frame (
1042 new_check_button_for (\%pr::beh, 'flowed', \%HPVALUE),
1043 new_check_button_for (\%pr::beh, 'parts_rw', \%HPVALUE),
1044 new_check_button_for (\%pr::beh, 'use_utf8', \%HPVALUE),
1045 new_check_button_for (\%pr::beh, 'dangerous', \%HPVALUE),
1046 new_check_button_for (\%pr::beh, 'out_ascii', \%HPVALUE),
1047 new_check_button_for (\%pr::beh, 'pp_unsel', \%HPVALUE),
1048 new_check_button_for (\%pr::beh, 'inline_at', \%HPVALUE)),
1049 $xl::s{msgs_frame}, 'not-packed'),
1050 FALSE, FALSE, FRAME_SPC);
1051 $bf->pack_start (new_subpage_frame (
1053 new_check_button_for (\%pr::beh, 'addr_swc', \%HPVALUE),
1054 new_check_button_for (\%pr::beh, 'fold_swc', \%HPVALUE)),
1055 $xl::s{swc_frame}, 'not-packed'),
1056 FALSE, FALSE, FRAME_SPC);
1060 %pr::col = ( # a variety of colours
1063 $xl::s{l_col_emphasis},
1064 $xl::s{h_col_emphasis},
1072 $xl::s{l_col_log_err},
1073 $xl::s{h_col_log_err},
1081 $xl::s{l_col_log_in},
1082 $xl::s{h_col_log_in},
1090 $xl::s{l_col_log_msg},
1091 $xl::s{h_col_log_msg},
1099 $xl::s{l_col_log_out},
1100 $xl::s{h_col_log_out},
1108 $xl::s{l_col_log_warn},
1109 $xl::s{h_col_log_warn},
1117 $xl::s{l_col_diff_add},
1118 $xl::s{h_col_diff_add},
1125 'diff_deleted_color',
1126 $xl::s{l_col_diff_del},
1127 $xl::s{h_col_diff_del},
1135 $xl::s{l_col_diff_hunk},
1136 $xl::s{h_col_diff_hunk},
1144 sub new_colours_page() {
1145 return new_vbox_pack (
1148 new_color_button_for (\%pr::col, 'emphasis', \%HPVALUE)),
1149 $xl::s{msgview_frame}, 'not-packed'),
1152 new_color_button_for (\%pr::col, 'log_err', \%HPVALUE),
1153 new_color_button_for (\%pr::col, 'log_in', \%HPVALUE),
1154 new_color_button_for (\%pr::col, 'log_msg', \%HPVALUE),
1155 new_color_button_for (\%pr::col, 'log_out', \%HPVALUE),
1156 new_color_button_for (\%pr::col, 'log_warn', \%HPVALUE)),
1157 $xl::s{log_frame}, 'not-packed'),
1160 new_color_button_for (\%pr::col, 'diff_add', \%HPVALUE),
1161 new_color_button_for (\%pr::col, 'diff_del', \%HPVALUE),
1162 new_color_button_for (\%pr::col, 'diff_hunk', \%HPVALUE)),
1163 $xl::s{diff_frame}, 'not-packed')
1167 %pr::win = ( # tweak window positions and/or sizes
1172 'int,0,3000', # 0 pixels - 3000 pixels
1181 'int,0,3000', # 0 pixels - 3000 pixels
1190 'int,0,3000', # 0 pixels - 3000 pixels
1199 'int,0,3000', # 0 pixels - 3000 pixels
1205 'mainwin_maximised',
1206 $xl::s{l_win_main_mx},
1207 $xl::s{h_win_main_mx},
1214 'mainwin_fullscreen',
1215 $xl::s{l_win_main_fs},
1216 $xl::s{h_win_main_fs},
1223 'main_messagewin_x',
1226 'int,0,3000', # 0 pixels - 3000 pixels
1232 'main_messagewin_y',
1235 'int,0,3000', # 0 pixels - 3000 pixels
1244 'int,0,3000', # 0 pixels - 3000 pixels
1250 'messagewin_height',
1253 'int,0,3000', # 0 pixels - 3000 pixels
1262 'int,0,3000', # 0 pixels - 3000 pixels
1271 'int,0,3000', # 0 pixels - 3000 pixels
1280 'int,0,3000', # 0 pixels - 3000 pixels
1286 'receivewin_height',
1289 'int,0,3000', # 0 pixels - 3000 pixels
1298 'int,0,3000', # 0 pixels - 3000 pixels
1307 'int,0,3000', # 0 pixels - 3000 pixels
1313 'folderitemwin_width',
1316 'int,0,3000', # 0 pixels - 3000 pixels
1322 'folderitemwin_height',
1325 'int,0,3000', # 0 pixels - 3000 pixels
1331 'folderselwin_width',
1334 'int,0,3000', # 0 pixels - 3000 pixels
1340 'folderselwin_height',
1343 'int,0,3000', # 0 pixels - 3000 pixels
1352 'int,0,3000', # 0 pixels - 3000 pixels
1361 'int,0,3000', # 0 pixels - 3000 pixels
1367 'addressbookwin_width',
1370 'int,0,3000', # 0 pixels - 3000 pixels
1376 'addressbookwin_height',
1379 'int,0,3000', # 0 pixels - 3000 pixels
1385 'addressbookeditpersonwin_width',
1388 'int,0,3000', # 0 pixels - 3000 pixels
1394 'addressbookeditpersonwin_height',
1397 'int,0,3000', # 0 pixels - 3000 pixels
1403 'addressbookeditgroupwin_width',
1406 'int,0,3000', # 0 pixels - 3000 pixels
1412 'addressbookeditgroupwin_height',
1415 'int,0,3000', # 0 pixels - 3000 pixels
1421 'addressaddwin_width',
1424 'int,0,3000', # 0 pixels - 3000 pixels
1430 'addressaddwin_height',
1433 'int,0,3000', # 0 pixels - 3000 pixels
1439 'addressbook_folderselwin_width',
1442 'int,0,3000', # 0 pixels - 3000 pixels
1448 'addressbook_folderselwin_height',
1451 'int,0,3000', # 0 pixels - 3000 pixels
1457 'editaccountwin_width',
1460 'int,0,3000', # 0 pixels - 3000 pixels
1466 'editaccountwin_height',
1469 'int,0,3000', # 0 pixels - 3000 pixels
1475 'accountswin_width',
1478 'int,0,3000', # 0 pixels - 3000 pixels
1484 'accountswin_height',
1487 'int,0,3000', # 0 pixels - 3000 pixels
1493 'filteringwin_width',
1496 'int,0,3000', # 0 pixels - 3000 pixels
1502 'filteringwin_height',
1505 'int,0,3000', # 0 pixels - 3000 pixels
1511 'filteringactionwin_width',
1514 'int,0,3000', # 0 pixels - 3000 pixels
1520 'filteringactionwin_height',
1523 'int,0,3000', # 0 pixels - 3000 pixels
1529 'filtering_debugwin_width',
1532 'int,0,3000', # 0 pixels - 3000 pixels
1538 'filtering_debugwin_height',
1541 'int,0,3000', # 0 pixels - 3000 pixels
1550 'int,0,3000', # 0 pixels - 3000 pixels
1556 'matcherwin_height',
1559 'int,0,3000', # 0 pixels - 3000 pixels
1568 'int,0,3000', # 0 pixels - 3000 pixels
1577 'int,0,3000', # 0 pixels - 3000 pixels
1583 'templateswin_width',
1586 'int,0,3000', # 0 pixels - 3000 pixels
1592 'templateswin_height',
1595 'int,0,3000', # 0 pixels - 3000 pixels
1604 'int,0,3000', # 0 pixels - 3000 pixels
1610 'actionswin_height',
1613 'int,0,3000', # 0 pixels - 3000 pixels
1622 'int,0,3000', # 0 pixels - 3000 pixels
1631 'int,0,3000', # 0 pixels - 3000 pixels
1640 'int,0,3000', # 0 pixels - 3000 pixels
1646 'pluginswin_height',
1649 'int,0,3000', # 0 pixels - 3000 pixels
1658 'int,0,3000', # 0 pixels - 3000 pixels
1667 'int,0,3000', # 0 pixels - 3000 pixels
1673 'print_previewwin_width',
1676 'int,0,3000', # 0 pixels - 3000 pixels
1682 'print_previewwin_height',
1685 'int,0,3000', # 0 pixels - 3000 pixels
1692 sub new_winpos_subpage_main() {
1693 return new_subpage_frame (
1694 new_vbox_pack_compact (
1696 new_text_box_for_int (\%pr::win, 'main_x', \%HPVALUE),
1697 new_text_box_for_int (\%pr::win, 'main_y', \%HPVALUE)),
1699 new_text_box_for_int (\%pr::win, 'main_w', \%HPVALUE),
1700 new_text_box_for_int (\%pr::win, 'main_h', \%HPVALUE)),
1702 new_check_button_for (\%pr::win, 'main_fs', \%HPVALUE),
1703 new_check_button_for (\%pr::win, 'main_mx', \%HPVALUE))),
1708 sub new_winpos_subpage_msgs() {
1709 return new_subpage_frame (
1710 new_vbox_pack_compact (
1712 new_text_box_for_int (\%pr::win, 'msgs_x', \%HPVALUE),
1713 new_text_box_for_int (\%pr::win, 'msgs_y', \%HPVALUE)),
1715 new_text_box_for_int (\%pr::win, 'msgs_w', \%HPVALUE),
1716 new_text_box_for_int (\%pr::win, 'msgs_h', \%HPVALUE))),
1721 sub new_winpos_subpage_sendrecv() {
1722 return new_vbox_pack (
1725 new_text_box_for_int (\%pr::win, 'send_w', \%HPVALUE),
1726 new_text_box_for_int (\%pr::win, 'send_h', \%HPVALUE)),
1727 _('Send window'), 'not-packed'),
1730 new_text_box_for_int (\%pr::win, 'recv_w', \%HPVALUE),
1731 new_text_box_for_int (\%pr::win, 'recv_h', \%HPVALUE)),
1732 _('Receive window'), 'not-packed')
1736 sub new_winpos_subpage_fold() {
1737 return new_vbox_pack (
1739 new_vbox_pack_compact (
1741 new_text_box_for_int (\%pr::win, 'fold_x', \%HPVALUE),
1742 new_text_box_for_int (\%pr::win, 'fold_y', \%HPVALUE)),
1744 new_text_box_for_int (\%pr::win, 'fold_w', \%HPVALUE),
1745 new_text_box_for_int (\%pr::win, 'fold_h', \%HPVALUE))),
1746 _('Folder window'), 'not-packed'),
1749 new_text_box_for_int (\%pr::win, 'fsel_w', \%HPVALUE),
1750 new_text_box_for_int (\%pr::win, 'fsel_h', \%HPVALUE)),
1751 _('Folder selection window'), 'not-packed')
1755 sub new_winpos_subpage_addrbook() {
1756 return new_vbox_pack (
1759 new_text_box_for_int (\%pr::win, 'addr_w', \%HPVALUE),
1760 new_text_box_for_int (\%pr::win, 'addr_h', \%HPVALUE)),
1761 _('Addressbook main window'), 'not-packed'),
1764 new_text_box_for_int (\%pr::win, 'adep_w', \%HPVALUE),
1765 new_text_box_for_int (\%pr::win, 'adep_h', \%HPVALUE)),
1766 _('Edit person window'), 'not-packed'),
1769 new_text_box_for_int (\%pr::win, 'adeg_w', \%HPVALUE),
1770 new_text_box_for_int (\%pr::win, 'adeg_h', \%HPVALUE)),
1771 _('Edit group window'), 'not-packed'),
1774 new_text_box_for_int (\%pr::win, 'adda_w', \%HPVALUE),
1775 new_text_box_for_int (\%pr::win, 'adda_h', \%HPVALUE)),
1776 _('Add address window'), 'not-packed'),
1779 new_text_box_for_int (\%pr::win, 'addf_w', \%HPVALUE),
1780 new_text_box_for_int (\%pr::win, 'addf_h', \%HPVALUE)),
1781 _('Folder select window'), 'not-packed')
1785 sub new_winpos_subpage_accounts() {
1786 return new_vbox_pack (
1789 new_text_box_for_int (\%pr::win, 'acco_w', \%HPVALUE),
1790 new_text_box_for_int (\%pr::win, 'acco_h', \%HPVALUE)),
1791 _('Accounts window'), 'not-packed'),
1794 new_text_box_for_int (\%pr::win, 'acce_w', \%HPVALUE),
1795 new_text_box_for_int (\%pr::win, 'acce_h', \%HPVALUE)),
1796 _('Edit account window'), 'not-packed')
1800 sub new_winpos_subpage_filtering() {
1801 return new_vbox_pack (
1804 new_text_box_for_int (\%pr::win, 'filt_w', \%HPVALUE),
1805 new_text_box_for_int (\%pr::win, 'filt_h', \%HPVALUE)),
1806 _('Filtering window'), 'not-packed'),
1809 new_text_box_for_int (\%pr::win, 'fila_w', \%HPVALUE),
1810 new_text_box_for_int (\%pr::win, 'fila_h', \%HPVALUE)),
1811 _('Filtering actions window'), 'not-packed'),
1814 new_text_box_for_int (\%pr::win, 'fild_w', \%HPVALUE),
1815 new_text_box_for_int (\%pr::win, 'fild_h', \%HPVALUE)),
1816 _('Filtering debug window'), 'not-packed'),
1819 new_text_box_for_int (\%pr::win, 'matc_w', \%HPVALUE),
1820 new_text_box_for_int (\%pr::win, 'matc_h', \%HPVALUE)),
1821 _('Matcher window'), 'not-packed')
1825 sub new_winpos_subpage_prefs() {
1826 return new_vbox_pack (
1829 new_text_box_for_int (\%pr::win, 'pref_w', \%HPVALUE),
1830 new_text_box_for_int (\%pr::win, 'pref_h', \%HPVALUE)),
1831 _('Preferences window'), 'not-packed'),
1834 new_text_box_for_int (\%pr::win, 'temp_w', \%HPVALUE),
1835 new_text_box_for_int (\%pr::win, 'temp_h', \%HPVALUE)),
1836 _('Templates window'), 'not-packed'),
1839 new_text_box_for_int (\%pr::win, 'acti_w', \%HPVALUE),
1840 new_text_box_for_int (\%pr::win, 'acti_h', \%HPVALUE)),
1841 _('Actions window'), 'not-packed'),
1844 new_text_box_for_int (\%pr::win, 'tags_w', \%HPVALUE),
1845 new_text_box_for_int (\%pr::win, 'tags_h', \%HPVALUE)),
1846 _('Tags window'), 'not-packed'),
1849 new_text_box_for_int (\%pr::win, 'plug_w', \%HPVALUE),
1850 new_text_box_for_int (\%pr::win, 'plug_h', \%HPVALUE)),
1851 _('Plugins window'), 'not-packed')
1855 sub new_winpos_subpage_misc() {
1856 return new_vbox_pack (
1859 new_text_box_for_int (\%pr::win, 'logw_w', \%HPVALUE),
1860 new_text_box_for_int (\%pr::win, 'logw_h', \%HPVALUE)),
1861 _('Log window'), 'not-packed'),
1864 new_text_box_for_int (\%pr::win, 'prin_w', \%HPVALUE),
1865 new_text_box_for_int (\%pr::win, 'prin_h', \%HPVALUE)),
1866 _('Print preview window'), 'not-packed'),
1869 new_text_box_for_int (\%pr::win, 'sour_w', \%HPVALUE),
1870 new_text_box_for_int (\%pr::win, 'sour_h', \%HPVALUE)),
1871 _('View source window'), 'not-packed')
1875 sub new_winpos_page() {
1876 my $winbook = Gtk2::Notebook->new;
1877 $winbook->set_tab_pos ('right');
1878 $winbook->append_page (new_winpos_subpage_main, _('Main'));
1879 $winbook->append_page (new_winpos_subpage_msgs, _('Message'));
1880 $winbook->append_page (new_winpos_subpage_sendrecv, _('Send/Receive'));
1881 $winbook->append_page (new_winpos_subpage_fold, _('Folder'));
1882 $winbook->append_page (new_winpos_subpage_addrbook, _('Addressbook'));
1883 $winbook->append_page (new_winpos_subpage_accounts, _('Accounts'));
1884 $winbook->append_page (new_winpos_subpage_filtering, _('Filtering'));
1885 $winbook->append_page (new_winpos_subpage_prefs, _('Preferences'));
1886 $winbook->append_page (new_winpos_subpage_misc, _('Other'));
1891 sub print_version() {
1892 print $xl::s{about_title} . "\n";
1893 print $xl::s{about_version} . " $VERSION\n";
1894 print "Perl-GLib " . $Glib::VERSION;
1895 # version info stuff appeared in 1.040
1896 if ($Glib::VERSION >= 1.040) {
1897 print _(", built for ") . join(".", Glib->GET_VERSION_INFO)
1898 . _(", running with ") . join(".", &Glib::major_version,
1899 &Glib::minor_version, &Glib::micro_version);
1902 print "Perl-GTK2 " . $Gtk2::VERSION;
1903 if ($Gtk2::VERSION >= 1.040) {
1904 print _(", built for ") . join(".", Gtk2->GET_VERSION_INFO)
1905 . _(", running with ") . join(".", &Gtk2::major_version,
1906 &Gtk2::minor_version, &Gtk2::micro_version);
1909 my $clawsver = ($CLAWSV eq "") ?
1910 _("was not found!") :
1911 (_("returned version ") . $CLAWSV);
1912 print "Claws Mail " . $clawsver . "\n";
1915 # the command line help
1917 my $line = '-' x length ($xl::s{about_title}) . "\n";
1919 print $xl::s{about_title} . "\n";
1921 print _("Syntax:\n");
1922 print _(" clawsker [options]\n");
1923 print _("Options:\n");
1924 print _(" -h|--help Prints this help screen.\n");
1925 print _(" -v|--version Prints version infos.\n");
1926 print _(" -b|--verbose More messages on standard output.\n");
1927 print _(" -a|--alternate-config-dir <dir> Uses <dir> as Claws Mail config dir.\n");
1928 print _(" -c|--clawsrc <file> Uses <file> as full resource name.\n");
1931 sub parse_command_line {
1933 $CLAWSV = get_claws_version ();
1935 GetOptions('h|help' => sub { print_help (); $cont = FALSE },
1936 'v|version' => sub { print_version (); $cont = FALSE },
1937 'b|verbose' => sub { $VERBOSE = TRUE },
1938 'u|use-claws-version=s' => \&opt_use_claws_version,
1939 'a|alternate-config-dir=s' => \&opt_alternate_config_dir,
1940 'r|clawsrc=s' => \&opt_clawsrc)
1941 or die _("try -h or --help for syntax.\n");
1944 my $msg = _("Error in options: {msg}\n", msg => $@);
1945 if (defined $ENV{'DISPLAY'} and $ENV{'DISPLAY'} ne '') {
1946 eval { Gtk2->init };
1947 error_dialog ($msg) unless $@;
1954 sub opt_use_claws_version {
1955 my ($name, $value) = @_;
1956 die _("Error: {opt} requires a dotted numeric value argument\n", opt => $name)
1957 unless ($value =~ /^[\d\.]+$/);
1961 sub opt_alternate_config_dir {
1962 my ($name, $value) = @_;
1963 die _("Error: '{dir}' is not a directory or does not exist\n", dir => $value)
1965 $CONFIGDIR = $value;
1966 $CONFIGDIR .= "/" unless ($CONFIGDIR =~ /.*\/$/);
1967 $ALTCONFIGDIR = TRUE;
1971 my ($name, $value) = @_;
1972 die _("Error: '{value}' is not a file or does not exist\n", value => $value)
1974 set_rc_filename ($value);
1977 # update the hidden preferences status from loaded values
1978 sub init_hidden_preferences {
1979 foreach my $hash (\%pr::beh, \%pr::col, \%pr::gui, \%pr::oth, \%pr::win) {
1980 foreach my $key (keys %$hash) {
1981 $HPVALUE{${$hash}{$key}[NAME]} = $PREFS{${$hash}{$key}[NAME]};
1987 # load current status from disc
1988 sub load_preferences {
1989 my $rc = get_rc_filename ();
1990 log_message ("Loading preferences from $rc\n");
1991 return FALSE unless check_rc_file ($rc);
1992 return FALSE unless check_claws_not_running ();
1996 if (/^([8a-z_]+)=(.*)$/) {
1997 $PREFS{$1} = decode('UTF-8', $2);
2004 # save current preferences to disc
2005 sub save_preferences {
2006 my $rc = get_rc_filename ();
2007 log_message ("Saving preferences to $rc\n");
2008 return FALSE unless check_rc_file ($rc);
2009 return FALSE unless check_claws_not_running ();
2010 my $rcbak = "$rc.backup";
2011 rename ($rc, $rcbak);
2013 open (RCB, "<$rcbak");
2016 if (/^([8a-z_]+)=(.*)$/) {
2017 if (defined($HPVALUE{$1})) {
2018 print RCF $1 . "=" . $HPVALUE{$1} . "\n";
2021 print RCF $_ . "\n";
2025 print RCF $_ . "\n";
2035 my $nb = Gtk2::Notebook->new;
2037 $nb->append_page (new_behaviour_page (), $xl::s{tab_behaviour});
2038 $nb->append_page (new_colours_page (), $xl::s{tab_colours});
2039 $nb->append_page (new_gui_page (), $xl::s{tab_gui});
2040 $nb->append_page (new_other_page (), $xl::s{tab_other});
2041 $nb->append_page (new_winpos_page (), $xl::s{tab_winpos});
2046 # create an about dialog
2047 sub new_about_dialog {
2049 my $title = $xl::s{about_title};
2050 my $lic = $xl::s{about_license};
2051 my $vers = $xl::s{about_version} . " $VERSION";
2053 "This program is free software: you can redistribute it and/or modify
2054 it under the terms of the GNU General Public License as published by
2055 the Free Software Foundation, either version 3 of the License, or
2056 (at your option) any later version.
2058 This program is distributed in the hope that it will be useful,
2059 but WITHOUT ANY WARRANTY; without even the implied warranty of
2060 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2061 GNU General Public License for more details.
2063 You should have received a copy of the GNU General Public License
2064 along with this program. If not, see <http://www.gnu.org/licenses/>.";
2065 my $year = "2007-2016";
2066 my $holder = "Ricardo Mones <ricardo\@mones.org>";
2067 my $url = "http://www.claws-mail.org/clawsker.php";
2069 my $dialog = Gtk2::MessageDialog->new_with_markup ($parent,
2070 [qw/modal destroy-with-parent/],
2072 "<span size=\"x-large\" weight=\"bold\">$title</span>\n"
2073 . "<span size=\"large\">$vers</span>\n\n"
2074 . "<span color=\"blue\" size=\"large\">$url</span>\n\n"
2075 . "<span>Copyright $year by $holder</span>\n\n"
2076 . "<span size=\"large\">$lic</span>\n\n"
2077 . "<span size=\"small\">$license</span>");
2078 $dialog->set_title ($xl::s{about});
2083 # create buttons box
2084 sub new_button_box {
2085 my ($parent, $adlg) = @_;
2086 my $b_about = Gtk2::Button->new_from_stock ('gtk-about');
2087 my $b_exit = Gtk2::Button->new_from_stock ('gtk-quit');
2088 my $b_apply = Gtk2::Button->new_from_stock ('gtk-apply');
2089 # disable button until is really implemented
2090 # my $b_undo = Gtk2::Button->new_from_stock ('gtk-undo');
2091 my $hbox = Gtk2::HBox->new (FALSE, 5);
2093 $b_exit->signal_connect (clicked => sub { Gtk2->main_quit });
2094 $b_apply->signal_connect (clicked => sub { save_preferences ($parent) });
2095 # $b_undo->signal_connect (clicked => sub { undo_current_changes });
2096 $b_about->signal_connect (clicked => sub { $adlg->run; $adlg->hide });
2098 $hbox->pack_end ($b_apply, FALSE, FALSE, 0);
2099 $hbox->pack_end ($b_exit, FALSE, FALSE, 0);
2100 # $hbox->pack_end ($b_undo, FALSE, FALSE, 0);
2101 $hbox->pack_start ($b_about, FALSE, FALSE, 0);
2107 my $dir = $DATADIR . '/icons/hicolor';
2109 join ('/', ($dir, , $_ . 'x' . $_, 'apps', $NAME . '.png'))
2114 $icon = Gtk2::Gdk::Pixbuf->new_from_file($_) if (-f $_);
2115 push @icons, $icon if ($icon);
2121 exit unless parse_command_line ();
2123 $main_window = Gtk2::Window->new ('toplevel');
2124 exit unless load_preferences ();
2125 exit unless init_hidden_preferences ();
2127 my $box = Gtk2::VBox->new (FALSE, 5);
2128 $box->set_border_width(3);
2129 my $about = new_about_dialog ();
2130 $box->pack_start (new_notebook (), FALSE, FALSE, 0);
2131 $box->pack_end (new_button_box ($main_window, $about), FALSE, FALSE, 0);
2132 $main_window->signal_connect (delete_event => sub { Gtk2->main_quit });
2133 $main_window->set_title ($xl::s{win_title});
2134 $main_window->set_icon_list (get_app_icons ());
2135 $main_window->add ($box);
2136 $main_window->show_all;