X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=command-line-arguments.h;fp=command-line-arguments.h;h=f722f97dde6e57c691437914b91cf42128384fa9;hp=c0228f7cb634dca5f34182a53e40d0803dc644c5;hb=0ada2a05c94de72bc2c7c57a790e92b77af37a42;hpb=07a6214233ebc1a9c228acae674cffe68d0908ea diff --git a/command-line-arguments.h b/command-line-arguments.h index c0228f7c..f722f97d 100644 --- a/command-line-arguments.h +++ b/command-line-arguments.h @@ -26,6 +26,10 @@ typedef struct notmuch_opt_desc { const char **opt_string; const char **opt_position; + /* for opt_keyword only: if no matching arguments were found, and + * keyword_no_arg_value is set, then use keyword_no_arg_value instead. */ + const char *keyword_no_arg_value; + /* Must be set except for opt_inherit and opt_position. */ const char *name;