On 1999-08-01 15:50:29 -0400, David Thorburn-Gundlach wrote:
> ObMutt: I still haven't found [what I consider to be] a graceful
> way to manage lots of various hooks for lots of various
> personalities; am I really the only one out there that has
> more than three or four email addresses?
I'd suggest you put your various configuration profiles into
configuration files of their own, like
~/.mutt/zaphod-lefthead
~/.mutt/zahpod-righthead
or something along these lines. You could then either use actual
hooks to source them (have a look at reverse_name, this gives you
some nice possibilities to be shizophrenic ;-), or bind appropriate
"source" commands to function keys or the like.
> ObReq: It might be neat if mutt knew to look first in $HOME/.mutt
> for a muttrc or .muttrc instead of my having to either source
> that other copy by hand or patch the source code...
I don't see your problem - I'm using ~/.mutt/muttrc all the time.