Gnus development mailing list
 help / color / mirror / Atom feed
From: Nevin Kapur <nevin@jhu.edu>
Subject: Re: nnimap does not create non-existent groups on expiry (lost mail)
Date: Mon, 06 Jan 2003 13:36:30 -0500	[thread overview]
Message-ID: <m31y3qruq9.fsf@fermat.mts.jhu.edu> (raw)
In-Reply-To: <m365t4xgfo.fsf@fermat.mts.jhu.edu>

I've made the following naive change and now nonexistent groups do get
created on expiry.  Is this the right thing to do?  If so, would
someone apply the patch?

Index: lisp/nnimap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v
retrieving revision 6.56
diff -u -r6.56 nnimap.el
--- lisp/nnimap.el	2002/12/28 18:52:55	6.56
+++ lisp/nnimap.el	2003/01/06 18:31:54
@@ -1422,7 +1422,7 @@
 			  nnimap-current-move-group)
 			 (imap-message-copy (number-to-string
 					     nnimap-current-move-article)
-					    group 'dontcreate nil
+					    group nil nil
 					    nnimap-server-buffer))
 		  (with-current-buffer (current-buffer)
 		    (goto-char (point-min))

2003-01-06  Nevin Kapur  <nevin@jhu.edu>

	* nnimap.el (nnimap-request-accept-article): Create group if it
		  doesn't exist.

-Nevin                  





  reply	other threads:[~2003-01-06 18:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-05  6:24 Nevin Kapur
2003-01-06 18:36 ` Nevin Kapur [this message]
2003-01-06 23:07   ` Simon Josefsson
2003-01-07  3:12     ` Nevin Kapur
2003-01-08  2:55       ` Simon Josefsson
2003-01-08  4:17         ` Lars Magne Ingebrigtsen
2003-01-08  6:10           ` Simon Josefsson
2003-01-08  6:40             ` Lars Magne Ingebrigtsen
2003-01-08  8:52               ` Simon Josefsson
2003-01-08 11:06                 ` 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=m31y3qruq9.fsf@fermat.mts.jhu.edu \
    --to=nevin@jhu.edu \
    /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).