Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: B DEL is being treated as expiry?
Date: Tue, 23 Jul 2002 12:23:45 -0400	[thread overview]
Message-ID: <vxkptxefm5q.fsf@cinnamon.vanillaknot.com> (raw)
In-Reply-To: <m3n0siwhb7.fsf@multivac.cwru.edu>

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

prj@po.cwru.edu (Paul Jarc) writes:
> That's only because you don't set the nnmail-expiry-target variable.

Fine; easily fixed:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: \"consistent\" handling of article deletion --]
[-- Type: text/x-patch, Size: 501 bytes --]

--- gnus-sum.el.~1~	Sun Jul 21 08:26:48 2002
+++ gnus-sum.el	Tue Jul 23 12:20:21 2002
@@ -8837,9 +8837,7 @@
     (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

  reply	other threads:[~2002-07-23 16:23 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-23 11:21 Karl Kleinpaste
2002-07-23 11:49 ` Kai Großjohann
2002-07-23 13:40   ` Josh Huber
2002-07-23 13:58   ` Nevin Kapur
2002-07-23 16:03   ` Karl Kleinpaste
2002-07-23 16:16     ` Paul Jarc
2002-07-23 16:23       ` Karl Kleinpaste [this message]
2002-07-23 16:36         ` Paul Jarc
2002-07-23 17:01           ` Karl Kleinpaste
2002-07-23 17:40             ` Paul Jarc
2002-07-23 18:09               ` Karl Kleinpaste
2002-07-23 18:33                 ` Paul Jarc
2002-07-24 15:44                   ` Kai Großjohann
2002-07-24 16:05                     ` Paul Jarc
2002-07-26 12:51               ` Simon Josefsson
2002-07-26 14:50                 ` Paul Jarc
2002-07-26 16:37                   ` Simon Josefsson
2002-07-26 16:48                     ` Paul Jarc
2002-07-26 18:33                       ` Simon Josefsson
2002-07-23 21:23       ` Nevin Kapur
2002-07-23 21:43         ` Paul Jarc
2002-07-24  2:08           ` Nevin Kapur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vxkptxefm5q.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).