aboutsummaryrefslogtreecommitdiff
path: root/faq/en/faq_003.xml
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-09 07:34:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-09 07:34:54 +0000
commite0b5537d6276f8aa69d0a619f9d7fa0256174635 (patch)
tree77e3a928ab0531cdd76f50354522ba7e83f1980a /faq/en/faq_003.xml
parente150d462d9adc6c390b4817a94c3b3ea1ec5d088 (diff)
updated Sylpheed FAQ to 2.2 (thanks to Petr Kovar).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2663 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'faq/en/faq_003.xml')
-rw-r--r--faq/en/faq_003.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml
index d83ede43..7fded969 100644
--- a/faq/en/faq_003.xml
+++ b/faq/en/faq_003.xml
@@ -2,13 +2,24 @@
<title>Sylpheed FAQ - Interface</title>
<qandaset id="faq-interface">
<?dbhtml cellspacing="13px" ?> <qandaentry>
- <question>
+ <question id="faq-display-language">
<para>How do I make Sylpheed display my language?</para>
</question>
<answer>
<para>You have to set some environment variables, such as
<envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_MESSAGES</envar> to your local language.
Usually <envar>LANG</envar> (or <envar>LC_ALL</envar>) is sufficient. Note that modern distributions and operating systems do this for you automatically.</para>
+ <para>Under UNIX, if you need to set e.g. the <envar>LANG</envar> environment variable manually, execute the following command (using <literal>sh</literal> or related shell):</para>
+ <para><command>export LANG=<replaceable>value</replaceable></command></para>
+ <para>Replace <replaceable>value</replaceable> with a valid ISO <ulink url="http://en.wikipedia.org/wiki/Language_code">language code</ulink> (e.g. <literal>en_GB</literal> for British English).</para>
+ <para>If you intend to set the displayed language manually under Windows, you can do so by creating the
+<envar>LANG</envar> environment variable with a valid ISO language code value under <menuchoice>
+ <guimenu>Control Panel</guimenu>
+ <guimenuitem>System</guimenuitem>
+ <guisubmenu>Advanced</guisubmenu>
+ <guibutton>Environment Variables</guibutton>
+ </menuchoice>.</para>
+ <para>Also see the <link linkend="faq-environment-variables">question</link> regarding environment variables that have effect on Sylpheed.</para>
</answer>
</qandaentry>
<qandaentry>
@@ -235,6 +246,22 @@ parameter. Example: <command>gedit &apos;%s&apos;</command></para>
</qandaentry>
<qandaentry>
<question>
+ <para>Execute command for my dynamic signature seems not to be working!</para>
+ </question>
+ <answer>
+ <para>Under Windows, if you have created e.g. a simple batch file to echo a line to be included in your dynamic signature, you need to execute the command (specified under <menuchoice>
+ <guimenu>Account preferences</guimenu>
+ <guisubmenu>Compose</guisubmenu>
+ <guimenuitem>Signature</guimenuitem>
+ <guilabel>Command output</guilabel>
+ </menuchoice>) using either forward slashes or double
+backslashes for paths, for example:</para>
+ <para><command>cmd /c &apos;c:\\signature.bat&apos;</command></para>
+ <para>Note that it is also recommended to enclose paths with single quotes, as is illustrated above.</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
<para>Where is the Bcc when I compose a mail?</para>
</question>
<answer>
@@ -279,4 +306,4 @@ parameter. Example: <command>gedit &apos;%s&apos;</command></para>
</answer>
</qandaentry>
</qandaset>
-</chapter> \ No newline at end of file
+</chapter>