[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnus IMAP searching not working.
From: |
Jambunathan K |
Subject: |
Re: Gnus IMAP searching not working. |
Date: |
Mon, 31 Oct 2011 22:47:41 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (windows-nt) |
address@hidden (Ashish SHUKLA) writes:
> Hi,
>
> I'm running Emacs bzr revision 106240 on FreeBSD, and I'm having problem
> searching my IMAP mailbox using Gnus (i.e. keybinding G G), after prompting
> for "Query", I get following error:
>
> Debugger entered--Lisp error: (void-variable gnus-registry-enabled)
Looks like M-x gnus-registry-initialize has not been called.
Commentary section in
M-: (find-file (locate-library "gnus-registry.el"))
advises use of above initialize function in the init file.
--