feature: preview allows now to open an attached messages download window, wich displays the subject of the message in preview and its attachments

This commit is contained in:
Klaus Leithoff
2010-02-02 15:35:45 +00:00
parent 0d9ceff493
commit 8d3a622182
4 changed files with 246 additions and 11 deletions

View File

@ -454,6 +454,10 @@ function fm_readMessage(_url, _windowName, _node) {
xajax_doXMLHTTP("felamimail.ajaxfelamimail.refreshFolder");
}
function fm_readAttachments(_url, _windowName, _node) {
egw_openWindowCentered(_url, _windowName, 750, 220);
}
function fm_clearSearch() {
var inputQuickSearch = document.getElementById('quickSearch');
var status = document.getElementById('status').value;