2001-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
+ * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
+ refer to the variable `nnshimbun-keep-last-article', we should
+ keep the last article anyway.
+ (nnshimbun-keep-last-article): Abolished.
+
* lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
make-shimbun-group'.
"Reading Web Newspapers with Gnus."
:group 'gnus)
-(defcustom nnshimbun-keep-last-article t
- "*If non-nil, nnshimbun will never delete a group's last article.
-It can be marked expirable, so it will be deleted when it is no
-longer last."
- :group 'nnshimbun
- :type 'boolean)
-
(defcustom nnshimbun-keep-unparsable-dated-articles t
"*If non-nil, nnshimbun will never delete articles whose NOV date is unparsable."
:group 'nnshimbun
(setq article (pop expirable))
(when (and (nnheader-find-nov-line article)
(setq end (line-end-position))
- (not (and nnshimbun-keep-last-article
- (= (point-max) (1+ end)))))
+ (not (= (point-max) (1+ end))))
(setq time (and (search-forward "\t" end t)
(search-forward "\t" end t)
(search-forward "\t" end t)