From e00bbd5bc2e4f95b92ddb151bbef6daaa840382c Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Mon, 15 May 2000 14:18:20 +0000 Subject: [PATCH] maildir changes. --- texi/ChangeLog | 4 ++++ texi/gnus.texi | 18 +++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 7229fe837..dd1ea11eb 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2000-05-15 10:16:29 Shenghuo ZHU + + * gnus.texi (Mail Source Specifiers): Update maildir. + 2000-05-02 Pavel Janik * gnus.texi (MIME comands): Spelling fix. diff --git a/texi/gnus.texi b/texi/gnus.texi index a5c59bc01..d2f88c496 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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 -- 2.25.1