Gnus development mailing list
 help / color / mirror / Atom feed
* nnimp-index variable
@ 2012-09-28  0:14 Dylan O. Hanton
  2012-09-28 12:27 ` Dylan O. Hanton
  0 siblings, 1 reply; 3+ messages in thread
From: Dylan O. Hanton @ 2012-09-28  0:14 UTC (permalink / raw)
  To: ding

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!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-29  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-28  0:14 nnimp-index variable Dylan O. Hanton
2012-09-28 12:27 ` Dylan O. Hanton
2012-09-29  0:19   ` Dylan O. Hanton

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).