Ignore:
Timestamp:
09/10/12 11:54:00 (12 years ago)
Author:
airton
Message:

Ticket #3088 - Melhoria no arquivamento local do Expresso - Arquivar mais de uma mensagem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.0-expresso1/expressoMail1_2/js/main.js

    r7172 r7183  
    15941594 
    15951595 
    1596 function archive_msgs(folder,folder_dest,id_msgs) { 
     1596/* function archive_msgs(folder,folder_dest,id_msgs) { 
    15971597        if(proxy_mensagens.is_local_folder(folder)) { 
    15981598                write_msg(get_lang("You cant archive local mails")); 
     
    16631663 
    16641664        }); 
    1665 } 
     1665} */ 
    16661666 
    16671667function complete_archiving( success, fails, has_local_messages_before ) 
Note: See TracChangeset for help on using the changeset viewer.