2001-09-14 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Fri, 14 Sep 2001 15:04:38 +0000 (15:04 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 14 Sep 2001 15:04:38 +0000 (15:04 +0000)
* gnus.texi (Mail Folders): Add.

texi/ChangeLog
texi/gnus.texi

index 01a79ea..cfa09d2 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-14  Simon Josefsson  <jas@extundo.com>
+
+       * gnus.texi (Mail Folders): Add.
+
 2001-09-11  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Delayed Articles): Fix.  Suggested by Paul Jarc
index 02ca433..ed2a73c 100644 (file)
@@ -13326,6 +13326,11 @@ default is @code{nil}.
 @vindex nnfolder-nov-file-suffix
 The extension for @sc{nov} files.  The default is @file{.nov}.
 
+@item nnfolder-nov-directory
+@vindex nnfolder-nov-directory
+The directory where the @sc{nov} files should be stored.  If nil,
+@code{nnfolder-directory} is used.
+
 @item nnfolder-marks-is-evil
 @vindex nnfolder-marks-is-evil
 If non-@code{nil}, this backend will ignore any @sc{marks} files.  The
@@ -13335,6 +13340,11 @@ default is @code{nil}.
 @vindex nnfolder-marks-file-suffix
 The extension for @sc{marks} files.  The default is @file{.mrk}.
 
+@item nnfolder-marks-directory
+@vindex nnfolder-marks-directory
+The directory where the @sc{marks} files should be stored.  If nil,
+@code{nnfolder-directory} is used.
+
 @end table