Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap-close-group
@ 2001-12-20 17:45 Simon Josefsson
  0 siblings, 0 replies; only message in thread
From: Simon Josefsson @ 2001-12-20 17:45 UTC (permalink / 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)))




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-20 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-20 17:45 nnimap-close-group Simon Josefsson

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).