LDAP: check for new values in LDAP on each login (by HarryC)
[citadel.git] / citadel / context.h
index 6d93249b93423e7fdbe6a7c2ddb672a314fb709b..4b450a416720bbc9cd0c9eb415a12415b50f5516 100644 (file)
@@ -149,6 +149,8 @@ struct CitContext {
        long *cached_msglist;                   /* results of the previous CtdlForEachMessage() */
        int cached_num_msgs;
 
+       char vcard_updated_by_ldap;             /* !0 iff ldap changed the vcard, treat as aide update */
+
        AsyncIO *IO;                            /* if this session has AsyncIO going on... */
 };