new option REWRITE_MESSAGE_ID enables you to rewrite the message-id of the restored message

This commit is contained in:
SJ
2012-11-14 15:28:39 +01:00
parent 90ef9dc0e2
commit acb3790a0f
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ define('ENABLE_GOOGLE_LOGIN', 0);
define('SEARCH_RESULT_CHECKBOX_CHECKED', 1);
define('HELPER_URL', '');
define('ENABLE_SYSLOG', 0);
define('REWRITE_MESSAGE_ID', 0);
define('GOOGLE_CLIENT_ID', 'xxxxxxxxxxx');
define('GOOGLE_CLIENT_SECRET', 'xxxxxxxxxxxxx');
define('GOOGLE_DEVELOPER_KEY', 'xxxxxxxxxxxx');