Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 19:40:14 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
Cc:        Chip <chip@wiegand.org>, Greg Lehey <grog@lemis.com>, FreeBSD Questions <questions@freebsd.org>
Subject:   Re: Netscape, may be off topic
Message-ID:  <20000816194013.A254@parish>
In-Reply-To: <20000815082913.B1694@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Tue, Aug 15, 2000 at 08:29:13AM %2B0530
References:  <3998935A.720FC3BB@wiegand.org> <20000815103154.B3999@wantadilla.lemis.com> <3998A282.CB2B194B@wiegand.org> <20000815082913.B1694@physics.iisc.ernet.in>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 15, 2000 at 08:29:13AM +0530, Rahul Siddharthan wrote:
> > I guess I'll have to set up differant logins for myself, or find a
> > differant
> > email program. Any suggestions?
> 
> Mutt + procmail.

That combination works for me. Don't forget fetchmail(1) as well. Oh,
and if you use emacs as your editor, grab a copy of mutt.{el,elc}
(can't remember where I got it, but you'll find a link somewhere at
http://www.mutt/org ). Also, for emacs, if you wish mutt to use an
existing emacs session for editing messages rather than starting a new
one add:

    (server-start nil)

to ~/.emacs and create this script, /usr/local/bin/ec:

   #!/bin/sh

   ( emacsclient $* || emacs $* ) > /dev/console 2>&1

and add this to ~/.muttrc:

    set editor='ec'

HTH

> You can sort incoming mail with procmail into
> different folders, and in mutt you can set up hooks which will
> automatically select an appropriate From: address depending on various
> criteria, such as which folder you're currently viewing.  You can also
> edit the From: manually if need be.  And you can do all kinds of other
> things.
> 
> Rahul.
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
		4.4 - The number of the Beastie
________________________________________________________________
51.44°N  FreeBSD - The Power To Serve http://www.freebsd.org
2.057°W  My Webpage http://ukug.uk.freebsd.org/~mark
mailto:marko@freebsd.org                http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000816194013.A254>