diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:07:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:07:06 +0100 |
| commit | 40755a826d9f28be8ac69cfbab48a5ad1ad18961 (patch) | |
| tree | 2898a7fe201add5dde1146a2603eb1a292e096ef /src/lib/config.h | |
| parent | cf7af490abb124631a775f5031f43ed58c0c1e4a (diff) | |
Initial nag for interface complexity.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 58db9c280..c5ce59fbf 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -360,6 +360,8 @@ public: NAG_ENCRYPTED_METADATA, NAG_REMAKE_DECRYPTION_CHAIN, NAG_BAD_SIGNER_CHAIN, + /* Not really a nag but it's the same idea */ + NAG_INITIAL_SETUP, NAG_COUNT }; |
