X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=811d0f1951f7935cc50512ca1cba4354041df3b2;hb=1b71b791e56100f731d23aeec7a47c9d9ca2d7e0;hp=b2c0f08681d19f88e0419781540da2b6a84829fc;hpb=365a7b93fe804fe6c618946086fc74c2c39b2dae;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index b2c0f0868..811d0f195 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 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 };