]> granicus.if.org Git - neomutt/commitdiff
config: expand flags typedef
authorRichard Russon <rich@flatcap.org>
Thu, 19 Sep 2019 17:13:53 +0000 (18:13 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 21 Sep 2019 17:03:12 +0000 (18:03 +0100)
The recent addition, CS_DUMP_SHOW_DEPRECATED, didn't fit into the flags'
typedef.

config/dump.h

index 9dd635e46196c96b72b494a6846015554a51a38b..f1a0ca3243751613f0719029e3a33d2832ecd7e7 100644 (file)
@@ -31,7 +31,7 @@ struct Buffer;
 struct ConfigSet;
 struct HashElem;
 
-typedef uint8_t ConfigDumpFlags;          ///< Flags for dump_config(), e.g. #CS_DUMP_ONLY_CHANGED
+typedef uint16_t ConfigDumpFlags;         ///< Flags for dump_config(), e.g. #CS_DUMP_ONLY_CHANGED
 #define CS_DUMP_NO_FLAGS              0   ///< No flags are set
 #define CS_DUMP_ONLY_CHANGED    (1 << 0)  ///< Only show config that the user has changed
 #define CS_DUMP_HIDE_SENSITIVE  (1 << 1)  ///< Obscure sensitive information like passwords