cc3ee572d28079be91d544c1b760b1e3f9640774
[claws.git] / manual / advanced.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <section id="ch_advanced">
3   <title>Advanced features</title>
4   <section id="adv_actions">
5     <title>Actions</title>
6     <para>
7     Actions allow you to use all the power of the Unix command-line with your emails. You can define various commands, taking parameters such as the current email file, a list of emails, the currently selected text, and so on. In this way, you'll be able to perform various tasks such as editing a raw mail in your text editor, "hide" what you mean using ROT-13, apply patches contained in emails directly, and so on. The only limit is your imagination. You can configure Actions via the Tools menu.
8     </para>
9   </section>
10   <section id="adv_templates">
11     <title>Templates</title>
12     <para>
13     Templates are used in Composition windows, and are a sort of "model" letters. Templates can be filled with static text and dynamic parts, such as the original sender's name ("Dear %N, ..."), the date, ... When applying a template, the dynamic fields will be replaced with the relevant values. You can configure templates via the Tools menu.
14     </para>
15   </section>
16   <section id="adv_processing">
17     <title>Processing</title>
18     <para>
19     Processing rules are the same as Filtering rules, except that they are applied when entering a folder and apply only to this folder. You can use them to automatically move old mails into an archive folder, or for further dispatching of emails. You can set each folder's Processing rules by right-clicking on it.
20     </para>
21     <para>
22     Processing rules are accompanied by Preprocessing and Postprocessing rules. Like Processing rules, they apply only when opening a folder, but like Filtering rules, they are shared accross all folders. You can configure them from the Tools menu.
23     </para>
24   </section>
25   <section id="adv_plugins">
26     <title>Plugins</title>
27     <para>
28       Plugins are the mechanism of extending Sylpheed-Claws capabilities. Imagine you want to store your mails in a remote <acronym>SQL</acronym> database. In most mailers out there this is simply impossible without reworking the internals of it. With Sylpheed-Claws you can simply write a plugin to achieve the task.
29     </para>
30     <para>
31       This is only an example of the possibilities. Already exist a good number of plugins developed for Sylpheed-Claws, and more are to come. The <link linkend="ch_plugins">Extending Sylpheed-Claws section</link> is devoted to all of them.
32     </para>
33   </section>
34   <section id="adv_hidden">
35     <title>Hidden preferences</title>
36     <para>
37     There are a number of hidden preferences in Sylpheed-Claws, preferences that some users we wanted to please couldn't live without, but which did not had a place in the GUI in our opinions. You can find the following, and change them while Sylpheed-Claws is not running in ~/.sylpheed-claws/sylpheedrc.
38     </para>
39     <variablelist>
40             <varlistentry><term>bold_unread</term>
41                     <listitem><para>show unread messages using bold font in summary view</para></listitem>
42             </varlistentry>
43             <varlistentry><term>color_new</term>
44                     <listitem><para>color (as hex triplet) of folder name when indicating new messages</para></listitem>
45             </varlistentry>
46             <varlistentry><term>cache_max_mem_usage</term>
47                     <listitem><para>the maximum amount of memory to use to cache messages, in kB.</para></listitem>
48             </varlistentry>
49             <varlistentry><term>cache_min_keep_time</term>
50                     <listitem><para>the minimum time to keep a cache in memory, in minutes. Caches more recent than this time will not be freed, even if the memory usage is too high.</para></listitem>
51             </varlistentry>
52             <varlistentry><term>enable_hscrollbar</term>
53                     <listitem><para>enables horizontal scrollbar in summaryview</para></listitem>
54             </varlistentry>
55             <varlistentry><term>enable_rules_hint</term>
56                     <listitem><para>enable alternate lines in GtkTreeViews</para></listitem>
57             </varlistentry>
58             <varlistentry><term>enable_swap_from</term>
59                     <listitem><para>display sender's email address in To column in Sent folder instead of recipient's</para></listitem>
60             </varlistentry>
61             <varlistentry><term>folderview_vscrollbar_policy</term>
62                     <listitem><para>specify the policy of vertical scroll bar of folder view</para></listitem>
63             </varlistentry>
64             <varlistentry><term>hover_timeout</term>
65                     <listitem><para>time in milliseconds that will cause a folder tree to expand during drag n drop when the mouse cover is held over it</para></listitem>
66             </varlistentry>
67             <varlistentry><term>statusbar_update_step</term>
68                     <listitem><para>update stepping in progress bars</para></listitem>
69             </varlistentry>
70             <varlistentry><term>textview_cursor_visible</term>
71                     <listitem><para>display the cursor in the message view</para></listitem>
72             </varlistentry>
73             <varlistentry><term>thread_by_subject_max_age</term>
74                     <listitem><para>number of days to include a message in a thread when using 'Thread using subject in addition to standard headers'</para></listitem>
75             </varlistentry>
76             <varlistentry><term>toolbar_detachable</term>
77                     <listitem><para>hide handles in the toolbars</para></listitem>
78             </varlistentry>
79             <varlistentry><term>utf8_instead_of_locale_for_broken_mail</term>
80                     <listitem><para>use UTF-8 encoding for broken mails instead of current locale</para></listitem>
81             </varlistentry>
82             <varlistentry><term>warn_dnd</term>
83                     <listitem><para>display a confirmation dialog on drag n drop of folders</para></listitem>
84             </varlistentry>
85     </variablelist>
86   </section>
87 </section>