diff options
| author | David Bremner <david@tethera.net> | 2017-12-31 09:26:13 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-31 09:26:13 -0400 |
| commit | 99407db25cbd44f915fb33708c497bc375ff63de (patch) | |
| tree | 2b357c6cb01ac5ec9ce2e262077184c9f7a7b075 /command-line-arguments.h | |
| parent | e5e252de5560fee386bd46f8f279c800b953c667 (diff) | |
| parent | eff029de4a8782ccfe20e26814c740a271cb5285 (diff) | |
Merge branch 'release'
Conflicts:
doc/man1/notmuch-reply.rst
doc/man1/notmuch-show.rst
Conflicts taken from release (dkg's doc changes)
Diffstat (limited to 'command-line-arguments.h')
| -rw-r--r-- | command-line-arguments.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
