mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-11 10:36:54 +01:00
- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
This commit is contained in:
@@ -90,7 +90,10 @@ ALTER TABLE contacts ALTER email TYPE varchar(255);
|
||||
|
||||
TRUNCATE messages;
|
||||
|
||||
-- Updates from version 0.5.1
|
||||
-- Updates from version 0.5.2
|
||||
|
||||
ALTER TABLE contacts ADD words TEXT NULL;
|
||||
CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id);
|
||||
|
||||
TRUNCATE messages;
|
||||
TRUNCATE cache;
|
||||
|
||||
Reference in New Issue
Block a user