X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=command-line-arguments.h;h=c0228f7cb634dca5f34182a53e40d0803dc644c5;hp=76ca4dcbb276714a15b8524fbe106ffd6ba2fc78;hb=733ccfabca350f65a1d0ba1f64792a8a436da273;hpb=0f314c0c99befea599a68bea51d759b4133efef6 diff --git a/command-line-arguments.h b/command-line-arguments.h index 76ca4dcb..c0228f7c 100644 --- a/command-line-arguments.h +++ b/command-line-arguments.h @@ -32,6 +32,9 @@ typedef struct notmuch_opt_desc { /* Optional, if non-NULL, set to true if the option is present. */ bool *present; + /* Optional, allow empty strings for opt_string. */ + bool allow_empty; + /* Must be set for opt_keyword and opt_flags. */ const struct notmuch_keyword *keywords; } notmuch_opt_desc_t;