aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README20
-rw-r--r--README.ja20
2 files changed, 38 insertions, 2 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
===========
diff --git a/README.ja b/README.ja
index c1df1881..0535db83 100644
--- a/README.ja
+++ b/README.ja
@@ -86,6 +86,7 @@ Wanderlust 等の Emacs 系メーラを参考にしており、キーボードのみによる操作
o 複数アカウント
o スレッド表示
o 強力なフィルタリング
+ o 迷惑メール対策
o MIME (ファイルの添付)
o 統合 ニュースリーダー
o SMTP AUTH 対応 (PLAIN / LOGIN / CRAM-MD5)
@@ -133,7 +134,7 @@ Wanderlust 等の Emacs 系メーラを参考にしており、キーボードのみによる操作
------------
ファイル名に UTF-8 以外の文字コードを使用している場合は、以下の環境変数
-を指定する必要があります。
+を指定する必要があります。指定していない場合は正常に動作しません。
(ロケール依存のエンコーディングを使用)
% export G_FILENAME_ENCODING=@locale
@@ -171,6 +172,9 @@ Wanderlust 等の Emacs 系メーラを参考にしており、キーボードのみによる操作
もし ~/.sylpheed-2.0/ が存在せず、 ~/.sylpheed/ に以前のバージョンの
設定が存在する場合は、確認の後自動的に設定の移行を行います。
+ロケールエンコーディングが UTF-8 以外で、環境変数 G_FILENAME_ENCODING が
+指定されていない場合は警告ダイアログが表示されます。
+
必要な設定
----------
@@ -203,6 +207,20 @@ folderview_vscrollbar_policy フォルダビューの垂直スクロールバーのポリシー
logwindow_line_limit ログウィンドウの行数制限を指定
0: 無制限 n (> 0): n 行 [デフォルト: 1000]
+また、1.0.xとは異なり、デフォルトではメニューのショートカットの変更が直接
+行えないようになっています。以下のいずれかの方法で設定してください。
+
+1. GNOME 2.8 以降をお使いの場合
+ アプリケーション→システムツール→設定エディタで gconf-editor を起動する。
+ desktop → gnome → interface を選び、その中の can-change-accels を
+ チェックしておく
+
+2. GNOME 2.8 以前かそれ以外の環境をお使いの場合
+ ~/.gtkrc-2.0 に gtk-can-change-accels = 1 を記述する
+
+3. Sylpheed が起動していない状態で ~/.sylpheed-2.0/menurc を直接エディタで
+ 編集する
+
情報
====