From e0b5537d6276f8aa69d0a619f9d7fa0256174635 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 9 Aug 2010 07:34:54 +0000 Subject: 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 --- faq/en/faq_003.xml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'faq/en/faq_003.xml') 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 @@ Sylpheed FAQ - Interface - + How do I make Sylpheed display my language? You have to set some environment variables, such as LANG, LC_CTYPE, LC_MESSAGES to your local language. Usually LANG (or LC_ALL) is sufficient. Note that modern distributions and operating systems do this for you automatically. + Under UNIX, if you need to set e.g. the LANG environment variable manually, execute the following command (using sh or related shell): + export LANG=value + Replace value with a valid ISO language code (e.g. en_GB for British English). + If you intend to set the displayed language manually under Windows, you can do so by creating the +LANG environment variable with a valid ISO language code value under + Control Panel + System + Advanced + Environment Variables + . + Also see the question regarding environment variables that have effect on Sylpheed. @@ -233,6 +244,22 @@ Also, check that you have configured your web browser correctly in parameter. Example: gedit '%s' + + + Execute command for my dynamic signature seems not to be working! + + + 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 + Account preferences + Compose + Signature + Command output + ) using either forward slashes or double +backslashes for paths, for example: + cmd /c 'c:\\signature.bat' + Note that it is also recommended to enclose paths with single quotes, as is illustrated above. + + Where is the Bcc when I compose a mail? @@ -279,4 +306,4 @@ parameter. Example: gedit '%s' - \ No newline at end of file + -- cgit v1.2.3