X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=4c6775d8f0d6ce63d2460749a0e9d83198554f75;hb=c10e7d69147159c0f46b6406f25d3fea0732cac6;hp=b2c0f08681d19f88e0419781540da2b6a84829fc;hpb=d34bd7a40dcd1f037c186a3d51f30b32ec08bed8;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index b2c0f0868..4c6775d8f 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 913 // 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 };