[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap questions
hirsch@mathcs.emory.edu writes:
> BTW, can anyone tell me the point of the command (nnfolder "") in my
> file. I copied it from the manual, but the only affect I can see is
> to make gnus issue an error message. :(
If you don't have any nnfolder's you can just remove it.
Also, some observations,
> (nnimap-list-method ("LSUB"))
This is obsolete.
> (nnimap-expunge-on-close ("ask"))
The value isn't a a list, and isn't a string. Try replacing it with
(nnimap-expunge-on-close ask)
If nnimap can't recognize the content of that variable, it's equal to
'never. NB that differ from the real default value of 'always.