Changeset 09941ea in github for program/steps/mail/move_del.inc


Ignore:
Timestamp:
Oct 13, 2005 5:53:33 PM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
455c2bd
Parents:
520c36a
Message:

Some error messages added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/move_del.inc

    r30233b8 r09941ea  
    3131    { 
    3232    // send error message 
     33    $commands = "this.list_mailbox();\n"; 
     34    $commands .= show_message('errormoving', 'error'); 
     35    rcube_remote_response($commands); 
    3336    exit; 
    3437    } 
     
    4447    { 
    4548    // send error message 
     49    $commands = "this.list_mailbox();\n"; 
     50    $commands .= show_message('errordeleting', 'error'); 
     51    rcube_remote_response($commands); 
    4652    exit; 
    4753    } 
Note: See TracChangeset for help on using the changeset viewer.