aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-29 09:09:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-29 09:09:42 +0000
commit59e5f5b6f481f379846734755603bae75eb98460 (patch)
tree61842bdf7f25550b0733a961cecf8f5108e2c356 /README
parentb48c3acdce7def941bf6935bc844ac711c203df0 (diff)
updated README.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@385 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
index fe8b9322..12566474 100644
--- a/README
+++ b/README
@@ -71,6 +71,7 @@ Features
o multiple accounts
o thread display
o powerful filtering
+ o Junk mail control
o MIME (attachments)
o integrated News reader
o SMTP AUTH support (PLAIN / LOGIN / CRAM-MD5)
@@ -118,7 +119,8 @@ Preparation before running
--------------------------
If you are using a character encodings other than UTF-8 for filename,
-you must set the following environmental variable:
+you must set the following environmental variable (it will not work if
+it is not specified):
(use locale-specific encoding)
% export G_FILENAME_ENCODING=@locale
@@ -157,6 +159,9 @@ If ~/.sylpheed-2.0/ doesn't exist, but the previous version of configuration
exists in ~/.sylpheed/, migration will be made automatically after the
confirmation.
+If the locale encoding is not UTF-8 and the environmental variable
+G_FILENAME_ENCODING is not set, an alert dialog will be displayed.
+
Required settings
-----------------
@@ -191,6 +196,19 @@ logwindow_line_limit specify the limit of line numbers of log
window
0: unlimited n (> 0): n lines [default: 1000]
+Unlike 1.0.x, this version doesn't allow the direct modification of menu
+shortcuts by default. You can use the follwing methods to configure them:
+
+1. Using GNOME 2.8 or later
+ Run gconf-editor from 'Applications - System Tools - Configuration Editor'.
+ Select 'desktop - gnome - interface' and check 'can-change-accels' in it.
+
+2. Using before GNOME 2.8 or other environments
+ Add (or create a new one) gtk-can-change-accels = 1 to ~/.gtkrc-2.0.
+
+3. When Sylpheed is not running, directly edit ~/.sylpheed-2.0/menurc using
+ editors.
+
Information
===========