diff options
| author | David Bremner <david@tethera.net> | 2023-01-05 20:02:04 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-04-02 19:21:37 -0300 |
| commit | c6733a45c8ff698505ff330d2edce92c90cbc946 (patch) | |
| tree | 216fc70710a8b41c676a720e805209d50638964d /lib/notmuch.h | |
| parent | 44924a6a09659c97d6cde383bf7deac0413d07c3 (diff) | |
lib: add config key INDEX_AS_TEXT
Higher level processing as a list of regular expressions and
documentation will follow.
Diffstat (limited to 'lib/notmuch.h')
| -rw-r--r-- | lib/notmuch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index 89018392..76156178 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2563,6 +2563,7 @@ typedef enum { NOTMUCH_CONFIG_USER_NAME, NOTMUCH_CONFIG_AUTOCOMMIT, NOTMUCH_CONFIG_EXTRA_HEADERS, + NOTMUCH_CONFIG_INDEX_AS_TEXT, NOTMUCH_CONFIG_LAST } notmuch_config_key_t; |
