From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: Updating movemail in Emacs Date: Thu, 18 Nov 2004 18:56:56 +0000 (UTC) Message-ID: References: <200411011451.JAA28950@smtp.ott.qnx.com> <200411011509.iA1F91017792@Mirddin.farlep.net> <200411031853.iA3IrL011498@Mirddin.farlep.net> <200411181708.iAIH8e028114@Mirddin.farlep.net> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100804393 26281 80.91.229.6 (18 Nov 2004 18:59:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2004 18:59:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 19:59:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CUrVB-0008Io-00 for ; Thu, 18 Nov 2004 19:59:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUre2-00017O-Hw for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2004 14:08:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUrct-0000YQ-6q for emacs-devel@gnu.org; Thu, 18 Nov 2004 14:07:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUrcr-0000XQ-52 for emacs-devel@gnu.org; Thu, 18 Nov 2004 14:07:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUrcq-0000W7-FG for emacs-devel@gnu.org; Thu, 18 Nov 2004 14:07:24 -0500 Original-Received: from [69.168.110.189] (helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUrT5-0006UJ-KO for emacs-devel@gnu.org; Thu, 18 Nov 2004 13:57:19 -0500 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Thu, 18 Nov 2004 18:56:56 +0000 (UTC) Original-To: Sergey Poznyakoff In-reply-to: <200411181708.iAIH8e028114@Mirddin.farlep.net> (message from Sergey Poznyakoff on Thu, 18 Nov 2004 19:08:40 +0200) 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: main.gmane.org gmane.emacs.devel:30037 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30037 Attached is a patch that improves the interaction of rmail.el with movemail from GNU mailutils. .... How do you set four different passwords for four different mail servers, easily? My understanding is that I should be able to do the following, but if I remember rightly, the last time I tried (in Feb 2004), the transfer was too slow (so I use ftp from one source and scp from another). (setq rmail-pop-password nil) (setq rmail-pop-password-required t) (setq rmail-primary-inbox-list '("po:AAA:foo.edu" "po:AAA:bar.net" "po:BBB:bar.net" "po:CCC:bar.net")) (rmail-set-pop-password "XXX" "foo.edu") (rmail-set-pop-password "YYY" "bar.net") (rmail-set-pop-password "ZZZ" "bar.net") (rmail-set-pop-password "WWW" "bar.net") Using the new URL format, should I write "po:AAA:foo.edu" as "pop://foo.edu/var/mail/AAA"? -- Robert J. Chassell bob@rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.rattlesnake.com http://www.teak.cc