diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js index 6d4b1fff..71e2780e 100644 --- a/plugins/kolab_files/kolab_files.js +++ b/plugins/kolab_files/kolab_files.js @@ -33,6 +33,9 @@ window.rcmail && rcmail.addEventListener('init', function() { rcmail.file_list.init(); kolab_files_list_coltypes(); } + + // register some commands to skip warning message on compose page + $.merge(rcmail.env.compose_commands, ['files-list', 'files-sort', 'files-search', 'files-search-reset']); } // mail preview else if (rcmail.env.action == 'show' || rcmail.env.action == 'preview') {