From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78400 Path: news.gmane.org!not-for-mail From: Joseph Gay Newsgroups: gmane.emacs.gnus.general Subject: nnimap: possible bug with gnus-summary-move-article Date: Wed, 06 Apr 2011 13:57:02 -0500 Message-ID: <874o6bky2p.fsf@geneva.hpsy.me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1302116419 27536 80.91.229.12 (6 Apr 2011 19:00:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 19:00:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26703@lists.math.uh.edu Wed Apr 06 21:00:15 2011 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 1Q7Xxc-0006H6-6H for ding-account@gmane.org; Wed, 06 Apr 2011 21:00:12 +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 1Q7Xxa-0003Y8-19; Wed, 06 Apr 2011 14:00:10 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q7XxY-0003Xu-Up for ding@lists.math.uh.edu; Wed, 06 Apr 2011 14:00:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q7XxY-00050f-1u for ding@lists.math.uh.edu; Wed, 06 Apr 2011 14:00:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q7XxV-0005Id-Ra for ding@gnus.org; Wed, 06 Apr 2011 21:00:05 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q7XxV-0006Cy-HZ for ding@gnus.org; Wed, 06 Apr 2011 21:00:05 +0200 Original-Received: from 75-143-82-29.dhcp.aubn.al.charter.com ([75.143.82.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 21:00:05 +0200 Original-Received: from gilleylen by 75-143-82-29.dhcp.aubn.al.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 21:00:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 75-143-82-29.dhcp.aubn.al.charter.com User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:i8b9SqJr+5yoJ9IGcsgI4FFNdmo= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78400 Archived-At: On No Gnus v0.16 --- sha1 04c1fb9 Previously I could move (B-m) a mail from a subscribed nnimap group to a non-existent IMAP folder, and Gnus prompted me whether to create the folder. This is a convenient, and I assume desired functionality. Today, I witnessed a different behavior. Gnus appeared to attempt the move without first checking for the folder's existence on the server. See the backtrace below. ,---- | Debugger entered--Lisp error: (error "gmail+nnimap+gmail:identica/imap Name or service not known") | make-network-process(:name "*nnimap*" :buffer #> :host "gmail+nnimap+gmail:identica" :service "imap") | open-network-stream("*nnimap*" #> "gmail+nnimap+gmail:identica" "imap") | proto-stream-open-starttls("*nnimap*" #> "gmail+nnimap+gmail:identica" "imap" (:end-of-command "\n" :type network :return-list t :shell-command "ssh %s imapd" :capability-command "1 CAPABILITY\n" :success " OK " :starttls-function #[(capabilities) "\305\306\307\310 \n #,\205 | open-protocol-stream("*nnimap*" #> "gmail+nnimap+gmail:identica" "imap" :type network :return-list t :shell-command "ssh %s imapd" :capability-command "1 CAPABILITY\n" :success " OK " :starttls-function #[(capabilities) "\305\306\307\310 \n #,\205 | nnimap-open-connection-1(#) | nnimap-open-connection(#) | nnimap-open-server("gmail+nnimap+gmail:identica") | nnimap-possibly-change-group(nil "gmail+nnimap+gmail:identica") | nnimap-request-accept-article("identica" "gmail+nnimap+gmail:identica" t) | gnus-request-accept-article("nnimap+gmail:identica" nil t t) | eval((gnus-request-accept-article "nnimap+gmail:identica" (quote nil) t t)) | nnimap-request-move-article(16046 "INBOX" "gmail" (gnus-request-accept-article "nnimap+gmail:identica" (quote nil) t t) t nil) | gnus-request-move-article(16046 "nnimap+gmail:INBOX" "gmail" (gnus-request-accept-article "nnimap+gmail:identica" (quote nil) t t) t nil) | gnus-summary-move-article(nil) | call-interactively(gnus-summary-move-article nil nil) `----