From: yamaoka Date: Tue, 5 Mar 2002 13:06:44 +0000 (+0000) Subject: Fix that there's no need to modify `message-setup-hook'. X-Git-Tag: t-gnus-6_15_6-00~6 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=commitdiff_plain;h=f394a3fae0c3eaf806c4d13a876979989ad48272 Fix that there's no need to modify `message-setup-hook'. --- diff --git a/README-gnus-bbdb.en b/README-gnus-bbdb.en index aead390..292ff5e 100644 --- a/README-gnus-bbdb.en +++ b/README-gnus-bbdb.en @@ -24,17 +24,14 @@ of this file should be applied. If not, it might not. ;(setq mime-bbdb/use-mail-extr nil) ;(eval-after-load "mail-extr" '(require 'mime-bbdb)) -;; Some hooks defined by defcustom might have significant values by -;; default in the T-gnus' tradition. It is safe to add the following -;; settings in .gnus file rather than .emacs (or equivalent) file. -;; Exceptionally, it may be better to put the line (require 'bbdb) in -;; .emacs file if you would like to use BBDB not only for T-gnus. - (require 'bbdb) (require 'gnus-bbdb) (bbdb-initialize 'sc) ;; 'Gnus or 'gnus should be deleted. (add-hook 'gnus-startup-hook 'gnus-bbdb-insinuate) -(add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message) + +;; No need to use the following lines under T-gnus 6.15.5 and later. +;(eval-after-load "message" +; (add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message)) If you would like to decode the quoted encoded words forcibly, even though FLIM does not decode them, put the following lines in your diff --git a/README-gnus-bbdb.ja b/README-gnus-bbdb.ja index f35965e..548eec1 100644 --- a/README-gnus-bbdb.ja +++ b/README-gnus-bbdb.ja @@ -25,17 +25,14 @@ bbdb-auto-notes-hook を使用していない方には不要ですが、使用している方 ;(setq mime-bbdb/use-mail-extr nil) ;(eval-after-load "mail-extr" '(require 'mime-bbdb)) -;; T-gnus では伝統的に defcustom で定義する hook に有意なデフォルト値 -;; を持たせることが行なわれているので、以下の設定は .emacs などではな -;; く .gnus ファイルで行なうのが安全です。ただし T-gnus 以外でも BBDB -;; を使う場合は、(require 'bbdb) の行は .emacs ファイルなどに記入する -;; のが良いでしょう。 - (require 'bbdb) (require 'gnus-bbdb) (bbdb-initialize 'sc) ;; 'gnus / 'Gnus ははずしてください。 (add-hook 'gnus-startup-hook 'gnus-bbdb-insinuate) -(add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message) + +;; T-gnus 6.15.5 以上では不要です。 +;(eval-after-load "message" +; (add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message)) FLIM では quote された eword encoded word は decode されませんが、それ を強制的に decode したい場合には、次の設定を加えてください。