On Sat, Feb 28, 2015 at 16:49:29 -0500, Patrick Shanahan wrote: > There is no problem I am aware of running multiple instances of mutt as > long as you have file-locking. I have been using mutt this way for > 10 > years.
I haven't been a user that long, but I do have multiple instances of mutt open often enough I think I'd notice problems if they exist. If you do want to send commands to a specific instance, you could use tmux send-keys -t 'services:mutt.0' or something if you name your sessions and windows properly. --Ben