Excerpts from Ari Brown's message of 2015-01-24 21:01:07 +0100: > I have multiple accounts on my system (postmaster, sysadmin, and > personal). Is there an easy way to selectively view mail from the > accounts one at a time? > > My plan B is to add labels to everything and then view accordingly, but > I wanted to check to see if there was a plan A, first. > > Thanks, > Ari Hello, Sup's data is all contained in a single directory that defaults to ~/.sup. You can select the location of this directory with the SUP_BASE env variable, so you could do something like: SUP_BASE="$XDG_DATA_HOME/sup/postmaster" sup SUP_BASE="$XDG_DATA_HOME/sup/sysadmin" sup SUP_BASE="$XDG_DATA_HOME/sup/personal" sup You must indicate a full path. Please note that you must specify the SUP_BASE variable for each command, ie also for sup-add, sup-config, ... I haven't tested it thoroughly (I just skimmed the source code and tested with an empty dir), but would love to hear your findings if you tried it. -- Matthieu Rakotojaona