From: Art Cancro Date: Sat, 10 Dec 2005 22:45:51 +0000 (+0000) Subject: * Switched our TinyMCE call to the "advanced" theme. Also enabled X-Git-Tag: v7.86~4381 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=f7c4b697048674b81186cdc8d87f30b41d0d74e1;p=citadel.git * Switched our TinyMCE call to the "advanced" theme. Also enabled the IESpell plugin (when Internet Explorer is in use). --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 7d00b88e2..d2b6ff599 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,5 +1,9 @@ $Id$ +Sat Dec 10 17:44:51 EST 2005 ajc +* Switched our TinyMCE call to the "advanced" theme. Also enabled + the IESpell plugin (when Internet Explorer is in use). + Fri Dec 9 14:40:21 EST 2005 ajc * Deleting a message from the Trash folder now actually deletes it instead of trying to move it to the Trash. Requires Citadel server 6.63. diff --git a/webcit/messages.c b/webcit/messages.c index f91bb406a..c075d10c4 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -2657,11 +2657,16 @@ void display_enter(void) "\n" "\n" ); + /* Enumerate any attachments which are already in place... */ wprintf(" "); diff --git a/webcit/webcit.h b/webcit/webcit.h index d7a3f403a..fbaccbeba 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -123,7 +123,7 @@ #define DEVELOPER_ID 0 #define CLIENT_ID 4 #define CLIENT_VERSION 640 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 663 /* min required Citadel ver. */ +#define MINIMUM_CIT_VERSION 661 /* min required Citadel ver. */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */