Gnus development mailing list
 help / color / mirror / Atom feed
From: doh@lavabit.com (Dylan O. Hanton)
To: ding@gnus.org
Subject: Re: nnimp-index variable
Date: Fri, 28 Sep 2012 21:27:17 +0900	[thread overview]
Message-ID: <m2haqitjru.fsf@lavabit.com> (raw)
In-Reply-To: <m2bogrrok9.fsf@lavabit.com>

doh@lavabit.com (Dylan O. Hanton) writes:

> In emacs 24, doesn't nnimap-inbox allow multiple inbox?
> (nnimap-inbox '("a.Inbox" "b.Inbox")) <-- what is wrong?
>
> (nnimap-inbox "a.Inbox") <-- work correctly
>
>
> in my configuration
> --
> (setq gnus-select-method
>       '(nnimap "Mail"
>                (nnimap-address "localhost")
>                (nnimap-stream network)
>                (nnimap-authenticator login)
>                (nnimap-inbox '("a.Inbox" "b.Inbox"))
>                (nnimap-unsplittable-articles nil)
>                (nnimap-split-methods 'nnmail-split-fancy)))
> --
>
>
>
> sorry, my poor english
> --
> emacsean!
>
>
>

mac OS & emacs 24(In Terminal.APP) & gnus 5.13(built-in)
nnimap.el

(deffoo nnimap-request-scan (&optional group server)
  (when group
    (setq group (nnimap-decode-gnus-group group)))
  (when (and (nnimap-possibly-change-group nil server)
	     nnimap-inbox
	     nnimap-split-methods)
    (nnheader-message 7 "nnimap %s splitting mail..." server)
    ;; (nnimap-split-incoming-mail)
    (if (listp nnimap-inbox)
        (dolist (nnimap-inbox nnimap-inbox)
          (nnimap-split-incoming-mail))
      (nnimap-split-incoming-mail))
    (nnheader-message 7 "nnimap %s splitting mail...done" server)))

I did more googling. I found this. so changed, but gnus doesn't work
correctly. Do I need to change more?


And how to install gnus git version?(Mac OS)
my emacs lisp location is
  /Applications/Emacs.app/Contents/Resources/lisp

It's different between my dir and Makefile's dir variable.

--
emacsean!




  reply	other threads:[~2012-09-28 12:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-28  0:14 Dylan O. Hanton
2012-09-28 12:27 ` Dylan O. Hanton [this message]
2012-09-29  0:19   ` Dylan O. Hanton

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=m2haqitjru.fsf@lavabit.com \
    --to=doh@lavabit.com \
    --cc=ding@gnus.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).