X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=command-line-arguments.h;fp=command-line-arguments.h;h=6444129ad2d095e811fcb0d17b93d8fc42aa7166;hp=de1734ad2fdb3f0c5444c73abc5f74b7cbd99cf2;hb=ecc4a9a6441a3b7011d9afb2ca67e9d4ea1fca48;hpb=dc398119482b58be5f46cf636127794a002b36e6 diff --git a/command-line-arguments.h b/command-line-arguments.h index de1734ad..6444129a 100644 --- a/command-line-arguments.h +++ b/command-line-arguments.h @@ -8,6 +8,7 @@ enum notmuch_opt_type { NOTMUCH_OPT_BOOLEAN, /* --verbose */ NOTMUCH_OPT_INT, /* --frob=8 */ NOTMUCH_OPT_KEYWORD, /* --format=raw|json|text */ + NOTMUCH_OPT_KEYWORD_FLAGS, /* the above with values OR'd together */ NOTMUCH_OPT_STRING, /* --file=/tmp/gnarf.txt */ NOTMUCH_OPT_POSITION /* notmuch dump pos_arg */ };