*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 21 Apr 2000 11:49:44 +0000 (11:49 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 21 Apr 2000 11:49:44 +0000 (11:49 +0000)
texi/ChangeLog
texi/gnus.texi
texi/message.texi

index 7b9c52e..9a1857f 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-21 13:45:52  Pavel Janik  <Pavel.Janik@inet.cz>
+
+       * gnus.texi (Mail Source Specifiers): Example for :plugged.
+
 2000-04-20 20:37:48  Pavel Janik  <Pavel.Janik@inet.cz>
 
        * gnus.texi (Limiting): Fix.
index 32a467a..59ed3b3 100644 (file)
@@ -3858,7 +3858,8 @@ the @code{a} spec.
 @item L
 Number of lines in the article.
 @item c
-Number of characters in the article.
+Number of characters in the article. This specifier is not supported in some
+methods (like nnfolder).
 @item I
 Indentation based on thread level (@pxref{Customizing Threading}).
 @item T
@@ -11207,7 +11208,18 @@ Keywords:
 
 @table @code
 @item :plugged
-If non-nil, fetch the mail even when Gnus is unplugged.
+If non-nil, fetch the mail even when Gnus is unplugged.  If you use
+directory source to get mail, you can specify it as in this example:
+
+@lisp
+(setq mail-sources
+      '((directory :path "/home/pavel/.Spool/" 
+                   :suffix ""
+                   :plugged t)))
+@end lisp
+
+Gnus will then fetch your mail even when you are unplugged.  This is
+useful when you use local mail and news.
 
 @end table
 @end table
index 5b16cf8..cbda5ca 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename message
-@settitle Pterodactyl Pterodactyl Message 5.8.4 Manual
+@settitle Message 5.8.4 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Pterodactyl Pterodactyl Message 5.8.4 Manual
+@title Message 5.8.4 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -83,9 +83,8 @@ Message mode buffers.
 * Key Index::         List of Message mode keys.
 @end menu
 
-This manual corresponds to Pterodactyl Pterodactyl Message 5.8.4.  Message is
-distributed with the Gnus distribution bearing the same version number
-as this manual.
+This manual corresponds to Message 5.8.4.  Message is distributed with
+the Gnus distribution bearing the same version number as this manual.
 
 
 @node Interface