Initial TinyMCE editor support (still need to work on spellcheck and skins)

This commit is contained in:
svncommit
2006-09-14 03:49:28 +00:00
parent bb5ddfa0ad
commit a0109c4933
201 changed files with 15838 additions and 135 deletions

View File

@@ -69,7 +69,8 @@ CREATE TABLE identities (
email character varying(128) NOT NULL,
"reply-to" character varying(128),
bcc character varying(128),
signature text
signature text,
html_signature integer DEFAULT 0 NOT NULL
);