rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 8d46411dd2a40e88210c8ea7d6c1ae351983b46f
parent b8259cc0072f37e5f63608e8c01502b9176fa836
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  2 Feb 2013 09:37:09 +0100

Using »p« instead of »pseq« for results.

Diffstat:
pick.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pick.c b/pick.c @@ -348,7 +348,7 @@ pickmain(int argc, char *argv[]) }; status = 0; - addseq = "pseq"; + addseq = "p"; sorts = NULL; selected = NULL; cfgn = NULL;