Ignore:
Timestamp:
10/20/09 15:24:08 (15 years ago)
Author:
eduardoalex
Message:

Ticket #656 - funcionalidade de arquivamento programado no expressoMail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/hook_preferences.inc.php

    r1121 r1518  
    1313        $file = array( 
    1414                'Preferences'                   => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname), 
    15                 'Expresso Offline'                      => $GLOBALS['phpgw']->link('/expressoMail1_2/offline_preferences.php') 
     15                'Expresso Offline'                      => $GLOBALS['phpgw']->link('/expressoMail1_2/offline_preferences.php'), 
     16                'Programed Archiving' => $GLOBALS['phpgw']->link('/expressoMail1_2/programed_archiving.php') 
    1617        ); 
    1718        //Do not modify below this line 
Note: See TracChangeset for help on using the changeset viewer.