* lisp/mm-url.el (mm-url-program): Use `exec-installed-p' instead of
[elisp/gnus.git-] / README-gnus-bbdb.en
index aead390..5ec9011 100644 (file)
@@ -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