I started with the idea I could configure mutt to accomplish the goal I describe below, but I'm not sure I can.
I get mail from a mail server that receives mail sent to bro...@hartford-hwp.com. I set up another mail sever to receive mail for bro...@historicalmaterialism.info. As a result, mail coming to the historicalMaterialism.info address has a header that looks like this: Envelope-to: bro...@localhost Received: from localhost ([127.0.0.1] helo=teufel.hartford-hwp.com ident=brownh) by teufel.hartford-hwp.com with esmtp (Exim 4.63) X-Original-To: bro...@historicalmaterialism.info Delivered-To: bro...@historicalmaterialism.info Received: from mail.historicalmaterialism.info [216.239.128.27] by teufel.hartford-hwp.com with POP3 (fetchmail-6.3.6) for <bro...@localhost> (single-drop); ... I retrieve mail with fetchmail, which I have poll both mail servers. What I would like to do is to read mail from one server using emacs-rmail and mail from the other server using mutt, with each blind to the other's mail. Rmail uses as inbox ~/RMAIL, while mutt should use ~/Mail/ for storing mail. Haines Brown