Implemnet new message listing mode, that allows to specify which headers to send
[citadel.git] / citadel / msgbase.h
index 34b5ec599a0f9463dbf44ebe2cfe7e467609432e..7f9052b7619bf02735427c262944f945ee115cf7 100644 (file)
@@ -18,7 +18,8 @@ enum {
 enum {
        MSG_HDRS_BRIEF = 0,
        MSG_HDRS_ALL = 1,
-       MSG_HDRS_EUID = 4
+       MSG_HDRS_EUID = 4,
+       MSG_HDRS_BRIEFFILTER = 8
 };
 
 /*