Now the text client and webcit show the servers svn revision too.
[citadel.git] / webcit / webcit.h
index 2265e9bd7f8708617fce291af7c25e3819a4d1e3..7dd9d277c3d0632e8cc84da84ffe304663f78f0e 100644 (file)
@@ -250,6 +250,7 @@ struct serv_info {
        char serv_default_cal_zone[128];/* Default timezone for unspecified calendar items */
        int serv_supports_sieve;        /* Does the server support Sieve mail filtering? */
        int serv_fulltext_enabled;      /* Does the server have the full text index enabled? */
+       char serv_svn_revision[256];    /* SVN revision of the server */
 };