[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap questions
hirsch@mathcs.emory.edu writes:
> Today at work nnimap says that it has opened my server, but then
> says there is no mail. When I go to the server buffer to browse the
> serverI see my server is opened, but when I hit space or enter, I
> just get an error "Symbol's value as variable is void:
> nnimap-request-list-method".
>
> I think this must be related to this message I got when I compiled nnimap:
> While compiling nnimap-request-list in file
> /home/hirsch/nnimap-0.127/nnimap.el:
> ** reference to free variable nnimap-request-list-method
Yes, fixed in 0.128. Please tell me if it's enough to get it working.
Index: nnimap.el
===================================================================
RCS file: /home/radford/src/cvs/nnimap/nnimap.el,v
retrieving revision 1.216
diff -w -u -u -w -r1.216 nnimap.el
--- nnimap.el 1999/08/09 01:28:40 1.216
+++ nnimap.el 1999/08/10 19:00:04
@@ -253,7 +253,7 @@
before using data stored in NOV cache."
:type 'boolean)
-(deffoo nnimap-request-list-method 'imap-mailbox-list
+(defvar nnimap-request-list-method 'imap-mailbox-list
"Method to use to request a list of all folders from the server.
If this is 'imap-mailbox-lsub, then use a server-side subscription list to
restrict visible folders.")