]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.h
LDAP: check for new values in LDAP on each login (by HarryC)
[citadel.git] / webcit / messages.h
index e8ba1a3f7afc67fa9eaf3e2bd213c3f2074d5cb7..0738e947e39ff3ba1e80f4641c792853a52c6a96 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Copyright (c) 1996-2013 by the citadel.org team
+ *
+ * This program is open source software.  You can redistribute it and/or
+ * modify it under the terms of the GNU General Public License, version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
 extern CtxType CTX_MAILSUM;
 extern CtxType CTX_MIME_ATACH;
 extern HashList *MsgHeaderHandler;
@@ -47,6 +59,7 @@ typedef struct _message_summary {
        StrBuf *AllRcpt;
        StrBuf *Room;
        StrBuf *Rfca;
+       StrBuf *EnvTo;
        StrBuf *OtherNode;
        const StrBuf *PartNum;