Hello Jan, thanks a lot for your response and the link! Jan Eden via Mutt-users (2022/09/15 11:42 +0200): > I defined aliases for my accounts in .zshrc, because I do not mind > restarting mutt when switching to a different account: > > alias m1='cd ~/Downloads && /opt/homebrew/bin/mutt -F ~/.mutt/account1.cf && > cd' > alias m2='cd ~/Downloads && /opt/homebrew/bin/mutt -F > ~/.mutt/account2.cf && cd'
That's what I am doing currently, yse. But then, am I correct that each of your account.cf file needs to source the main configuration file to get the default values in? Precisely, it's the repetition of this line that I wanted to avoid. Plus, that way, when you change configuraiton interactively, all the common settings are read in again useessly. It's cheap of course but I'de still like to avoid it. Cheers, Sébastien.