maildir changes.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 May 2000 14:18:20 +0000 (14:18 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 May 2000 14:18:20 +0000 (14:18 +0000)
texi/ChangeLog
texi/gnus.texi

index 7229fe8..dd1ea11 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-15 10:16:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Mail Source Specifiers): Update maildir.
+
 2000-05-02  Pavel Janik  <Pavel.Janik@inet.cz>
 
        * gnus.texi (MIME comands): Spelling fix.
index a5c59bc..d2f88c4 100644 (file)
@@ -11128,12 +11128,16 @@ Keywords:
 @table @code
 @item :path
 The path of the directory where the mails are stored.  The default is
-@samp{~/Maildir/new}.
+taken from the @code{MAILDIR} environment variable or
+@samp{~/Maildir/}.
+@item :subdirs
+The subdirectories of the Maildir.  The default is
+@samp{("new" "cur")}.
 
-If you sometimes look at your mail through a pop3 daemon before fetching
-them with Gnus, you may also have to fetch your mails from the
-@code{cur} directory inside the maildir, like in the first example
-below.
+@c If you sometimes look at your mail through a pop3 daemon before fetching
+@c them with Gnus, you may also have to fetch your mails from the
+@c @code{cur} directory inside the maildir, like in the first example
+@c below.
 
 You can also get mails from remote hosts (because maildirs don't suffer
 from locking problems).
@@ -11143,11 +11147,11 @@ from locking problems).
 Two example maildir mail sources:
 
 @lisp
-(maildir :path "/home/user-name/Maildir/cur")
+(maildir :path "/home/user-name/Maildir/" :subdirs ("cur" "new"))
 @end lisp
 
 @lisp
-(maildir :path "/user@@remotehost.org:~/Maildir/new")
+(maildir :path "/user@@remotehost.org:~/Maildir/" :subdirs ("new"))
 @end lisp
 
 @item imap