+2003-03-03 Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+ * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
+ (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
+
2003-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
When set to ENABLE, the default, gnus-agent-expire will expire old
contents from a group's local storage. This value may be overridden
to disable expiration in specific categories, topics, and groups. Of
-course, you could change gnus-agent-enable-expiration to nil then
+course, you could change gnus-agent-enable-expiration to DISABLE then
enable expiration per categories, topics, and groups."
:group 'gnus-agent
:type '(radio (const :format "Enable " ENABLE)
;; Internal function - requires caller to have set
;; gnus-command-method, initialized overview buffer, and to have
;; provided a non-nil active
- (interactive)
(if (eq 'DISABLE (gnus-agent-find-parameter group 'agent-enable-expiration))
(gnus-message 5 "Expiry skipping over %s" group)