update the gui for per user legal hold

This commit is contained in:
SJ
2015-03-29 16:27:44 +02:00
parent aaa16d0151
commit 1c57a4a1e4
21 changed files with 420 additions and 0 deletions

View File

@ -355,6 +355,7 @@ define('TABLE_IMPORT', 'import');
define('TABLE_GOOGLE', 'google');
define('TABLE_GOOGLE_IMAP', 'google_imap');
define('TABLE_AUTOSEARCH', 'autosearch');
define('TABLE_LEGAL_HOLD', 'legal_hold');
define('VIEW_MESSAGES', 'v_messages');
define('EOL', "\n");