Discussions of development and use of the Sup email client
 help / color / mirror / Atom feed
From: Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>
To: supmua <supmua@googlegroups.com>
Subject: Re: [sup] [sup-talk] selectively viewing multiple accounts
Date: Sun, 25 Jan 2015 10:04:47 +0100	[thread overview]
Message-ID: <1422176198-sup-4747@kpad> (raw)
In-Reply-To: <1422129465-sup-696@majoit.us>

[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

      parent reply	other threads:[~2015-01-25  9:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-24 20:01 Ari Brown
2015-01-25  0:19 ` [sup] " Troy Sankey
2015-01-25  9:04 ` Matthieu Rakotojaona [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422176198-sup-4747@kpad \
    --to=matthieu.rakotojaona@gmail.com \
    --cc=supmua@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox