*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 20 Jan 2002 04:23:16 +0000 (04:23 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 20 Jan 2002 04:23:16 +0000 (04:23 +0000)
texi/ChangeLog
texi/gnus.texi

index dc69ed0..eb55f64 100644 (file)
@@ -1,3 +1,16 @@
+2002-01-20  Patric Mueller  <bhaak@gmx.net>
+
+       * gnus.texi (Group Timestamp): Typo fix.
+
+2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Selecting a Group): Addition.
+
+2002-01-19  Lars Magne Ingebrigtsen  <karra@cs.utah.edu>
+
+       * gnus.texi (Mail Spool): Note that the .marks files can be
+       removed. 
+
 2002-01-17  Paul Jarc  <prj@po.cwru.edu>
 
        * gnus.texi (Choosing a Mail Back End): mention nnmaildir.
index 739564e..c000d91 100644 (file)
@@ -2098,6 +2098,11 @@ Place point on the subject line of the first article.
 @item unseen
 Place point on the subject line of the first unseen article.
 
+@item unseen-or-unread
+Place point on the subject line of the first unseen article, and if
+there is no such article, place point on the subject line of the first
+unread article.
+
 @item best
 Place point on the subject line of the highest-scored unread article.
 
@@ -4117,10 +4122,12 @@ trick:
 
 @lisp
 (setq gnus-group-line-format
-      "%M\%S\%p\%P\%5y: %(%-40,40g%) %Ud\n")
+      "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
 (defun gnus-user-format-function-d (headers)
   (let ((time (gnus-group-timestamp gnus-tmp-group)))
-    (format-time-string "%b %d  %H:%M" time)))
+    (if time
+        (format-time-string "%b %d  %H:%M" time)
+      "")))
 @end lisp
             
 
@@ -13691,6 +13698,10 @@ Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
 to restore the group (after restoring the backup into the nnml
 directory).
 
+If for some reason you believe your @file{.marks} files are screwed
+up, you can just delete them all.  Gnus will then correctly regenerate
+them next time it starts.
+
 Virtual server settings:
 
 @table @code