X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=a054ea9dac30bb7a8065e1e11e3cf045d9985f3f;hb=3f1b85695cf9338d2b5f7fc7f9f8afedcb9d608c;hp=de9f6e964532e68fcf03cb08c88c42cbc9e26c49;hpb=511ff6f7d545fd30b1be55180886245b127791b6;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index de9f6e964..a054ea9da 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -124,9 +124,9 @@ extern locale_t wc_locales[]; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 736 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 730 /* min required Citadel ver */ -#define LIBCITADEL_MIN 114 /* min required libcitadel ver */ +#define CLIENT_VERSION 737 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 737 /* min required Citadel ver */ +#define LIBCITADEL_MIN 115 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ @@ -252,6 +252,7 @@ struct serv_info { 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 */ + int serv_supports_openid; /* Does the server support authentication via OpenID? */ };