Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrew Cohen <cohen@andy.bu.edu>
To: ding@gnus.org
Subject: Re: error on expiring
Date: Thu, 30 Sep 2010 09:39:31 -0400	[thread overview]
Message-ID: <87fwwre4fg.fsf@andy.bu.edu> (raw)
In-Reply-To: <87mxqze59n.fsf@andy.bu.edu>

I think I found the problem. Reverting this commit makes it work again
(I'm using dovecot for reference).

diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 2f432a1..c256c8c 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -795,6 +795,7 @@ textual parts.")
 (deffoo nnimap-request-accept-article (group &optional server last)
   (when (nnimap-possibly-change-group nil server)
     (nnmail-check-syntax)
+    (nnimap-add-cr)
     (let ((message (buffer-string))
          (message-id (message-field-value "message-id"))
          sequence)




  reply	other threads:[~2010-09-30 13:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 13:21 Andrew Cohen
2010-09-30 13:39 ` Andrew Cohen [this message]
2010-09-30 14:39   ` Dave Goldberg
2010-11-25  0:17 ` Jason Riedy
2010-11-26  2:33   ` Lars Magne Ingebrigtsen
2010-11-26  3:47     ` Jason Riedy
2010-11-26 16:19       ` Jason Riedy

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=87fwwre4fg.fsf@andy.bu.edu \
    --to=cohen@andy.bu.edu \
    --cc=ding@gnus.org \
    /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).