gnus.texi (Article Date): Fix description of gnus-article-update-date-headers

This commit is contained in:
Katsumi Yamaoka
2013-06-04 08:43:07 +00:00
parent 923c1bfc1e
commit cdebc6dd0b
2 changed files with 8 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Article Date):
Fix description of gnus-article-update-date-headers.
2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
* erc.texi (Special Features): ERC is being maintained within

View File

@@ -9517,18 +9517,9 @@ Say how much time has elapsed between the article was posted and now
Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
@end example
This line is updated continually by default. The frequency (in
seconds) is controlled by the @code{gnus-article-update-date-headers}
variable.
If you wish to switch updating off, say:
@vindex gnus-article-update-date-headers
@lisp
(setq gnus-article-update-date-headers nil)
@end lisp
in your @file{~/.gnus.el} file.
To make this line updated continually, set the
@code{gnus-article-update-date-headers} variable to the frequency in
seconds (the default is @code{nil}).
@item W T o
@kindex W T o (Summary)