From: Reiner Steib Date: Fri, 28 May 2004 12:46:37 +0000 (+0000) Subject: * gnus-faq.texi: Untabify. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=0d9458cf67688c0de827cd3792dc5cdcb9f075e1 * gnus-faq.texi: Untabify. ([6.3]): nnir.el is in contrib directory. * message.texi (News Headers): Clarify how a unique ID is created. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 6f6caa1b9..6a5a5c96a 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,5 +1,10 @@ 2004-05-28 Reiner Steib + * 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 diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index 42789ffa1..15276f4f5 100644 --- a/texi/gnus-faq.texi +++ b/texi/gnus-faq.texi @@ -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 diff --git a/texi/message.texi b/texi/message.texi index cd8ee39ad..d670bf3ac 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -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.