From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: rmail -- rmail-primary-inbox-list> Date: Mon, 26 Jan 2009 22:12:08 -0500 Message-ID: <87wsch8mt3.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233025920 17220 80.91.229.12 (27 Jan 2009 03:12:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 03:12:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 04:13:13 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LReNw-000168-72 for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 04:13:08 +0100 Original-Received: from localhost ([127.0.0.1]:52806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LReMc-0006Pd-3V for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2009 22:11:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LReMY-0006PY-7D for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:11:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LReMW-0006PM-Q5 for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:11:41 -0500 Original-Received: from [199.232.76.173] (port=55405 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LReMW-0006PJ-NZ for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:11:40 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:54123) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LReMU-0008CC-Ao; Mon, 26 Jan 2009 22:11:38 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 8095057E04D; Mon, 26 Jan 2009 22:12:08 -0500 (EST) In-Reply-To: (Alfred M. Szmidt's message of "Mon, 26 Jan 2009 11:44:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108283 Archived-At: "Alfred M. Szmidt" writes: > Givven multiple entries in rmail-primary-inbox-list, rmail will only > fetch the first one. > > (setq rmail-primary-inbox-list '("imap://ams@localhost" > "pop://ams@fencepost.gnu.org")) > > With this setup, mail from fencepost.gnu.org is not retrived. I'm afraid I can't reproduce this. Anyone?