Update year
[clawsker.git] / clawsker.pod
1 #
2 # Clawsker manual page
3 #
4 # See COPYRIGHT and LICENSE sections below and COPYING file for details.
5 #
6 =pod
7
8 =head1 NAME
9
10 Clawsker - A Claws Mail Tweaker
11
12 =head1 SYNOPSIS
13
14 B<clawsker> [options]
15
16 =head1 DESCRIPTION
17
18 Clawsker is an applet to edit the so called Claws Mail hidden preferences.
19
20 Claws Mail is a fast, lightweight and feature-rich MUA with a high number 
21 of configurable options. To keep the binary small and fast some of these 
22 preferences which are not widely used are not provided with a graphical
23 interface for inspection and/or modification.
24
25 Users wanting to edit such preferences had to face raw editing of their 
26 configuration files, now you can do it with a convenient GTK2 interface
27 using Clawsker.
28
29 In adition to hidden features Clawsker can edit also some other settings
30 which usually can only be set indirectly. These include currently the
31 saved positions (and sizes when available) of Claws Mail windows.
32
33 =head1 OPTIONS
34
35 =over 4
36
37 =item B<-a> | B<--alternate-config-dir> I<dirname>
38
39 Uses I<dirname> as Claws Mail configuration directory.
40
41 =item B<-b> | B<--verbose>
42
43 Tells more on the standard output.
44
45 =item B<-c> | B<--clawsrc> I<filename>
46
47 Uses I<filename> as Claws Mail resource configuration file. This sets
48 the full file name overriding any previous setting.
49
50 =item B<-h> | B<--help>
51
52 Shows a brief help screen.
53
54 =item B<-r> | B<--read-only>
55
56 Edits hidden preferences without saving the changes. It also works while
57 Claws Mail is running.
58
59 =item B<-v> | B<--version>
60
61 Shows version information for program, Perl-GTK and Claws Mail.
62
63 =back
64
65 Weird option specifications may produce weird results (but otherwise correct).
66         
67 =head1 LIMITATIONS
68
69 A running Claws Mail cannot be detected if using the B<--clawsrc> option
70 because the directory is not assumed to be a Claws Mail configuration dir.
71 If that is the case use the B<--alternate-config-dir> option instead.
72
73 =head1 SEE ALSO
74
75 L<Clawsker homepage|http://www.claws-mail.org/clawsker.php>,
76 L<List of hidden preferences|http://www.claws-mail.org/manual/claws-mail-manual.html#adv_hidden>
77
78 =head1 AUTHOR
79
80 Main author is Ricardo Mones E<lt>ricardo@mones.orgE<gt> with the help of
81 others. See the AUTHORS file on source tarball or git for a detailed list
82 of contributors.
83
84 =head1 COPYRIGHT
85
86 Clawsker is Copyright 2007-2017 by Ricardo Mones Lastra.
87
88 =head1 LICENSE
89
90 This program is free software: you can redistribute it and/or modify
91 it under the terms of the GNU General Public License as published by
92 the Free Software Foundation, either version 3 of the License, or
93 (at your option) any later version.
94
95 This program is distributed in the hope that it will be useful,
96 but WITHOUT ANY WARRANTY; without even the implied warranty of
97 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
98 GNU General Public License for more details.
99
100 You should have received a copy of the GNU General Public License
101 along with this program. If not, see E<lt>http://www.gnu.org/licenses/E<gt>.
102
103 =cut
104