* gnus-faq.texi: Untabify.
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 28 May 2004 12:46:37 +0000 (12:46 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 28 May 2004 12:46:37 +0000 (12:46 +0000)
([6.3]): nnir.el is in contrib directory.

* message.texi (News Headers): Clarify how a unique ID is created.

texi/ChangeLog
texi/gnus-faq.texi
texi/message.texi

index 6f6caa1..6a5a5c9 100644 (file)
@@ -1,5 +1,10 @@
 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-faq.texi: Untabify.
+       ([6.3]): nnir.el is in contrib directory.  
+
+       * message.texi (News Headers): Clarify how a unique ID is created.
+
        * gnus.texi (Splitting Mail): Mention gnus-group-find-new-groups.
 
 2004-05-19  Andre Srinivasan  <andre@e2open.com>
index 42789ff..15276f4 100644 (file)
@@ -440,7 +440,7 @@ the line
 @example
 
 SET HOME=C:\myhome
-           
+            
 @end example
 
 @noindent
@@ -548,9 +548,9 @@ Answer:
 
 @example
 (add-to-list 'gnus-secondary-select-methods 
-            '(nntp "news.yourSecondProvider.net"))
+             '(nntp "news.yourSecondProvider.net"))
 (add-to-list 'gnus-secondary-select-methods 
-            '(nntp "news.yourThirdProvider.net"))          
+             '(nntp "news.yourThirdProvider.net"))          
 @end example
  
 @ifnottex
@@ -745,9 +745,9 @@ Answer:
 (add-to-list 
  'gnus-secondary-select-methods
  '(nnimap "Give the baby a name"
-         (nnimap-address "imap.yourProvider.net")
-         (nnimap-port 143)
-         (nnimap-list-pattern "archive.*")))
+          (nnimap-address "imap.yourProvider.net")
+          (nnimap-port 143)
+          (nnimap-list-pattern "archive.*")))
 @end example
 
 @noindent
@@ -1204,8 +1204,8 @@ Answer:
 @example
 (gnus-add-configuration 
  '(article (vertical 1.0
-                    (summary .35 point)
-                    (article 1.0))))
+                     (summary .35 point)
+                     (article 1.0))))
 @end example
  
 
@@ -2046,9 +2046,9 @@ Answer:
  engines and with the help of nnir you can search trough
  the indexed mail and generate a temporary group with all
  messages which met your search criteria. If this sound
- cool to you get nnir.el from
- @uref{ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/}
- or @uref{ftp://ftp.is.informatik.uni-duisburg.de/pub/src/emacs/}.
+ cool to you get nnir.el from the contrib directory of the Gnus
+ distribution or
+ @uref{http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~/gnus/contrib/nnir.el?rev=HEAD&content-type=text/plain}
  Instructions on how to use it are at the top of the file.
  
 @ifnottex
index cd8ee39..d670bf3 100644 (file)
@@ -1578,8 +1578,8 @@ This optional header will be computed by Message.
 @cindex Sun
 @cindex i-did-not-set--mail-host-address--so-tickle-me
 This required header will be generated by Message.  A unique ID will be
-created based on the date, time, user name and system name.  For the
-domain part, message will look (in this order) at
+created based on the date, time, user name (for the local part) and the
+domain part.  For the domain part, message will look (in this order) at
 @code{message-user-fqdn}, @code{system-name}, @code{mail-host-address}
 and @code{message-user-mail-address} (i.e. @code{user-mail-address})
 until a probably valid fully qualified domain name (FQDN) was found.