tMarks are allowed in pick sequences too. - 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 f549da36bd009f3a3db17e426f3a588ae69d16dd
 (DIR) parent 7a2dd30544a506d3b5f449e0dfe7d670c941d3ad
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 20 Apr 2019 10:19:59 +0200
       
       Marks are allowed in pick sequences too.
       
       Diffstat:
         pick.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/pick.c b/pick.c
       t@@ -38,7 +38,7 @@ static char *desc[] = {
                [PICK_NUM] = "Number",
                [PICK_EXPR] = "Expression",
                [PICK_KEY] = "Keyword",
       -        [PICK_SEQ] = "Sequence",
       +        [PICK_SEQ] = "Sequence (also: marks)",
                [PICK_HEADERPREP] = "Header prepend"
        };