Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: harven <harven@free.fr>
To: info-gnus-english@gnu.org
Subject: Re: imap splitting with emacs24
Date: Mon, 02 Jul 2012 21:08:24 +0200	[thread overview]
Message-ID: <87r4surnfb.fsf@ergodik.univ-brest.fr> (raw)
In-Reply-To: <87hatqc9zg.fsf@ergodik.univ-brest.fr>

harven <harven@free.fr> 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

  reply	other threads:[~2012-07-02 19:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02 18:07 harven
2012-07-02 19:08 ` harven [this message]
2012-07-25 22:36   ` alduplat
2012-08-24  5:58     ` Li Bowen
2012-08-26 13:10       ` Li Bowen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4surnfb.fsf@ergodik.univ-brest.fr \
    --to=harven@free.fr \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).