* gnus-vers.el (gnus-revision-number): Increment to 02.
[elisp/gnus.git-] / README-gnus-bbdb.en
index aead390..0b7c77c 100644 (file)
@@ -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