/[drupal]/contributions/modules/mailhandler/mailhandler.module
ViewVC logotype

Diff of /contributions/modules/mailhandler/mailhandler.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.96.2.2, Sat Aug 9 11:54:43 2008 UTC revision 1.96.2.3, Sun Oct 26 21:43:24 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: mailhandler.module,v 1.96.2.1 2008/05/15 10:43:55 weitzman Exp $  // $Id: mailhandler.module,v 1.96.2.2 2008/08/09 11:54:43 weitzman Exp $
3    
4    
5  /**  /**
# Line 59  function mailhandler_menu() { Line 59  function mailhandler_menu() {
59      'file' => 'mailhandler.admin.inc',      'file' => 'mailhandler.admin.inc',
60    );    );
61    
62      $items['admin/content/mailhandler/clone/%'] = array(
63        'title' => t('Add mailbox'),
64        'page callback' => 'drupal_get_form',
65        'page arguments' => array('mailhandler_add_edit_mailbox', 4, TRUE),
66        'access arguments' => array('administer mailhandler'),
67        'type' => MENU_CALLBACK,
68        'file' => 'mailhandler.admin.inc',
69      );
70    
71    $items['admin/content/mailhandler/retrieve/%'] = array(    $items['admin/content/mailhandler/retrieve/%'] = array(
72      'title' => t('Retrieve'),      'title' => t('Retrieve'),
73      'page callback' => 'mailhandler_admin_retrieve',      'page callback' => 'mailhandler_admin_retrieve',

Legend:
Removed from v.1.96.2.2  
changed lines
  Added in v.1.96.2.3

  ViewVC Help
Powered by ViewVC 1.1.2