From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82364 Path: news.gmane.org!not-for-mail From: doh@lavabit.com (Dylan O. Hanton) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimp-index variable Date: Fri, 28 Sep 2012 21:27:17 +0900 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348835323 14449 80.91.229.3 (28 Sep 2012 12:28:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2012 12:28:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30630@lists.math.uh.edu Fri Sep 28 14:28:47 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1THZgP-00069F-Lx for ding-account@gmane.org; Fri, 28 Sep 2012 14:28:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1THZfM-00064c-31; Fri, 28 Sep 2012 07:27:36 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1THZfK-00064T-RT for ding@lists.math.uh.edu; Fri, 28 Sep 2012 07:27:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1THZfJ-0005t5-1H for ding@lists.math.uh.edu; Fri, 28 Sep 2012 07:27:34 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1THZfH-0003qI-0F for ding@gnus.org; Fri, 28 Sep 2012 14:27:31 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THZfL-0005YM-2I for ding@gnus.org; Fri, 28 Sep 2012 14:27:35 +0200 Original-Received: from 39.112.212.212 ([39.112.212.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Sep 2012 14:27:35 +0200 Original-Received: from doh by 39.112.212.212 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Sep 2012 14:27:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 58 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 39.112.212.212 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:0Bz97bqmjrv1s6Zq02P09PEO8YA= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82364 Archived-At: 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!