Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap: possible bug with gnus-summary-move-article
@ 2011-04-06 18:57 Joseph Gay
  2011-04-12 15:04 ` Bojan Nikolic
  2011-04-12 16:01 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Joseph Gay @ 2011-04-06 18:57 UTC (permalink / raw)
  To: ding

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 #<buffer *nnimap gmail+nnimap+gmail:identica nil  *nntpd**<2>> :host "gmail+nnimap+gmail:identica" :service "imap")
|   open-network-stream("*nnimap*" #<buffer *nnimap gmail+nnimap+gmail:identica nil  *nntpd**<2>> "gmail+nnimap+gmail:identica" "imap")
|   proto-stream-open-starttls("*nnimap*" #<buffer *nnimap gmail+nnimap+gmail:identica nil  *nntpd**<2>> "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\b\306\x1a\307\310\v\n	#,\205
|   open-protocol-stream("*nnimap*" #<buffer *nnimap gmail+nnimap+gmail:identica nil  *nntpd**<2>> "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\b\306\x1a\307\310\v\n	#,\205
|   nnimap-open-connection-1(#<buffer  *nntpd*>)
|   nnimap-open-connection(#<buffer  *nntpd*>)
|   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)
`----




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-12 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-06 18:57 nnimap: possible bug with gnus-summary-move-article Joseph Gay
2011-04-12 15:04 ` Bojan Nikolic
2011-04-12 16:01 ` Lars Magne Ingebrigtsen
2011-04-12 18:02   ` Joseph Gay
2011-04-12 18:49     ` Lars Magne Ingebrigtsen

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).