Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: alduplat@gmail.com
To: info-gnus-english@gnu.org
Subject: Re: imap splitting with emacs24
Date: Wed, 25 Jul 2012 15:36:11 -0700 (PDT)	[thread overview]
Message-ID: <22f8a3f9-8296-46f0-8284-b9836023abae@googlegroups.com> (raw)
In-Reply-To: <87r4surnfb.fsf@ergodik.univ-brest.fr>

On Monday, July 2, 2012 2:08:24 PM UTC-5, harven wrote:
> harven &lt;harven@free.fr&gt; writes:
> 
> &gt; Hi, 
> &gt;
> &gt; I just upgraded to emacs24, and I have a problem with the imap splitting.
> &gt; I put the following in my gnus init file, in order to take into account the 
> &gt; changes reported in the news file.
> &gt;
> &gt; (setq nnimap-split-inbox &quot;INBOX&quot;)
> 
> I finally found the error. 
> Under emacs24, this has been renamed nnimap-inbox.
> The following code solved my problem.
> 
> (set (if (&lt; emacs-major-version 24)
>          &#39;nnimap-split-inbox
>        &#39;nnimap-inbox)
>      &quot;INBOX&quot;)
> 
> Cheers,
> --
> Harven

Hello Harven:

I am still having the same problem with Emacs 24. This is part of my .gnus config. 
As you suggested, I changed ``nnimap-slit-inbox " for ``nnimap-inbox", but it did not work.  I am not a technical user, so I could not understand how to use your code.

----

 (setq nnimap-inbox "INBOX")
 (setq nnimap-split-predicate "UNDELETED")
 (setq nnimap-split-rule
       '(
         ("INBOX.work" "^To:.*xxxx-xxx@xxx.edu")    
         ("INBOX.personal" "^To:.*xxxxx@gmail.com")    
	 )) 
----

Cordially,

Alfredo

  reply	other threads:[~2012-07-25 22:36 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
2012-07-25 22:36   ` alduplat [this message]
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=22f8a3f9-8296-46f0-8284-b9836023abae@googlegroups.com \
    --to=alduplat@gmail.com \
    --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).