Will Yardley <[EMAIL PROTECTED]> asked:
> Is it possible to source different mutt config files somehow
> based on a shell script type thingie?
Using a command line argument, you can specify a different
initialization file to read instead of the ~/.muttrc file.
For example, to start Mutt using ~/.muttrc.home as the
initialization file instead of /.muttrc, you could use the
following:
mutt -F ~/.muttrc.home
Perhaps using this with some nifty scripting or aliasing will do
what you want.
-- Mr. Wade
--
Linux: The Choice of the GNU Generation