Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: nnimap-close-group
Date: Thu, 20 Dec 2001 18:45:08 +0100	[thread overview]
Message-ID: <ilupu59pyzf.fsf@extundo.com> (raw)

I've committed a change to nnimap-close-group wrt expiring, if you
have changed this variable from the default value, a misstake in this
patch might cause mail loss, so please test carefully.

If you haven't changed the variable `nnimap-expunge-on-close' there so
no cow on the ice (is that an english idiom as well?).

2001-12-20  Simon Josefsson  <jas@extundo.com>

	* nnimap.el (nnimap-close-group): Don't quote KEYLIST items.
	Suggested by Brian P Templeton <bpt@tunes.org>.

--- nnimap.el.~6.23~	Thu Dec 20 18:43:13 2001
+++ nnimap.el	Thu Dec 20 18:33:26 2001
@@ -846,9 +843,9 @@
     (when (and (imap-opened)
 	       (nnimap-possibly-change-group group server))
       (case nnimap-expunge-on-close
-	('always (imap-mailbox-expunge nnimap-close-asynchronous)
+	(always (imap-mailbox-expunge nnimap-close-asynchronous)
 		 (imap-mailbox-close nnimap-close-asynchronous))
-	('ask (if (and (imap-search "DELETED")
+	(ask (if (and (imap-search "DELETED")
 		       (gnus-y-or-n-p (format
 				       "Expunge articles in group `%s'? "
 				       imap-current-mailbox)))




                 reply	other threads:[~2001-12-20 17:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ilupu59pyzf.fsf@extundo.com \
    --to=jas@extundo.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).