- Fix service not available error when pressing back from compose dialog (#1485552)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix service not available error when pressing back from compose dialog (#1485552) |
| | | - Fix using mail() on Windows (#1485779) |
| | | - Fix word wrapping in message-part's <PRE>s for printing (#1485787) |
| | | - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714) |
| | |
| | | |
| | | */ |
| | | |
| | | if (!$OUTPUT->ajax_call) { |
| | | return; |
| | | } |
| | | |
| | | // is there a sort type for this request? |
| | | if ($sort = get_input_value('_sort', RCUBE_INPUT_GET)) |
| | | { |