From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78492 Path: news.gmane.org!not-for-mail From: Joseph Gay Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap: possible bug with gnus-summary-move-article Date: Tue, 12 Apr 2011 13:02:08 -0500 Message-ID: <87mxjvjqlb.fsf@geneva.hpsy.me> References: <874o6bky2p.fsf@geneva.hpsy.me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302631741 1652 80.91.229.12 (12 Apr 2011 18:09:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2011 18:09:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26795@lists.math.uh.edu Tue Apr 12 20:08:57 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 1Q9i1F-0007NO-21 for ding-account@gmane.org; Tue, 12 Apr 2011 20:08:53 +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 1Q9i0V-0004Dm-Sm; Tue, 12 Apr 2011 13:08:07 -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 1Q9i0U-0004Dc-NX for ding@lists.math.uh.edu; Tue, 12 Apr 2011 13:08:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Q9i0L-0006NT-Jq for ding@lists.math.uh.edu; Tue, 12 Apr 2011 13:08:01 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q9i0K-0002dr-54 for ding@gnus.org; Tue, 12 Apr 2011 20:07:56 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9i0J-0006t3-TO for ding@gnus.org; Tue, 12 Apr 2011 20:07:55 +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 ; Tue, 12 Apr 2011 20:07:55 +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 ; Tue, 12 Apr 2011 20:07:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 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:VqYtdfa4wSx9DYUEY0jXVFT2gnw= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78492 Archived-At: Lars Magne Ingebrigtsen writes: > >> | nnimap-open-server("gmail+nnimap+gmail:identica") > > Well, it's trying to open a server that doesn't exist. > > > [...] > >> | gnus-request-move-article(16046 "nnimap+gmail:INBOX" "gmail" (gnus-request-accept-article "nnimap+gmail:identica" (quote nil) t t) t nil) > > Which comes from here. A server that's `(quote nil)'? Very odd. > What's your nnimap setup like? In gnus-secondary-select-methods, I have: (nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl) (nnir-search-engine imap) (nnimap-authinfo-file nil)) That portion hasn't changed in quite some time. Recently I added an expression to gnus-parameters, though I'm not sure it's relevant here. ("nnimap\\+gmail:INBOX" (comment . "INBOX:personal")) For what it's worth, gnus-summary-move-article does work for existing IMAP folders.