Dear all, I would like to have a nice way to deal with several accounts in mutt. I am talking just about the .muttrc file aspect here.
My present configuration is that each account has its own muttrc file which sources a common one. I find it a pity to repeat the source main-mutt-config-file line in each account-file and also, I would like to be able to load just the file specific to an account (without leaving mutt) without reloading the main configuration file each time. So my idea would be to have the main configuration file, with no account information, and then, besides to it, one file per account. then at startup I had the idea to load (1) the main configuration file and (2) an acocunt specifile. I could then define macros for each account that would source the specified account file. But, at startup, the -F option can be specified only once. If specified several times, only the last one is taken into account. One way around would be to use -E 'source account-file' but is that the recommended solution or are there better known alternatives? Wouldn't be nice to be able to specify -F several times and to have the files given as arguemnts to it sourced in the order specified on the command-line? thanks for your thoughts, Sébastien.