New data format for internet addresses, convert old vcard format to new for version 912
[citadel.git] / citadel / citadel.h
index b2c0f08681d19f88e0419781540da2b6a84829fc..811d0f1951f7935cc50512ca1cba4354041df3b2 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      911             // This version
+#define REV_LEVEL      912             // This version
 #define REV_MIN                591             // Oldest compatible database
 #define EXPORT_REV_MIN 760             // Oldest compatible export files
 #define LIBCITADEL_MIN 903             // Minimum required version of libcitadel
@@ -115,6 +115,7 @@ struct ctdluser {                   // User record
        char fullname[64];              // Display name (primary identifier)
        long msgnum_bio;                // msgnum of user's profile (bio)
        long msgnum_pic;                // msgnum of user's avatar (photo)
+       char emailaddrs[512];           // Internet email addresses
 };