From owner-freebsd-hackers Mon Feb 16 04:36:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14409 for freebsd-hackers-outgoing; Mon, 16 Feb 1998 04:36:44 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [193.117.77.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14380 for ; Mon, 16 Feb 1998 04:36:40 -0800 (PST) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id MAA20019; Mon, 16 Feb 1998 12:31:13 GMT Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.7/8.8.7) id MAA10963; Mon, 16 Feb 1998 12:36:00 GMT Message-ID: <19980216123600.07912@iii.co.uk> Date: Mon, 16 Feb 1998 12:36:00 +0000 To: Mike Smith Cc: hackers@FreeBSD.ORG Subject: Re: Mailreader with "multiple personalities"? References: <199802161226.EAA06224@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <199802161226.EAA06224@dingo.cdrom.com>; from Mike Smith on Mon, Feb 16, 1998 at 04:26:24AM -0800 Organization: interactive investor Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 16, 1998 at 04:26:24AM -0800, Mike Smith wrote: > The situation is such that I wish to manage the bulk of my mail from a > single login on a single system, mostly for portability (being a > laptop) and centralisation. > > However, I have a number of different contact addresses, and want to > retain the individuality of these, ie. mail to one should be answered > as thought it had come from that one, rather than having everything > effectively forwarded to a single mailbox. I'd use (in fact, I use something close to) the following: 1. Route mail to all your addresses to one account using sendmail aliases (or similar). 2. Run procmail to split the messages out in to seperate mailbox files (folders) depending on the address the message was originally to. 3. Run xbuffy to keep an eye on incoming messages to each folder. 4. Run mutt as your mail client. Mutt's configuration allows you to define 'folder-hooks', commands that are run whenever mutt loads a particular mail folder. Configure each folder-hook to alter your 'From' address based on the folder. You could also do other things, like select a specific signature, and so on. 5. Either: 1. Run a single copy of mutt, and use the 'change folder' command to select between different folders. 2. Put entries on your X window manager (or similar) to run mutt with the -f parameter to select a specific mail folder. N -- --+==[ Nik Clayton is Just Another Perl Hacker at Interactive Investor ]==+-- . . . and relax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message