* Changed preferences to cache them for reading (Yeay!)
[squirrelmail.git] / src / options.php
1 <?php
2 /**
3 ** options.php
4 **
5 ** Copyright (c) 1999-2000 The SquirrelMail development team
6 ** Licensed under the GNU GPL. For full terms see the file COPYING.
7 **
8 ** Displays the options page. Pulls from proper user preference files
9 ** and config.php. Displays preferences as selected and other options.
10 **
11 ** $Id$
12 **/
13
14 session_start();
15
16 if (!isset($strings_php))
17 include('../functions/strings.php');
18 if (!isset($config_php))
19 include('../config/config.php');
20 if (!isset($page_header_php))
21 include('../functions/page_header.php');
22 if (!isset($display_messages_php))
23 include('../functions/display_messages.php');
24 if (!isset($imap_php))
25 include('../functions/imap.php');
26 if (!isset($array_php))
27 include('../functions/array.php');
28 if (!isset($i18n_php))
29 include('../functions/i18n.php');
30 if (!isset($auth_php))
31 include ('../functions/auth.php');
32
33 if (isset($language)) {
34 setcookie('squirrelmail_language', $language, time()+2592000);
35 $squirrelmail_language = $language;
36 }
37
38 include('../src/load_prefs.php');
39 displayPageHeader($color, 'None');
40 is_logged_in();
41 ?>
42
43 <br>
44 <table width="95%" align="center" cellpadding="2" cellspacing="2" border="0">
45 <tr><td bgcolor="<?php echo $color[0] ?>">
46 <center><b><?php echo _("Options") ?></b></center>
47 </td></tr></table>
48
49 <?php
50 if (isset($submit_personal)) {
51 # Save personal information
52 if (isset($full_name)) setPref($data_dir, $username, 'full_name', $full_name);
53 if (isset($email_address)) setPref($data_dir, $username, 'email_address', $email_address);
54 if (isset($reply_to)) setPref($data_dir, $username, 'reply_to', $reply_to);
55 if (isset($usesignature)) setPref($data_dir, $username, 'use_signature', $usesignature);
56 if (isset($prefixsig)) setPref($data_dir, $username, 'prefix_sig', $prefixsig);
57 if (isset($signature_edit)) setSig($data_dir, $username, $signature_edit);
58
59 do_hook('options_personal_save');
60
61 echo '<br><center><b>'._("Successfully saved personal information!").'</b></center><br>';
62 } else if (isset($submit_display)) {
63 # Save display preferences
64 setPref($data_dir, $username, 'chosen_theme', $chosentheme);
65 setPref($data_dir, $username, 'show_num', $shownum);
66 setPref($data_dir, $username, 'wrap_at', $wrapat);
67 setPref($data_dir, $username, 'editor_size', $editorsize);
68 setPref($data_dir, $username, 'left_refresh', $leftrefresh);
69 setPref($data_dir, $username, 'language', $language);
70 setPref($data_dir, $username, 'location_of_bar', $folder_new_location);
71 setPref($data_dir, $username, 'location_of_buttons', $button_new_location);
72 setPref($data_dir, $username, 'left_size', $leftsize);
73 setPref($data_dir, $username, 'use_javascript_addr_book', $javascript_abook);
74 if (isset($showhtmldefault))
75 setPref($data_dir, $username, 'show_html_default', 1);
76 else
77 removePref($data_dir, $username, 'show_html_default');
78
79 do_hook('options_display_save');
80
81 echo '<br><center><b>'._("Successfully saved display preferences!").'</b><br>';
82 echo '<a href="../src/webmail.php" target=_top>' . _("Refresh Page") . '</a></center><br>';
83 } else if (isset($submit_folder)) {
84 # Save folder preferences
85 if ($trash != 'none') {
86 setPref($data_dir, $username, 'move_to_trash', true);
87 setPref($data_dir, $username, 'trash_folder', $trash);
88 } else {
89 setPref($data_dir, $username, 'move_to_trash', '0');
90 setPref($data_dir, $username, 'trash_folder', 'none');
91 }
92 if ($sent != 'none') {
93 setPref($data_dir, $username, 'move_to_sent', true);
94 setPref($data_dir, $username, 'sent_folder', $sent);
95 } else {
96 setPref($data_dir, $username, 'move_to_sent', '0');
97 setPref($data_dir, $username, 'sent_folder', 'none');
98 }
99 if (isset($folderprefix))
100 setPref($data_dir, $username, 'folder_prefix', $folderprefix);
101 setPref($data_dir, $username, 'unseen_notify', $unseennotify);
102 setPref($data_dir, $username, 'unseen_type', $unseentype);
103 if (isset($collapsefolders))
104 setPref($data_dir, $username, 'collapse_folders', $collapsefolders);
105 else
106 removePref($data_dir, $username, 'collapse_folders');
107 do_hook('options_folders_save');
108 echo '<br><center><b>'._("Successfully saved folder preferences!").'</b><br>';
109 echo '<a href="../src/left_main.php" target=left>' . _("Refresh Folder List") . '</a></center><br>';
110 } else {
111 do_hook('options_save');
112 }
113
114 ?>
115
116
117 <table width="90%" cellpadding="0" cellspacing="10" border="0" align="center">
118 <tr>
119 <td width="50%" valign="top">
120 <table width="100%" cellpadding="3" cellspacing="0" border="0">
121 <tr>
122 <td bgcolor="<?php echo $color[9] ?>">
123 <a href="options_personal.php"><?php echo _("Personal Information"); ?></a>
124 </td>
125 </tr>
126 <tr>
127 <td bgcolor="<?php echo $color[0] ?>">
128 <?php echo _("This contains personal information about yourself such as your name, your email address, etc.") ?>
129 </td>
130 </tr>
131 </table><br>
132 <table width="100%" cellpadding="3" cellspacing="0" border="0">
133 <tr>
134 <td bgcolor="<?php echo $color[9] ?>">
135 <a href="options_highlight.php"><?php echo _("Message Highlighting"); ?></a>
136 </td>
137 </tr>
138 <tr>
139 <td bgcolor="<?php echo $color[0] ?>">
140 <?php echo _("Based upon given criteria, incoming messages can have different background colors in the message list. This helps to easily distinguish who the messages are from, especially for mailing lists.") ?>
141 </td>
142 </tr>
143 </table><br>
144 <table width="100%" cellpadding="3" cellspacing="0" border="0">
145 <tr>
146 <td bgcolor="<?php echo $color[9] ?>">
147 <a href="options_order.php"><?php echo _("Index Order"); ?></a>
148 </td>
149 </tr>
150 <tr>
151 <td bgcolor="<?php echo $color[0] ?>">
152 <?php echo _("The order of the message index can be rearanged and changed to contain the headers in any order you want.") ?>
153 </td>
154 </tr>
155 </table><br>
156 </td>
157 <td valign="top" width="50%">
158 <table width="100%" cellpadding="3" cellspacing="0" border="0">
159 <tr>
160 <td bgcolor="<?php echo $color[9] ?>">
161 <a href="options_display.php"><?php echo _("Display Preferences"); ?></a>
162 </td>
163 </tr>
164 <tr>
165 <td bgcolor="<?php echo $color[0] ?>">
166 <?php echo _("You can change the way that SquirrelMail looks and displays information to you, such as the colors, the language, and other settings.") ?>
167 </td>
168 </tr>
169 </table><br>
170 <table width="100%" cellpadding="3" cellspacing="0" border="0">
171 <tr>
172 <td bgcolor="<?php echo $color[9] ?>">
173 <a href="options_folder.php"><?php echo _("Folder Preferences"); ?></a>
174 </td>
175 </tr>
176 <tr>
177 <td bgcolor="<?php echo $color[0] ?>">
178 <?php echo _("These settings change the way your folders are displayed and manipulated.") ?>
179 </td>
180 </tr>
181 </table><br>
182 </td>
183 </tr>
184 </table>
185 <?php
186 do_hook('options_link_and_description')
187 ?>
188 </body></html>