diff options
| author | David Bremner <david@tethera.net> | 2021-01-09 09:19:50 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:54:09 -0400 |
| commit | 4922416cccb826483e8306461a15a7372e97d3ce (patch) | |
| tree | 5556d1759ad2a2ae2198481e7de62bbcc852df4c /lib/notmuch.h | |
| parent | 0d3bef312dd624225825e6fe175ea8830c1c9e39 (diff) | |
lib/config: add HOOK_DIR
The hook directory configuration needs to be kept in synch with the
other configuration information, so add scaffolding to support this at
database opening time.
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 5e07a01a..5a5d99c0 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2460,6 +2460,7 @@ notmuch_config_list_destroy (notmuch_config_list_t *config_list); typedef enum _notmuch_config_key { NOTMUCH_CONFIG_FIRST, NOTMUCH_CONFIG_DATABASE_PATH = NOTMUCH_CONFIG_FIRST, + NOTMUCH_CONFIG_HOOK_DIR, NOTMUCH_CONFIG_EXCLUDE_TAGS, NOTMUCH_CONFIG_NEW_TAGS, NOTMUCH_CONFIG_NEW_IGNORE, |
