2008-08-27 [colin] 3.5.0cvs76
[claws.git] / manual / advanced.xml
index 4752fb54f81572e49a3f5ce12c2898f88698f8af..d0018cbbbbd504b99dab4d6c077d39caff766703 100644 (file)
        such as editing a raw mail in your text editor, 
        <emphasis>hide</emphasis> 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 <quote>Tools</quote> 
-       menu.
+       imagination. You can create and configure Actions via the
+       <quote>/Configuration/Actions...</quote> menu.
+    </para>
+    <para>
+        The <quote>Tools/Actions/</quote> menu will contain one submenu
+       item for each action that you have created. When you have selected
+       one or more messages in the Message List, or are viewing a message
+       in the Message View, selecting one of these menu items will invoke
+       the action, and, depending on how it was defined, will pass the
+       message(s) to it.
+    </para>
+    <para>
+        Additionally, it is possible to add toolbar entries for your
+        actions. To do so, open the <quote>Configuration/Preferences</quote>
+        menu and select <quote>Customize Toolbars/Main Window</quote>.
+       Select <quote>User Action</quote> in the <quote>Item type</quote>
+       dropdown menu, then select the Action in the <quote>Event executed on click</quote>
+       dropdown menu, and click the <quote>Icon</quote> button to select the
+       icon that you want to use.
     </para>
     <blockquote>
       <example>
        following, and change them while Claws Mail is not running, in 
        <filename>~/.claws-mail/clawsrc</filename>.
     </para>
+    <para>
+       There's a small tool written in Perl-GTK called Clawsker which 
+       provides a user-friendly GUI for tweaking these settings instead of
+       direct editing of <filename>clawsrc</filename>. You can read more
+       about it on the <ulink url="http://www.claws-mail.org/clawsker">Clawsker
+       page</ulink>.
+    </para>
     <variablelist>
       <varlistentry>
        <term><literal>addressbook_use_editaddress_dialog</literal></term>
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term><literal>outgoing_fallback_to_ascii</literal></term>
+       <listitem>
+         <para>
+       0 or 1. The outgoing encoding of a message will use 7bit US-ASCII
+       whenever it is suitable for the message content, ignoring the
+       <quote>Outgoing encoding</quote> option unless it is necessary. Turning
+       this option off forces the user-defined encoding to be used, regardless
+       of message content. Default is 1, turned on.
+         </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term><literal>respect_flowed_format</literal></term>
        <listitem>
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term><literal>save_parts_readwrite</literal></term>
+       <listitem>
+         <para>
+       Saves temporary files when opening attachment with write bit set.
+         </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term><literal>skip_ssl_cert_check</literal></term>
        <listitem>
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term><literal>two_line_vertical</literal></term>
+       <listitem>
+         <para>
+       Spread message list information over two lines when using the
+       three column layout.
+         </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term><literal>unsafe_ssl_certs</literal></term>
        <listitem>
        </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term><literal>use_networkmanager</literal></term>
+       <listitem>
+       <para>
+       Use NetworkManager to switch offline automatically. This is enabled
+       by default.
+       </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term><literal>use_stripes_everywhere</literal></term>
        <listitem>
       </varlistentry>
     </variablelist>
   </section>
+  <section id="adv_autofaces">
+    <title>Autofaces</title>
+    <para>
+       Claws Mail allows setting the Face and X-Face headers directly
+       from files, either globally for all defined accounts 
+       or on a per-account basis. These files must be placed in the
+       <filename>~/.claws-mail/autofaces/</filename> directory.
+    </para>
+    <para>
+       If they exist, the global Face and/or X-Face headers for all
+       accounts are taken from the <filename>face</filename> and/or
+       <filename>xface</filename> files respectively. In a similar
+       manner, Face and/or X-Face headers for a specific account can
+       be provided by <filename>face.</filename><emphasis>accountname</emphasis>
+       and/or <filename>xface.</filename><emphasis>accountname</emphasis>,
+       where <emphasis>accountname</emphasis> is the name of the account you 
+       want this header to be associated with.
+   </para>
+   <para>
+       If the name of the account contains characters which may be unsuitable 
+       for the underlying filesystem (including spaces) these are replaced by 
+       underscores (<quote>_</quote>) when searching for the autofaces of 
+       that account. For example, if your account is called 
+       <quote>&lt;My Mail&gt;</quote>, the name for the X-Face filename for
+       that account would be
+       <filename>~/.claws-mail/autofaces/xface._My_Mail_</filename>.
+       Be aware that this feature doesn't check the content of the files,
+       or for duplication of headers, (most mailers, including Claws 
+       Mail, will ignore duplicates and display the last one only). 
+    </para>
+  </section>
 </section>