Implemnet new message listing mode, that allows to specify which headers to send
[citadel.git] / citadel / msgbase.h
index 4b53032eb75157e727d2b9bfcdcef85c9246f23b..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
 };
 
 /*
@@ -73,6 +74,9 @@ struct addresses_to_be_filed {
 
 extern struct addresses_to_be_filed *atbf;
 
+int GetFieldFromMnemonic(eMsgField *f, const char* c);
+
+
 void memfmout (char *mptr, const char *nl);
 void output_mime_parts(char *);
 long send_message (struct CtdlMessage *);