Ignore:
Timestamp:
Dec 8, 2010 7:52:04 AM (2 years ago)
Author:
alec
Message:
  • Better support for READ-ONLY and NOPERM responses handling (#1487083)
  • Add confirmation message on purge/expunge commands response
  • Fix CLOSE was called on unselected mailbox
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/mark.inc

    r4294 r4321  
    4848    if ($_POST['_from'] != 'show') 
    4949      $OUTPUT->command('list_mailbox'); 
    50     $OUTPUT->show_message('errormarking', 'error'); 
     50    rcmail_display_server_error('errormarking'); 
    5151    $OUTPUT->send(); 
    5252    exit; 
Note: See TracChangeset for help on using the changeset viewer.