2001-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 26 Dec 2001 06:28:21 +0000 (06:28 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 26 Dec 2001 06:28:21 +0000 (06:28 +0000)
* gnus.texi (NNTP): Add a note for `nntp-prepare-post-hook'.

texi/ChangeLog
texi/gnus.texi

index 3043424..36ceb22 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (NNTP): Add a note for `nntp-prepare-post-hook'.
+
 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
 
        * ChangeLog, gnus.texi, emacs-mime.texi: (oops) removed
index 807f770..4ab04b6 100644 (file)
@@ -11561,6 +11561,9 @@ inhibit Gnus to add a @code{Message-ID} header, you could say:
 @lisp
 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
 @end lisp
+
+Note that not all servers support the recommended ID.  This works for
+INN versions 2.3.0 and later, for instance.
 @end table
 
 @menu