diff options
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r-- | src/config/preferences.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h index 273ce6bb..9e8d2898 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -98,11 +98,12 @@ typedef enum { PREF_LOG_ROTATE, PREF_LOG_SHARED, PREF_OTR_LOG, - PREF_OTR_WARN, PREF_OTR_POLICY, PREF_RESOURCE_TITLE, PREF_RESOURCE_MESSAGE, - PREF_INPBLOCK_DYNAMIC + PREF_INPBLOCK_DYNAMIC, + PREF_ENC_WARN, + PREF_PGP_LOG } preference_t; typedef struct prof_alias_t { |