]> git.notmuchmail.org Git - notmuch/blobdiff - command-line-arguments.h
cli: change the data structure for notmuch address deduplication
[notmuch] / command-line-arguments.h
index 6444129ad2d095e811fcb0d17b93d8fc42aa7166..309aaf2b37b89878ebeac38e0f67ebbfd7e4996b 100644 (file)
@@ -5,6 +5,7 @@
 
 enum notmuch_opt_type {
     NOTMUCH_OPT_END = 0,
+    NOTMUCH_OPT_INHERIT,       /* another options table */
     NOTMUCH_OPT_BOOLEAN,       /* --verbose              */
     NOTMUCH_OPT_INT,           /* --frob=8               */
     NOTMUCH_OPT_KEYWORD,       /* --format=raw|json|text */