diff options
| author | David Bremner <david@tethera.net> | 2026-01-25 07:56:34 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-02-16 07:24:18 +0900 |
| commit | b222d18634e95b54010cec02e994d3cc96755746 (patch) | |
| tree | 5f0a3c028a900f357bda21a934c4c4acea348952 /lib/notmuch.h | |
| parent | b8fa14f8a8f3e30c95f1dad54daa79a6a962fa73 (diff) | |
lib/config: add config keys for git-remote-notmuch.
The precise function will be explained in a future update to
notmuch-config(1).
Diffstat (limited to 'lib/notmuch.h')
| -rw-r--r-- | lib/notmuch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index dc40c886..c403a348 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2641,6 +2641,9 @@ typedef enum { NOTMUCH_CONFIG_INDEX_AS_TEXT, NOTMUCH_CONFIG_AUTHORS_SEPARATOR, NOTMUCH_CONFIG_AUTHORS_MATCHED_SEPARATOR, + NOTMUCH_CONFIG_GIT_FAIL_ON_MISSING, + NOTMUCH_CONFIG_GIT_METADATA_PREFIX, + NOTMUCH_CONFIG_GIT_REF, NOTMUCH_CONFIG_LAST } notmuch_config_key_t; |
