summaryrefslogtreecommitdiff
path: root/db_config/config.inc.php.dist
blob: 7173105410e967f966bf7fec34620bf1deefbe12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php

/* Configuration for Account administration section (use this instead of $GLOBALS in the
   configuration of plugins which hooks into this settings section)
*/

/*
  'part'    => currently not used
  'label'   => label for the plugin name
  'descr'   => label for the plugin description
  'href'    => navigation into settings edit iFrame
  'onclick' => javascript code to be executed on click event
*/
$config['settingsnav']['summary'] = array(
  'part' => '',
  'label' => 'accountsummary',
  'href' => '#',
  'onclick' => 'parent.location.href="./?_task=mail&_action=plugin.summary"', 'descr' => 'summary'
);
$config['settingsnav']['moreuserinfo'] = array(
  'part' => '',
  'label' => 'accountinformation',
  'href' => './?_task=settings&_action=plugin.moreuserinfo&_framed=1',
  'onclick' => '',
  'descr' =>
  'moreuserinfo'
);
$config['settingsnav']['hmail_pop3'] = array(
  'part' => '',
  'label' => 'externalaccounts',
  'href' => './?_task=settings&_action=plugin.hmail_pop3&_framed=1',
  'onclick' => '',
  'descr' => 'hmail_pop3'
);
$config['settingsnav']['hmail_autoresponder'] = array(
  'part' => '',
  'label' => 'autoresponder',
  'href' => './?_task=settings&_action=plugin.hmail_autoresponder&_framed=1',
  'onclick' => '',
  'descr' => 'hmail_autoresponder'
);
$config['settingsnav']['hmail_forwarding'] = array(
  'part' => '',
  'label' => 'forwarding',
  'href' => './?_task=settings&_action=plugin.hmail_forwarding&_framed=1',
  'onclick' => '',
  'descr' =>
  'hmail_forwarding'
);
$config['settingsnav']['hmail_signature'] = array(
  'part' => '',
  'label' => 'signature',
  'href' => './?_task=settings&_action=plugin.hmail_signature&_framed=1',
  'onclick' => '',
  'descr' => 'hmail_signature'
);
$config['settingsnav']['hmail_spamfilter'] = array(
  'part' => '',
  'label' => 'spamfilter',
  'href' => './?_task=settings&_action=plugin.hmail_spamfilter&_framed=1',
  'onclick' => '',
  'descr' => 'hmail_spamfilter'
);
$config['settingsnav']['hmail_rules'] = array(
  'part' => '',
  'label' => 'rules',
  'href' => './?_task=settings&_action=plugin.hmail_rules&_framed=1',
  'onclick' => '', 
  'descr' => 'hmail_rules'
);
$config['settingsnav']['hmail_password'] = array(
  'part' => '',
  'label' => 'changepasswd',
  'href' => './?_task=settings&_action=plugin.hmail_password&_framed=1',
  'onclick' => '',
  'descr' => 'hmail_password'
);
$config['settingsnav']['pwtools'] = array(
  'part' => '',
  'label' => 'pwreminder',
  'href' => './?_task=settings&_action=plugin.pwtools&_framed=1',
  'onclick' => '',
  'descr' => 'pwtools'
);

?>