diff options
| author | David Bremner <david@tethera.net> | 2021-02-09 20:26:40 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-27 09:26:14 -0300 |
| commit | d9bc5c85288526e1e063e14fa00517e8f953be16 (patch) | |
| tree | 274c8bdb0de5470657adebdfb5d9b66bb8ce481b /notmuch-client.h | |
| parent | b25e57e6cb65c31030322125aafb0a5eb085b420 (diff) | |
CLI: load merged config at top level
This paves the way for the conversion of the remaining subcommands to
the new configuration framework.
Diffstat (limited to 'notmuch-client.h')
| -rw-r--r-- | notmuch-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h index 70458629..b560e3ed 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -272,6 +272,7 @@ typedef enum { NOTMUCH_COMMAND_DATABASE_EARLY = 1 << 2, NOTMUCH_COMMAND_DATABASE_WRITE = 1 << 3, NOTMUCH_COMMAND_DATABASE_CREATE = 1 << 4, + NOTMUCH_COMMAND_CONFIG_LOAD = 1 << 5, } notmuch_command_mode_t; notmuch_config_t * |
