mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Initial TinyMCE editor support (still need to work on spellcheck and skins)
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user