harven <[email protected]> writes:

> Hi, 
>
> I just upgraded to emacs24, and I have a problem with the imap splitting.
> I put the following in my gnus init file, in order to take into account the 
> changes reported in the news file.
>
> (setq nnimap-split-inbox "INBOX")

I finally found the error. 
Under emacs24, this has been renamed nnimap-inbox.
The following code solved my problem.

(set (if (< emacs-major-version 24)
         'nnimap-split-inbox
       'nnimap-inbox)
     "INBOX")

Cheers,
--
Harven
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to