Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 23 Jul 2002 22:44:20 +0000 (22:44 +0000)
committeryamaoka <yamaoka>
Tue, 23 Jul 2002 22:44:20 +0000 (22:44 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 2ebd664..008e924 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
+
+       * gnus-sum.el (gnus-summary-delete-article): Force
+       nnmail-expiry-target to 'delete, so that absolute deletion
+       happens when absolute deletion is requested.
+
 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        From Nevin Kapur <nevin@jhu.edu>.
 
index 2daea65..63a8511 100644 (file)
@@ -8988,9 +8988,7 @@ delete these instead."
     (error "Couldn't open server"))
   ;; Compute the list of articles to delete.
   (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
-       (nnmail-expiry-target
-        (or (gnus-group-find-parameter gnus-newsgroup-name 'expiry-target)
-            nnmail-expiry-target))
+       (nnmail-expiry-target 'delete)
        not-deleted)
     (if (and gnus-novice-user
             (not (gnus-yes-or-no-p