From 3a7938d165a42dae2e7816a3befa4584003d9860 Mon Sep 17 00:00:00 2001 From: pknbe Date: Mon, 22 Mar 2010 02:08:38 +0000 Subject: Updated with regard to Sylpheed 3.0.1. --- faq/en/faq_003.xml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'faq/en/faq_003.xml') diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml index f5d4fb3..f9fd82d 100644 --- a/faq/en/faq_003.xml +++ b/faq/en/faq_003.xml @@ -1,10 +1,9 @@ Sylpheed FAQ - Interface - - + + - How do I make Sylpheed display my language? - + How do I make Sylpheed display my language? You have to set some environment variables, such as @@ -41,6 +40,23 @@ list. + + + How do I disable or enable the alternating row colors in the message list? + + + Under UNIX, you can directly edit the appropriate hidden setting stored in the $HOME/.sylpheed-2.0/sylpheedrc configuration file by changing the setting value to 0, or 1, respectively (default is on, i.e. 1): + enable_rules_hint=0 + + There are various other hidden settings that can be adjusted in your sylpheedrc configuration file, see the README file for details. + + The above does not work under Windows, however, so you have to edit the C:\Program Files\Sylpheed\share\themes\MS-Windows\gtk-2.0\gtkrc file and set the following setting to 1, or 0, respectively (default is off under Windows, i.e. 0): + GtkTreeView::allow-rules = 1 + + Since the hidden setting described above is not stored within your user profile under Windows, it may be overwritten when installing a new version of Sylpheed. To avoid this at least partially, keep a backup copy of the gtkrc file somewhere safe. + + + Can I use a different editor to write my mails? @@ -102,7 +118,7 @@ widget_class "*" style "default" - Unlike Sylpheed 1.x, Sylpheed 2.x doesn't allow direct modification of the menu shortcuts by default. Nevertheless, you can use the following methods to configure them: + Unlike Sylpheed 1.x, Sylpheed 2.x and 3.x doesn't allow direct modification of the menu shortcuts by default. Nevertheless, you can use the following methods to configure them: Using GNOME 2.8 or later: run gconf-editor from @@ -283,4 +299,4 @@ parameter. Example: gedit '%s' - \ No newline at end of file + -- cgit