Ignore:
Timestamp:
11/25/13 15:21:31 (10 years ago)
Author:
angelo
Message:

Ticket #0000 - sincronizacao parcial das alteracoes do trunk com este sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/expressoMail1_2/js/doiMenuData.js

    r8167 r8262  
    250250                "103": {"name": get_lang("Edit filters"), "icon": "filter", callback: filterbox2 }, 
    251251                "i05": {"name": get_lang("Share mailbox"), "icon": "share-mailbox", callback: sharebox }, 
    252                 "i06": {"name": get_lang("Labels"), "icon": "tag", callback: configureLabels },  
    253                 "i08": {"name": get_lang("Empty trash"), "icon": "empty-trash", callback: function(key, opt){ empty_trash_imap(); }} 
    254252        }; 
    255                  
     253        if ( preferences['use_followupflags_and_labels'] == "1" ) 
     254            menuToolsItems["i06"] = {"name": get_lang("Labels"), "icon": "tag", callback: configureLabels }; 
     255        menuToolsItems["i08"] = {"name": get_lang("Empty trash"), "icon": "empty-trash", callback: function(key, opt){ empty_trash_imap(); }};                   
    256256        if(use_local_messages==1) { 
    257257                //if(expresso_mail_archive.enabled == true) { 
Note: See TracChangeset for help on using the changeset viewer.