X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README-gnus-bbdb.en;h=0b7c77c9d4bfcc505e48a7bf5de9db55334c441b;hb=ec2d39b0e6bf07f36ede711375e503ab5879368d;hp=aead390fbf65eae8092f73503336c66e4fd0c3dd;hpb=518b27551715a1ae6bc1bac7bde72612aebd2fff;p=elisp%2Fgnus.git- diff --git a/README-gnus-bbdb.en b/README-gnus-bbdb.en index aead390..0b7c77c 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