GNU bug report logs -
#20019
Documentation bugs
Previous Next
Reported by: Sebastian Tennant <sdt <at> sebyte.me>
Date: Fri, 6 Mar 2015 19:13:02 UTC
Severity: normal
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From the Info manual:
--8<---------------cut here---------------start------------->8---
5.5 Archived Messages
=====================
Gnus provides a few different methods for storing the mail and news you
send. The default method is to use the "archive virtual server" to
store the messages. If you want to disable this completely, the
`gnus-message-archive-group' variable should be `nil', which is the
default.
[...]
`nil'
No message archiving will take place. This is the default.
[...]
--8<---------------cut here---------------end--------------->8---
(describe-variable 'gnus-message-archive-group) =>
--8<---------------cut here---------------start------------->8---
gnus-message-archive-group is a variable defined in `gnus.el'.
Its value is ((format-time-string "sent.%Y-%m"))
[...]
--8<---------------cut here---------------end--------------->8---
DOC BUG #1: `nil' is not the default setting of gnus-message-archive-group
anymore. `((format-time-string "sent.%Y-%m"))' seems to be the
new default.
DOC BUG #2: The types of values of gnus-message-archive-group are listed
as: a string, a list of strings, an alist of
regexps/functions/forms, and nil. The new default value is
a list of functions that evaluate to strings so presumably
this type should also be added to the list.
Hope this helps.
--
Gnus v5.13
GNU Emacs 24.4.1 (x86_64-pc-linux-gnu)
of 2014-12-09 on gaia, modified by Debian
This bug report was last modified 8 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.