Gnus development mailing list
 help / color / mirror / Atom feed
* Error on group rename in nnimap
@ 2010-10-07 10:24 Julien Danjou
  2010-10-07 18:16 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Danjou @ 2010-10-07 10:24 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]

Hi,

I've added rename support to nnimap, with quite success. :-)

But I get the following error, and I'm not sure how to fix it:

Debugger entered--Lisp error: (void-variable gnus-agent-article-local-times)
  gnus-agent-load-local()
  gnus-agent-get-local("nnimap+Naquadah:INBOX.fragarena" "INBOX.fragarena" (nnimap "Naquadah" (nnimap-address "mail.naquadah.org") (nnimap-stream ssl)))
  gnus-agent-rename-group("nnimap+Naquadah:INBOX.fragarena" "nnimap+Naquadah:INBOX.fa")
  gnus-request-rename-group("nnimap+Naquadah:INBOX.fragarena" "nnimap+Naquadah:INBOX.fa")
  gnus-group-rename-group("nnimap+Naquadah:INBOX.fragarena" "INBOX.fa")
  call-interactively(gnus-group-rename-group nil nil)

I don't use the agent, so it's probably not loaded, FWIW.

Lars, any hint? :-)

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Error on group rename in nnimap
  2010-10-07 10:24 Error on group rename in nnimap Julien Danjou
@ 2010-10-07 18:16 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-07 18:16 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> Debugger entered--Lisp error: (void-variable gnus-agent-article-local-times)
>   gnus-agent-load-local()

This is usually the case when stuff binds a variable, and then the file
that defines the variable is autoloaded with that binding in place.
When the binding exits, the variable is then unbound.

I've put a `require 'gnus-agent' before the only instance I could see
where that's a possible scenario.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

end of thread, other threads:[~2010-10-07 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-07 10:24 Error on group rename in nnimap Julien Danjou
2010-10-07 18:16 ` 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).