mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Bugfixes for encoding and sending with attachments
This commit is contained in:
@@ -31,7 +31,7 @@ CREATE INDEX ix_cache_session_id ON cache(session_id);
|
||||
CREATE TABLE contacts (
|
||||
contact_id integer NOT NULL PRIMARY KEY,
|
||||
user_id integer NOT NULL default '0',
|
||||
created datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
changed datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
del tinyint NOT NULL default '0',
|
||||
name varchar(128) NOT NULL default '',
|
||||
email varchar(128) NOT NULL default '',
|
||||
|
||||
Reference in New Issue
Block a user