tUsing »p« instead of »pseq« for results. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 8d46411dd2a40e88210c8ea7d6c1ae351983b46f
 (DIR) parent b8259cc0072f37e5f63608e8c01502b9176fa836
 (HTM) 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(-)
       ---
 (DIR) diff --git a/pick.c b/pick.c
       t@@ -348,7 +348,7 @@ pickmain(int argc, char *argv[])
                };
        
                status = 0;
       -        addseq = "pseq";
       +        addseq = "p";
                sorts = NULL;
                selected = NULL;
                cfgn = NULL;