From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel,gmane.comp.gnu.mailutils.bugs Subject: Re: syntax for movemail (mailutils), apop, rmail Date: Mon, 13 Oct 2008 14:39:15 -0400 Message-ID: References: Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1223923341 21595 80.91.229.12 (13 Oct 2008 18:42:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2008 18:42:21 +0000 (UTC) Cc: bug-mailutils@gnu.org, emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 13 20:43:19 2008 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 1KpSNs-0001yN-0g for ged-emacs-devel@m.gmane.org; Mon, 13 Oct 2008 20:43:12 +0200 Original-Received: from localhost ([127.0.0.1]:59230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpSMn-0007Ny-GN for ged-emacs-devel@m.gmane.org; Mon, 13 Oct 2008 14:42:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpSMV-0007Ah-PO for emacs-devel@gnu.org; Mon, 13 Oct 2008 14:41:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpSMU-00079X-5Z for emacs-devel@gnu.org; Mon, 13 Oct 2008 14:41:47 -0400 Original-Received: from [199.232.76.173] (port=50679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpSMU-00079R-10; Mon, 13 Oct 2008 14:41:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52689) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KpSMT-00075I-MY; Mon, 13 Oct 2008 14:41:45 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KpSK3-0000hc-N1; Mon, 13 Oct 2008 14:39:15 -0400 In-reply-to: (ams@gnu.org) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104507 gmane.comp.gnu.mailutils.bugs:1212 Archived-At: I solved it by doing: (setq rmail-primary-inbox-list '( "imap://ams:PASSWORD@HOST" "pop://ams;AUTH=+APOP@HOST" )) (setq rmail-remote-password "PASSWORD") (setq rmail-remote-password-required t) Alas, if one has multiple APOP hosts, then one cannot have different passwords for each.