From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72184 Path: news.gmane.org!not-for-mail From: Dave Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap-request-accept-article vs Cyrus IMAP Date: Wed, 29 Sep 2010 11:37:16 -0400 Message-ID: <84pqvw5zo3.fsf@davestoy.home> References: <87ocbo4e4c.fsf@gmail.com> <87mxr7z8hp.fsf@gmail.com> <844odf5ap0.fsf@davestoy.home> <84r5gfz7mt.fsf@davestoy.home> <84mxr3z0wl.fsf@davestoy.home> <87ocbjnpfj.fsf@dod.no> <84iq1ryvjz.fsf@davestoy.home> <87ocbj805a.fsf@hillenius.net> <84r5ge97zz.fsf@davestoy.home> <84y6am57go.fsf_-_@davestoy.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285774684 10875 80.91.229.12 (29 Sep 2010 15:38:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2010 15:38:04 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20557@lists.math.uh.edu Wed Sep 29 17:37:59 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P0yjD-0007y8-IG for ding-account@gmane.org; Wed, 29 Sep 2010 17:37:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P0yjC-0002ev-1m; Wed, 29 Sep 2010 10:37:54 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P0yjA-0002ef-AN for ding@lists.math.uh.edu; Wed, 29 Sep 2010 10:37:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0yj9-0005jg-9e for ding@lists.math.uh.edu; Wed, 29 Sep 2010 10:37:52 -0500 Original-Received: from vms173005pub.verizon.net ([206.46.173.5]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0yj8-0002v8-00 for ; Wed, 29 Sep 2010 17:37:50 +0200 Original-Received: from davestoy.home.verizon.net ([unknown] [173.48.216.252]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L9I002SWM1TQ9C0@vms173005.mailsrvcs.net> for ding@gnus.org; Wed, 29 Sep 2010 10:37:07 -0500 (CDT) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: (Lars Magne Ingebrigtsen's message of "Wed, 29 Sep 2010 17:12:00 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.22 (linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72184 Archived-At: > Dave Goldberg writes: >> I stepped through nnimap-request-accept-article on both Cyrus and >> Exchange servers while doing GCC. In the Exchange case, the function >> winds up with an "OK APPEND completed" message from the server. In >> the Cyrus case I get "NO Message contains bare newlines" back from the >> server. > Ah, right. I've now done a \n->\r\n conversion in that function, so it > should possibly work now. Well it certainly does do the GCC, but I get this backtrace after the message is written: Debugger entered--Lisp error: (wrong-type-argument number-char-or-marker-p nil) gnus-add-to-range(((1 . 96703)) (nil)) gnus-compute-read-articles("nnimap+cyrus:INBOX.in-box" (nil)) gnus-group-make-articles-read("nnimap+cyrus:INBOX.in-box" (nil)) gnus-group-mark-article-read("nnimap+cyrus:INBOX.in-box" nil) gnus-inews-do-gcc() gnus-agent-possibly-do-gcc() run-hooks(gnus-agent-possibly-do-gcc) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) I guess this is triggered by my having gnus-gcc-mark-as-read set to t? Thanks, -- Dave Goldberg david.goldberg6@verizon.net