X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README-gnus-bbdb.en;h=5ec90114e705ee823ec0a2adc84314b32b32437b;hb=b57d8c30586c1a281b52d3dc10e99bbb849d298d;hp=aead390fbf65eae8092f73503336c66e4fd0c3dd;hpb=518b27551715a1ae6bc1bac7bde72612aebd2fff;p=elisp%2Fgnus.git- diff --git a/README-gnus-bbdb.en b/README-gnus-bbdb.en index aead390..5ec9011 100644 --- a/README-gnus-bbdb.en +++ b/README-gnus-bbdb.en @@ -13,7 +13,7 @@ gnus-bbdb.el This is the BBDB API module for Semi-gnus. `mime-bbdb' should not be necessary for Semi-gnus, if that module were used. - You need FLIM 1.11.3 or later. + You need FLIM 1.11.3 or later (T-gnus requires FLIM 1.14). If you are using bbdb-auto-notes-hook, the patch listed at the end of this file should be applied. If not, it might not. @@ -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