Introduce new MSGS mode for threads to avoid breaking old webcit subject lines
[citadel.git] / citadel / msgbase.h
index c19dbbe3d4ee00692e583da8c937179e7c7a0e25..90be427f87613dd7a2afb90ed28d22fabc194eaa 100644 (file)
@@ -19,7 +19,8 @@ enum {
        MSG_HDRS_BRIEF = 0,
        MSG_HDRS_ALL = 1,
        MSG_HDRS_EUID = 4,
-       MSG_HDRS_BRIEFFILTER = 8
+       MSG_HDRS_BRIEFFILTER = 8,
+       MSG_HDRS_THREADS = 9
 };
 
 /*