On Mon, Dec 21, 2009 at 10:45:34AM +0100, Joost Kremers wrote: > i have three IMAP accounts and simply run three mutt instances within screen. > my > ~/.screenrc contains (something similar to) the following lines: > > ==================================================== > > screen -t "Local" mutt -F .muttrc-local > screen -t "Account 1" mutt -F .muttrc-1 > screen -t "Account 2" mutt -F .muttrc-2 > screen -t "Account 3" mutt -F .muttrc-3 > > select 1 > > ==================================================== > > each ~/.muttrc-* contains just the settings for the specific account and then > it > sources ~/.muttrc, which contains general settings.
That sounds very similar to what I did with my muttrc files. I've setup a screenrc like yours, we'll see how it goes.