/[smeserver]/rpms/e-smith-imp/sme8/e-smith-imp-1.13.0-04.prefs_php.patch
ViewVC logotype

Contents of /rpms/e-smith-imp/sme8/e-smith-imp-1.13.0-04.prefs_php.patch

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


Revision 1.2 - (show annotations) (download)
Thu Jun 26 04:49:17 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
- Initial build
- Jump in package name to reflect new version of imp

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/000preamble mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/000preamble
2 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/000preamble 2006-03-15 20:55:05.000000000 -0600
3 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/000preamble 2006-09-18 23:25:55.000000000 -0500
4 @@ -1,5 +1,6 @@
5 +//000preamble
6 /**
7 - * $Horde: imp/config/prefs.php.dist,v 1.216.4.2 2005/01/25 19:43:44 chuck Exp $
8 + * $Horde: imp/config/prefs.php.dist,v 1.216.4.16 2006/07/19 01:30:24 slusarz Exp $
9 *
10 * See horde/config/prefs.php for documentation on the structure of this file.
11 */
12 @@ -7,4 +8,3 @@
13 // Make sure that constants are defined.
14 @define('IMP_BASE', dirname(__FILE__) . '/..');
15 require_once IMP_BASE . '/lib/IMP.php';
16 -
17 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/005identities mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/005identities
18 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/005identities 2006-03-15 20:55:05.000000000 -0600
19 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/005identities 2006-09-16 19:54:18.000000000 -0500
20 @@ -1,3 +1,4 @@
21 +//005identities
22 $prefGroups['identities'] = array(
23 'column' => _("General Options"),
24 'label' => _("Personal Information"),
25 @@ -6,4 +7,3 @@
26 'mail_hdr', 'signature', 'sig_dashes', 'sig_first',
27 'save_sent_mail', 'sent_mail_folder', 'sentmailselect')
28 );
29 -
30 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/010server mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/010server
31 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/010server 2006-03-15 20:55:05.000000000 -0600
32 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/010server 2006-09-16 19:55:26.000000000 -0500
33 @@ -1,7 +1,8 @@
34 +//010server
35 $prefGroups['server'] = array(
36 'column' => _("General Options"),
37 'label' => _("Server and Folder Information"),
38 'desc' => _("Change mail server and folder settings."),
39 - 'members' => array('subscribe', 'folderselect', 'trashselect', 'spamselect')
40 + 'members' => array('use_vinbox', 'subscribe', 'folderselect',
41 + 'trashselect', 'spamselect')
42 );
43 -
44 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/015acl mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/015acl
45 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/015acl 2006-03-15 20:55:05.000000000 -0600
46 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/015acl 2006-09-16 19:54:41.000000000 -0500
47 @@ -1,3 +1,4 @@
48 +//015acl
49 if (!empty($_SESSION['imp']['acl'])) \{
50 $prefGroups['acl'] = array(
51 'column' => _("General Options"),
52 @@ -6,4 +7,3 @@
53 'url' => 'acl.php'
54 );
55 \}
56 -
57 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/020logintasks mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/020logintasks
58 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/020logintasks 2006-03-15 20:55:05.000000000 -0600
59 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/020logintasks 2006-09-16 19:55:50.000000000 -0500
60 @@ -1,3 +1,4 @@
61 +//020logintasks
62 $prefGroups['logintasks'] = array(
63 'column' => _("General Options"),
64 'label' => _("Login Tasks"),
65 @@ -8,4 +9,3 @@
66 'delete_attachments_monthly_keep', 'purge_trash',
67 'purge_trash_interval', 'purge_trash_keep')
68 );
69 -
70 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/025compose mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/025compose
71 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/025compose 2006-03-15 20:55:05.000000000 -0600
72 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/025compose 2006-09-16 20:00:32.000000000 -0500
73 @@ -1,12 +1,12 @@
74 +//025compose
75 $prefGroups['compose'] = array(
76 'column' => _("Message Options"),
77 'label' => _("Message Composition"),
78 'desc' => _("Customize how you send mail."),
79 - 'members' => array('mail_domain', 'compose_popup', 'wrap_width',
80 - 'compose_html', 'compose_spellcheck', 'num_words',
81 + 'members' => array('mail_domain', 'compose_popup', 'compose_html',
82 + 'stationery_link', 'compose_spellcheck', 'num_words',
83 'compose_confirm', 'reply_quote', 'reply_headers',
84 'attrib_text', 'folderselect', 'close_draft',
85 'unseen_drafts', 'set_priority', 'sending_charset',
86 'encryptselect', 'save_attachments')
87 );
88 -
89 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/030allow_receipts mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/030allow_receipts
90 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/030allow_receipts 2006-03-15 20:55:05.000000000 -0600
91 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/030allow_receipts 2006-09-16 20:03:25.000000000 -0500
92 @@ -1,3 +1,4 @@
93 +//030allow_receipts
94 if (!empty($GLOBALS['conf']['compose']['allow_receipts'])) \{
95 - $prefGroups['compose']['members'] = array_merge($prefGroups['compose']['members'], array('disposition_request_read', 'disposition_request_delivery'));
96 + $prefGroups['compose']['members'] = array_merge($prefGroups['compose']['members'], array('disposition_request_read'));
97 \}
98 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/035viewing mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/035viewing
99 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/035viewing 2006-03-15 20:55:05.000000000 -0600
100 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/035viewing 2006-09-16 20:02:17.000000000 -0500
101 @@ -1,3 +1,4 @@
102 +//035viewing
103 $prefGroups['viewing'] = array(
104 'column' => _("Message Options"),
105 'label' => _("Message Viewing"),
106 @@ -5,6 +6,6 @@
107 'members' => array('filtering', 'strip_attachments',
108 'html_image_replacement', 'html_image_addrbook',
109 'highlight_text', 'highlight_simple_markup', 'show_quoteblocks',
110 - 'dim_signature', 'emoticons', 'attachment_display')
111 + 'dim_signature', 'emoticons', 'attachment_display',
112 + 'default_msg_charset')
113 );
114 -
115 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/040use_maillog mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/040use_maillog
116 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/040use_maillog 2006-03-15 20:55:05.000000000 -0600
117 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/040use_maillog 2006-09-16 19:57:58.000000000 -0500
118 @@ -1,4 +1,4 @@
119 +//040use_maillog
120 if (!empty($GLOBALS['conf']['maillog']['use_maillog'])) \{
121 $prefGroups['viewing']['members'] = array_merge($prefGroups['viewing']['members'], array('disposition_send_mdn'));
122 \}
123 -
124 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/045delmove mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/045delmove
125 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/045delmove 2006-03-15 20:55:05.000000000 -0600
126 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/045delmove 2006-09-16 20:04:48.000000000 -0500
127 @@ -1,8 +1,9 @@
128 +//045delmove
129 $prefGroups['delmove'] = array(
130 'column' => _("Message Options"),
131 'label' => _("Deleting and Moving Messages"),
132 'desc' => _("Set preferences for what happens when you move and delete messages."),
133 'members' => array('mailbox_return', 'delete_spam_after_report',
134 - 'use_trash', 'trashselect', 'empty_trash_menu')
135 + 'use_trash', 'use_vtrash', 'trashselect',
136 + 'empty_trash_menu', 'empty_spam_menu')
137 );
138 -
139 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/050newmail mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/050newmail
140 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/050newmail 2006-03-15 20:55:05.000000000 -0600
141 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/050newmail 2006-09-16 20:06:50.000000000 -0500
142 @@ -1,7 +1,7 @@
143 +//050newmail
144 $prefGroups['newmail'] = array(
145 'column' => _("Message Options"),
146 'label' => _("New Mail"),
147 'desc' => _("Control when new mail will be checked for, and whether or not to notify you when it arrives."),
148 - 'members' => array('refresh_time', 'nav_popup')
149 + 'members' => array('refresh_time', 'nav_popup', 'nav_audio')
150 );
151 -
152 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/055show_preview mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/055show_preview
153 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/055show_preview 2006-03-15 20:55:05.000000000 -0600
154 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/055show_preview 2006-09-19 18:51:28.000000000 -0500
155 @@ -1,3 +1,4 @@
156 +//055show_preview
157 if (!empty($GLOBALS['conf']['mailbox']['show_preview'])) \{
158 $prefGroups['mailpreview'] = array(
159 'column' => _("Message Options"),
160 @@ -6,4 +7,3 @@
161 'members' => array('preview_enabled', 'preview_maxlen', 'preview_strip_nl', 'preview_show_unread', 'preview_show_tooltip')
162 );
163 \}
164 -
165 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/060fetchmail mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/060fetchmail
166 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/060fetchmail 2006-03-15 20:55:05.000000000 -0600
167 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/060fetchmail 2006-09-16 20:07:47.000000000 -0500
168 @@ -1,7 +1,7 @@
169 +//060fetchmail
170 $prefGroups['fetchmail'] = array(
171 'column' => _("Message Options"),
172 'label' => _("Fetch Mail"),
173 'desc' => _("Customize accounts for fetching mail from other accounts."),
174 'members' => array('fetchmail_link', 'fetchmail_popup', 'fetchmail_menu')
175 );
176 -
177 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/065display mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/065display
178 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/065display 2006-03-15 20:55:05.000000000 -0600
179 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/065display 2006-09-16 20:08:33.000000000 -0500
180 @@ -1,9 +1,9 @@
181 +//065display
182 $prefGroups['display'] = array(
183 'column' => _("Other Options"),
184 'label' => _("Mailbox and Folder Display Options"),
185 'desc' => _("Change display options such as how many messages you see on each page and how messages are sorted."),
186 'members' => array('mailbox_start', 'sortby', 'sortdir', 'max_msgs',
187 'from_link', 'time_format', 'nav_expanded',
188 - 'show_legend')
189 + 'nav_expanded_sidebar', 'show_legend')
190 );
191 -
192 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/067search mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/067search
193 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/067search 1969-12-31 18:00:00.000000000 -0600
194 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/067search 2006-09-16 20:10:32.000000000 -0500
195 @@ -0,0 +1,7 @@
196 +//065search
197 +$prefGroups['search'] = array(
198 + 'column' => _("Other Options"),
199 + 'label' => _("Search Options"),
200 + 'desc' => _("Control options relating to messages searching."),
201 + 'members' => array('defaultsearchselect')
202 +);
203 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/070filters mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/070filters
204 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/070filters 2006-03-15 20:55:05.000000000 -0600
205 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/070filters 2006-09-16 20:11:23.000000000 -0500
206 @@ -1,7 +1,7 @@
207 +//070filters
208 $prefGroups['filters'] = array(
209 'column' => _("Other Options"),
210 'label' => _("Filters"),
211 'desc' => _("Create filtering rules to organize your incoming mail, sort it into folders, and delete spam."),
212 'url' => 'filterprefs.php'
213 );
214 -
215 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/075addressbooks mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/075addressbooks
216 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/075addressbooks 2006-03-15 20:55:05.000000000 -0600
217 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/075addressbooks 2006-09-16 20:11:47.000000000 -0500
218 @@ -1,7 +1,7 @@
219 +//075addressbooks
220 $prefGroups['addressbooks'] = array(
221 'column' => _("Other Options"),
222 'label' => _("Address Books"),
223 'desc' => _("Select address book sources for adding and searching for addresses."),
224 'members' => array('auto_expand', 'save_recipients', 'display_contact', 'sourceselect')
225 );
226 -
227 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/080gnupg mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/080gnupg
228 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/080gnupg 2006-03-15 20:55:05.000000000 -0600
229 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/080gnupg 2006-09-16 20:12:04.000000000 -0500
230 @@ -1,3 +1,4 @@
231 +//080gnupg
232 if (isset($GLOBALS['conf']['utils']['gnupg'])) \{
233 $prefGroups['pgp'] = array(
234 'column' => _("Other Options"),
235 @@ -6,4 +7,3 @@
236 'url' => 'pgp.php'
237 );
238 \}
239 -
240 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/085smime mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/085smime
241 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/085smime 2006-03-15 20:55:05.000000000 -0600
242 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/085smime 2006-09-19 18:52:22.000000000 -0500
243 @@ -1,4 +1,5 @@
244 -if (extension_loaded('openssl') and isset($GLOBALS['conf']['utils']['openssl_cafile'])) \{
245 +//085smime
246 +if (Util::extensionExists('openssl') && isset($GLOBALS['conf']['utils']['openssl_binary'])) \{
247 $prefGroups['smime'] = array(
248 'column' => _("Other Options"),
249 'label' => _("S/MIME Options"),
250 @@ -6,4 +7,3 @@
251 'url' => 'smime.php'
252 );
253 \}
254 -
255 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/090replyto_addr mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/090replyto_addr
256 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/090replyto_addr 2006-03-15 20:55:05.000000000 -0600
257 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/090replyto_addr 2006-09-16 20:14:21.000000000 -0500
258 @@ -1,8 +1,10 @@
259 +//090replyto_addr
260 +// Personal Information preferences
261 +
262 // user preferred email address for Reply-To:, if different from From:
263 $_prefs['replyto_addr'] = array(
264 'value' => '',
265 'locked' => false,
266 'shared' => false,
267 'type' => 'text',
268 - 'desc' => _("Your Reply-to: address: <i>(optional)</i>"));
269 -
270 + 'desc' => _("Your Reply-to: address: <em>(optional)</em>"));
271 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/095alias_addr mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/095alias_addr
272 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/095alias_addr 2006-03-15 20:55:05.000000000 -0600
273 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/095alias_addr 2006-09-16 20:15:02.000000000 -0500
274 @@ -1,8 +1,8 @@
275 +//095alias_addr
276 // user preferred alias addresses
277 $_prefs['alias_addr'] = array(
278 'value' => '',
279 'locked' => false,
280 'shared' => false,
281 'type' => 'textarea',
282 - 'desc' => _("Your alias addresses: <i>(optional, enter each address on a new line)</i>"));
283 -
284 + 'desc' => _("Your alias addresses: <em>(optional, enter each address on a new line)</em>"));
285 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/100tieto_addr mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/100tieto_addr
286 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/100tieto_addr 2006-03-15 20:55:05.000000000 -0600
287 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/100tieto_addr 2006-09-18 20:09:04.000000000 -0500
288 @@ -1,8 +1,8 @@
289 +//100tieto_addr
290 // user preferred 'tie to' addresses
291 $_prefs['tieto_addr'] = array(
292 'value' => '',
293 'locked' => false,
294 'shared' => false,
295 'type' => 'textarea',
296 - 'desc' => _("Addresses to explicitly tie to this identity: <i>(optional, enter each address on a new line)</i>"));
297 -
298 + 'desc' => _("Addresses to explicitly tie to this identity: <em>(optional, enter each address on a new line)</em>"));
299 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/105bcc_addr mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/105bcc_addr
300 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/105bcc_addr 2006-03-15 20:55:05.000000000 -0600
301 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/105bcc_addr 2006-09-16 20:37:08.000000000 -0500
302 @@ -1,8 +1,8 @@
303 +//105bcc_addr
304 // Automatically Bcc addresses when composing
305 $_prefs['bcc_addr'] = array(
306 'value' => '',
307 'locked' => false,
308 'shared' => false,
309 'type' => 'textarea',
310 - 'desc' => _("Addresses to BCC all messages: <i>(optional, enter each address on a new line)</i>"));
311 -
312 + 'desc' => _("Addresses to BCC all messages: <em>(optional, enter each address on a new line)</em>"));
313 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/110mail_hdr mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/110mail_hdr
314 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/110mail_hdr 2006-03-15 20:55:05.000000000 -0600
315 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/110mail_hdr 2006-09-16 20:39:37.000000000 -0500
316 @@ -1,3 +1,4 @@
317 +//110mail_hdr
318 // Display custom headers (configured via the identity screen) when viewing
319 // messages?
320 $_prefs['mail_hdr'] = array(
321 @@ -5,5 +6,4 @@
322 'locked' => false,
323 'shared' => false,
324 'type' => 'textarea',
325 - 'desc' => _("Additional headers to display when viewing: <i>(optional, enter each header on a new line)</i>"));
326 -
327 + 'desc' => _("Additional headers to display when viewing: <em>(optional, enter each header on a new line)</em>"));
328 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/115signature mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/115signature
329 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/115signature 2006-03-15 20:55:05.000000000 -0600
330 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/115signature 2006-09-16 20:40:30.000000000 -0500
331 @@ -1,3 +1,4 @@
332 +//115signature
333 // user signature
334 $_prefs['signature'] = array(
335 'value' => '',
336 @@ -5,4 +6,3 @@
337 'shared' => false,
338 'type' => 'textarea',
339 'desc' => _("Your signature:"));
340 -
341 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/120sig_dashes mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/120sig_dashes
342 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/120sig_dashes 2006-03-15 20:55:05.000000000 -0600
343 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/120sig_dashes 2006-09-16 20:40:41.000000000 -0500
344 @@ -1,3 +1,4 @@
345 +//120sig_dashes
346 // precede the signature with dashes ('-- ')?
347 $_prefs['sig_dashes'] = array(
348 'value' => 0,
349 @@ -5,4 +6,3 @@
350 'shared' => false,
351 'type' => 'checkbox',
352 'desc' => _("Precede your signature with dashes ('-- ')?"));
353 -
354 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/125sig_first mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/125sig_first
355 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/125sig_first 2006-03-15 20:55:05.000000000 -0600
356 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/125sig_first 2006-09-16 20:41:12.000000000 -0500
357 @@ -1,3 +1,4 @@
358 +//125sig_first
359 // signature before replies and forwards?
360 $_prefs['sig_first'] = array(
361 'value' => 0,
362 @@ -5,4 +6,3 @@
363 'shared' => false,
364 'type' => 'checkbox',
365 'desc' => _("Place your signature before replies and forwards?"));
366 -
367 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/130save_sent_mail mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/130save_sent_mail
368 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/130save_sent_mail 2006-03-15 20:55:05.000000000 -0600
369 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/130save_sent_mail 2006-09-19 18:53:11.000000000 -0500
370 @@ -1,3 +1,4 @@
371 +//130save_sent_mail
372 // save a copy of sent messages?
373 // a value of 0 = no, 1 = yes
374 $_prefs['save_sent_mail'] = array(
375 @@ -6,4 +7,3 @@
376 'shared' => false,
377 'type' => 'checkbox',
378 'desc' => _("Save sent mail?"));
379 -
380 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/135sent_mail_folder mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/135sent_mail_folder
381 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/135sent_mail_folder 2006-03-15 20:55:05.000000000 -0600
382 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/135sent_mail_folder 2006-09-16 21:05:40.000000000 -0500
383 @@ -1,3 +1,4 @@
384 +//135sent_mail_folder
385 // sent mail folder
386 $_prefs['sent_mail_folder'] = array(
387 'value' => 'sent-mail',
388 @@ -6,4 +7,3 @@
389 'locked' => false,
390 'shared' => false,
391 'type' => 'implicit');
392 -
393 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/140sentmailselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/140sentmailselect
394 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/140sentmailselect 2006-03-15 20:55:05.000000000 -0600
395 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/140sentmailselect 2006-09-16 21:06:28.000000000 -0500
396 @@ -1,4 +1,7 @@
397 +//140sentmailselect
398 // sent mail folder selection widget. includes some javascript, so it's
399 // specific to IMP.
400 $_prefs['sentmailselect'] = array('type' => 'special');
401
402 +// End Personal Information preferences
403 +
404 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/143use_vinbox mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/143use_vinbox
405 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/143use_vinbox 1969-12-31 18:00:00.000000000 -0600
406 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/143use_vinbox 2006-09-16 21:09:58.000000000 -0500
407 @@ -0,0 +1,10 @@
408 +//143use_vinbox
409 +// Server and Folder Information preferences
410 +
411 +// display Virtual INBOX?
412 +$_prefs['use_vinbox'] = array(
413 + 'value' => 0,
414 + 'locked' => false,
415 + 'shared' => false,
416 + 'type' => 'checkbox',
417 + 'desc' => _("Display Virtual Inbox?"));
418 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/145subscribe mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/145subscribe
419 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/145subscribe 2006-03-15 20:55:05.000000000 -0600
420 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/145subscribe 2006-09-19 18:55:01.000000000 -0500
421 @@ -1,3 +1,4 @@
422 +//145subscribe
423 // use IMAP subscribe?
424 // value of 0 = no, 1 = yes
425 $_prefs['subscribe'] = array(
426 @@ -6,4 +7,3 @@
427 'shared' => false,
428 'type' => 'checkbox',
429 'desc' => _("Use IMAP folder subscriptions?"));
430 -
431 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/150folderselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/150folderselect
432 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/150folderselect 2006-03-15 20:55:05.000000000 -0600
433 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/150folderselect 2006-09-17 10:10:21.000000000 -0500
434 @@ -1,4 +1,4 @@
435 +//150folderselect
436 // drafts folder selection widget. includes some javascript, so it's specific
437 // to IMP.
438 $_prefs['folderselect'] = array('type' => 'special');
439 -
440 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/155drafts_folder mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/155drafts_folder
441 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/155drafts_folder 2006-03-15 20:55:05.000000000 -0600
442 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/155drafts_folder 2006-09-17 10:10:58.000000000 -0500
443 @@ -1,7 +1,7 @@
444 +//155drafts_folder
445 // drafts folder
446 $_prefs['drafts_folder'] = array(
447 'value' => 'drafts',
448 'locked' => false,
449 'shared' => false,
450 'type' => 'implicit');
451 -
452 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/160trashselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/160trashselect
453 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/160trashselect 2006-03-15 20:55:05.000000000 -0600
454 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/160trashselect 2006-09-17 10:11:34.000000000 -0500
455 @@ -1,3 +1,4 @@
456 +//160trashselect
457 // trash folder selection widget. includes some javascript, so it's
458 // specific to IMP.
459 $_prefs['trashselect'] = array('type' => 'special');
460 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/165trash_folder mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/165trash_folder
461 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/165trash_folder 2006-03-15 20:55:05.000000000 -0600
462 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/165trash_folder 2006-09-17 10:11:52.000000000 -0500
463 @@ -1,3 +1,4 @@
464 +//165trash_folder
465 // trash folder
466 $_prefs['trash_folder'] = array(
467 // for Exchange, uncomment the entry below and remove the default value entry
468 @@ -6,4 +7,3 @@
469 'locked' => false,
470 'shared' => false,
471 'type' => 'implicit');
472 -
473 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/170spamselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/170spamselect
474 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/170spamselect 2006-03-15 20:55:05.000000000 -0600
475 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/170spamselect 2006-09-17 10:12:00.000000000 -0500
476 @@ -1,3 +1,4 @@
477 +//170spanselect
478 // spam folder selection widget. includes some javascript, so it's
479 // specific to IMP.
480 $_prefs['spamselect'] = array('type' => 'special');
481 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/175spam_folder mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/175spam_folder
482 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/175spam_folder 2006-03-15 20:55:05.000000000 -0600
483 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/175spam_folder 2006-09-17 10:12:12.000000000 -0500
484 @@ -1,7 +1,7 @@
485 +//175spam_folder
486 // spam folder
487 $_prefs['spam_folder'] = array(
488 'value' => 'Spam',
489 'locked' => false,
490 'shared' => false,
491 'type' => 'implicit');
492 -
493 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/180vfolder mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/180vfolder
494 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/180vfolder 2006-03-15 20:55:05.000000000 -0600
495 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/180vfolder 2006-09-17 19:06:41.000000000 -0500
496 @@ -1,6 +1,8 @@
497 +//180vfolder
498 $_prefs['vfolder'] = array(
499 'value' => '',
500 'locked' => false,
501 'shared' => false,
502 'type' => 'implicit');
503
504 +// End Server and Folder Information preferences
505 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/185acl2 mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/185acl2
506 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/185acl2 2006-03-15 20:55:05.000000000 -0600
507 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/185acl2 2006-09-17 19:09:34.000000000 -0500
508 @@ -1,3 +1,6 @@
509 +//185acl2
510 +// Folder sharing preferences
511 +
512 // folder sharing options
513 // set 'locked' => true to disable folder sharing
514 $_prefs['acl'] = array(
515 @@ -6,3 +9,4 @@
516 'shared' => false,
517 'type' => 'implicit');
518
519 +// End folder sharing preferences
520 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/190initialpageselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/190initialpageselect
521 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/190initialpageselect 2006-03-15 20:55:05.000000000 -0600
522 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/190initialpageselect 2006-09-17 19:09:21.000000000 -0500
523 @@ -1,2 +1,5 @@
524 +//190initialpageselect
525 +// Login/Maintenance Tasks preferences
526 +
527 // select widget for the initial_page preference
528 $_prefs['initialpageselect'] = array('type' => 'special');
529 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/195initial_page mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/195initial_page
530 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/195initial_page 2006-03-15 20:55:05.000000000 -0600
531 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/195initial_page 2006-09-19 18:56:06.000000000 -0500
532 @@ -1,3 +1,4 @@
533 +//195initial_page
534 // the page to display. Either a filename like 'folders.php'
535 // or a mailbox name.
536 $_prefs['initial_page'] = array(
537 @@ -5,4 +6,3 @@
538 'locked' => false,
539 'shared' => false,
540 'type' => 'implicit');
541 -
542 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/200mailbox mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/200mailbox
543 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/200mailbox 2006-03-15 20:55:05.000000000 -0600
544 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/200mailbox 1969-12-31 18:00:00.000000000 -0600
545 @@ -1,7 +0,0 @@
546 -// user default mailbox
547 -$_prefs['mailbox'] = array(
548 - 'value' => 'INBOX',
549 - 'locked' => false,
550 - 'shared' => false,
551 - 'type' => 'implicit');
552 -
553 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/205rename_sentmail_monthly mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/205rename_sentmail_monthly
554 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/205rename_sentmail_monthly 2006-03-15 20:55:05.000000000 -0600
555 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/205rename_sentmail_monthly 2006-09-17 19:19:33.000000000 -0500
556 @@ -1,3 +1,4 @@
557 +//205rename_sentmail_monthly
558 // rename sent-mail folder every month?
559 $_prefs['rename_sentmail_monthly'] = array(
560 'value' => 0,
561 @@ -6,4 +7,3 @@
562 'type' => 'checkbox',
563 'desc' => _("Rename sent-mail folder at beginning of month?"),
564 'help' => 'prefs-rename_sentmail_monthly');
565 -
566 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/210delete_sentmail_monthly mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/210delete_sentmail_monthly
567 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/210delete_sentmail_monthly 2006-03-15 20:55:05.000000000 -0600
568 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/210delete_sentmail_monthly 2006-09-17 19:20:11.000000000 -0500
569 @@ -1,3 +1,4 @@
570 +//210delete_sentmail_monthly
571 // purge sent-mail folders every month?
572 $_prefs['delete_sentmail_monthly'] = array(
573 'value' => 0,
574 @@ -6,4 +7,3 @@
575 'type' => 'checkbox',
576 'desc' => _("Delete old sent-mail folders at beginning of month?"),
577 'help' => 'prefs-delete_sentmail_monthly');
578 -
579 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/215delete_sentmail_monthly_keep mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/215delete_sentmail_monthly_keep
580 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/215delete_sentmail_monthly_keep 2006-03-15 20:55:05.000000000 -0600
581 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/215delete_sentmail_monthly_keep 2006-09-17 19:20:32.000000000 -0500
582 @@ -1,3 +1,4 @@
583 +//215delete_sentmail_monthly_keep
584 // how many old sent-mail folders to keep every month?
585 $_prefs['delete_sentmail_monthly_keep'] = array(
586 'value' => 12,
587 @@ -6,4 +7,3 @@
588 'type' => 'number',
589 'desc' => _("Number of old sent-mail folders to keep if deleting monthly."),
590 'help' => 'prefs-delete_sentmail_monthly_keep');
591 -
592 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/220delete_attachments_monthly mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/220delete_attachments_monthly
593 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/220delete_attachments_monthly 2006-03-15 20:55:05.000000000 -0600
594 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/220delete_attachments_monthly 2006-09-17 19:20:50.000000000 -0500
595 @@ -1,9 +1,9 @@
596 +//220delete_attachemets_monthly
597 // purge old attachments every month?
598 $_prefs['delete_attachments_monthly'] = array(
599 - 'value' => 1,
600 + 'value' => 0,
601 'locked' => false,
602 'shared' => false,
603 'type' => 'checkbox',
604 'desc' => _("Delete old linked attachments at beginning of month?"),
605 'help' => 'prefs-delete_attachments_monthly');
606 -
607 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/225delete_attachments_monthly_keep mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/225delete_attachments_monthly_keep
608 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/225delete_attachments_monthly_keep 2006-03-15 20:55:05.000000000 -0600
609 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/225delete_attachments_monthly_keep 2006-09-17 20:16:41.000000000 -0500
610 @@ -1,3 +1,4 @@
611 +//225delete_attachments_monthly_keep
612 // how many old months of attachments to keep?
613 $_prefs['delete_attachments_monthly_keep'] = array(
614 'value' => 6,
615 @@ -6,4 +7,3 @@
616 'type' => 'number',
617 'desc' => _("Number of months to keep old linked attachments if deleting monthly."),
618 'help' => 'prefs-delete_attachments_monthly_keep');
619 -
620 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/230purge_trash mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/230purge_trash
621 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/230purge_trash 2006-03-15 20:55:05.000000000 -0600
622 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/230purge_trash 2006-09-17 20:17:20.000000000 -0500
623 @@ -1,3 +1,4 @@
624 +//230purge_trash
625 // purge Trash folder?
626 $_prefs['purge_trash'] = array(
627 'value' => 0,
628 @@ -6,4 +7,3 @@
629 'type' => 'checkbox',
630 'desc' => _("Purge old messages in the Trash folder?"),
631 'help' => 'prefs-purge_trash');
632 -
633 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/235purge_trash_interval mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/235purge_trash_interval
634 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/235purge_trash_interval 2006-03-15 20:55:05.000000000 -0600
635 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/235purge_trash_interval 2006-09-17 20:17:34.000000000 -0500
636 @@ -1,3 +1,4 @@
637 +//235purge_trash_interval
638 // how often to purge the Trash folder?
639 // 'value': yearly = 1, monthly = 2, weekly = 3, daily = 4, every login = 5
640 $_prefs['purge_trash_interval'] = array(
641 @@ -7,4 +8,3 @@
642 'type' => 'select',
643 'desc' => _("Purge Trash how often:"),
644 'help' => 'prefs-purge_trash_interval');
645 -
646 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/240purge_trash_keep mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/240purge_trash_keep
647 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/240purge_trash_keep 2006-03-15 20:55:05.000000000 -0600
648 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/240purge_trash_keep 2006-09-17 20:17:57.000000000 -0500
649 @@ -1,3 +1,4 @@
650 +//240purge_trash_keep
651 // when purging Trash folder, purge messages older than how many days?
652 $_prefs['purge_trash_keep'] = array(
653 'value' => 30,
654 @@ -6,4 +7,3 @@
655 'type' => 'number',
656 'desc' => _("Purge messages in Trash folder older than this amount of days."),
657 'help' => 'prefs-purge_trash_keep');
658 -
659 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/245tos_agreement mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/245tos_agreement
660 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/245tos_agreement 2006-03-15 20:55:05.000000000 -0600
661 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/245tos_agreement 2006-09-19 20:53:16.000000000 -0500
662 @@ -1,3 +1,4 @@
663 +//245tos_agreement
664 // show tos agreement?
665 // a value of 0 = no, 1 = yes
666 $_prefs['tos_agreement'] = array(
667 @@ -5,4 +6,4 @@
668 'locked' => false,
669 'shared' => false,
670 'type' => 'implicit');
671 -
672 +// End Login/Maintenance preferences
673 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/250mail_domain mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/250mail_domain
674 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/250mail_domain 2006-03-15 20:55:05.000000000 -0600
675 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/250mail_domain 2006-09-18 20:11:49.000000000 -0500
676 @@ -1,8 +1,9 @@
677 +//250mail_domain
678 +// Message Composition preferences
679 // default outgoing mail domain and address completion
680 $_prefs['mail_domain'] = array(
681 'value' => '',
682 'locked' => false,
683 'shared' => false,
684 'type' => 'text',
685 - 'desc' => _("Put this after @ when sending mail and default address expansion:"));
686 -
687 + 'desc' => _("When sending mail or expanding addresses, what domain should we append to unqualified addresses (email addresses without \"@\")?"));
688 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/255compose_popup mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/255compose_popup
689 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/255compose_popup 2006-03-15 20:55:05.000000000 -0600
690 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/255compose_popup 2006-09-17 20:20:00.000000000 -0500
691 @@ -1,3 +1,4 @@
692 +//255compose_popup
693 // compose in a separate window?
694 $_prefs['compose_popup'] = array(
695 'value' => 1,
696 @@ -5,4 +6,3 @@
697 'shared' => false,
698 'type' => 'checkbox',
699 'desc' => _("Compose messages in a separate window?"));
700 -
701 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/260wrap_width mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/260wrap_width
702 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/260wrap_width 2006-03-15 20:55:05.000000000 -0600
703 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/260wrap_width 1969-12-31 18:00:00.000000000 -0600
704 @@ -1,8 +0,0 @@
705 -// wrap text at this many characters
706 -$_prefs['wrap_width'] = array(
707 - 'value' => 80,
708 - 'locked' => false,
709 - 'shared' => false,
710 - 'type' => 'number',
711 - 'desc' => _("Wrap text at this many characters."));
712 -
713 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/265compose_html mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/265compose_html
714 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/265compose_html 2006-03-15 20:55:05.000000000 -0600
715 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/265compose_html 2006-09-17 20:22:06.000000000 -0500
716 @@ -1,3 +1,4 @@
717 +//265compose_html
718 // If browser supports the HTML editor, should we compose in HTML mode by
719 // default?
720 $_prefs['compose_html'] = array(
721 @@ -6,4 +7,3 @@
722 'shared' => false,
723 'type' => 'checkbox',
724 'desc' => _("Compose messages with an HTML GUI by default (if browser supports the feature)?"));
725 -
726 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/267stationary_link mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/267stationary_link
727 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/267stationary_link 1969-12-31 18:00:00.000000000 -0600
728 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/267stationary_link 2006-09-17 20:23:23.000000000 -0500
729 @@ -0,0 +1,6 @@
730 +//267stationary_link
731 +// Link to the stationery preferences.
732 +$_prefs['stationery_link'] = array(
733 + 'type' => 'link',
734 + 'url' => 'stationery.php',
735 + 'desc' => _("Create stationery and form responses."));
736 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/268stationary mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/268stationary
737 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/268stationary 1969-12-31 18:00:00.000000000 -0600
738 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/268stationary 2006-09-17 20:24:05.000000000 -0500
739 @@ -0,0 +1,6 @@
740 +//268stationary
741 +$_prefs['stationery'] = array(
742 + 'value' => 'a:0:\{\}',
743 + 'locked' => false,
744 + 'shared' => false,
745 + 'type' => 'implicit');
746 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/270compose_spellcheck mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/270compose_spellcheck
747 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/270compose_spellcheck 2006-03-15 20:55:05.000000000 -0600
748 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/270compose_spellcheck 2006-09-17 20:24:40.000000000 -0500
749 @@ -1,3 +1,4 @@
750 +//270compose_spellcheck
751 // Check spelling before sending the message?
752 $_prefs['compose_spellcheck'] = array(
753 'value' => 0,
754 @@ -5,4 +6,3 @@
755 'shared' => false,
756 'type' => 'checkbox',
757 'desc' => _("Check spelling before sending a message?"));
758 -
759 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/275num_words mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/275num_words
760 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/275num_words 2006-03-15 20:55:05.000000000 -0600
761 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/275num_words 2006-09-17 20:25:51.000000000 -0500
762 @@ -1,3 +1,4 @@
763 +//275num_words
764 // number of spelling corrections per screen
765 $_prefs['num_words'] = array(
766 'value' => 3,
767 @@ -5,4 +6,3 @@
768 'shared' => false,
769 'type' => 'number',
770 'desc' => _("Spelling errors per screen when spell checking."));
771 -
772 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/280compose_confirm mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/280compose_confirm
773 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/280compose_confirm 2006-03-15 20:55:05.000000000 -0600
774 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/280compose_confirm 2006-09-17 20:26:03.000000000 -0500
775 @@ -1,3 +1,4 @@
776 +//280compose_confirm
777 // confirm successful sending of messages?
778 $_prefs['compose_confirm'] = array(
779 'value' => 0,
780 @@ -5,4 +6,3 @@
781 'shared' => false,
782 'type' => 'checkbox',
783 'desc' => _("Display confirmation after sending a message?"));
784 -
785 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/285reply_quote mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/285reply_quote
786 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/285reply_quote 2006-03-15 20:55:05.000000000 -0600
787 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/285reply_quote 2006-09-17 20:26:21.000000000 -0500
788 @@ -1,3 +1,4 @@
789 +//285reply_quote
790 // Should the original message be included?
791 $_prefs['reply_quote'] = array(
792 'value' => 1,
793 @@ -5,4 +6,3 @@
794 'shared' => false,
795 'type' => 'checkbox',
796 'desc' => _("Include original message in a reply?"));
797 -
798 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/290reply_headers mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/290reply_headers
799 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/290reply_headers 2006-03-15 20:55:05.000000000 -0600
800 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/290reply_headers 2006-09-17 20:26:43.000000000 -0500
801 @@ -1,3 +1,4 @@
802 +//290reply_headers
803 // Reply to header summary - leave a brief summary of the header inside
804 // the message.
805 // Value of 0 = no, 1 = yes
806 @@ -7,4 +8,3 @@
807 'locked' => false,
808 'shared' => false,
809 'type' => 'checkbox');
810 -
811 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/295attrib_text mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/295attrib_text
812 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/295attrib_text 2006-03-15 20:55:05.000000000 -0600
813 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/295attrib_text 2006-09-17 20:28:06.000000000 -0500
814 @@ -1,3 +1,4 @@
815 +//295attrib_text
816 // How should we attribute quoted lines in a reply
817 $_prefs['attrib_text'] = array(
818 'value' => _("Quoting %f:"),
819 @@ -6,4 +7,3 @@
820 'type' => 'text',
821 'desc' => _("How to attribute quoted lines in a reply"),
822 'help' => 'prefs-attrib_text');
823 -
824 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/300close_draft mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/300close_draft
825 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/300close_draft 2006-03-15 20:55:05.000000000 -0600
826 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/300close_draft 2006-09-17 20:28:56.000000000 -0500
827 @@ -1,3 +1,4 @@
828 +//300close_draft
829 // closing window after saving a draft?
830 $_prefs['close_draft'] = array(
831 'value' => 1,
832 @@ -5,4 +6,3 @@
833 'shared' => false,
834 'type' => 'checkbox',
835 'desc' => _("Should the compose window be closed after saving a draft?"));
836 -
837 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/305unseen_drafts mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/305unseen_drafts
838 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/305unseen_drafts 2006-03-15 20:55:05.000000000 -0600
839 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/305unseen_drafts 2006-09-17 20:29:06.000000000 -0500
840 @@ -1,3 +1,4 @@
841 +//305unseen_drafts
842 // save drafts as seen or unseen
843 $_prefs['unseen_drafts'] = array(
844 'value' => 0,
845 @@ -5,4 +6,3 @@
846 'shared' => false,
847 'type' => 'checkbox',
848 'desc' => _("Save drafts as unseen?"));
849 -
850 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/310set_priority mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/310set_priority
851 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/310set_priority 2006-03-15 20:55:05.000000000 -0600
852 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/310set_priority 2006-09-18 20:13:24.000000000 -0500
853 @@ -1,3 +1,4 @@
854 +//310set_priority
855 // allow the user to add a "X-Priority" header when composing messages?
856 // a value of 0 = no, 1 = yes
857 $_prefs['set_priority'] = array(
858 @@ -6,4 +7,3 @@
859 'shared' => false,
860 'type' => 'checkbox',
861 'desc' => _("Set the X-Priority header when composing messages?"));
862 -
863 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/315sending_charset mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/315sending_charset
864 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/315sending_charset 2006-03-15 20:55:05.000000000 -0600
865 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/315sending_charset 2006-09-17 20:31:03.000000000 -0500
866 @@ -1,3 +1,4 @@
867 +//315sending_charset
868 // Select widget for the possible charsets
869 $_prefs['sending_charset'] = array(
870 'value' => '',
871 @@ -7,4 +8,3 @@
872 'enum' => array_merge(array('' => 'US-ASCII'),
873 $GLOBALS['nls']['encodings']),
874 'desc' => _("Your default charset for sending messages:"));
875 -
876 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/320encryptselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/320encryptselect
877 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/320encryptselect 2006-03-15 20:55:05.000000000 -0600
878 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/320encryptselect 2006-09-17 20:32:34.000000000 -0500
879 @@ -1,3 +1,3 @@
880 +//320encryptselect
881 // Select widget for the 'default_encrypt' preference
882 $_prefs['encryptselect'] = array('type' => 'special');
883 -
884 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/325default_encrypt mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/325default_encrypt
885 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/325default_encrypt 2006-03-15 20:55:05.000000000 -0600
886 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/325default_encrypt 2006-09-17 20:33:09.000000000 -0500
887 @@ -1,7 +1,7 @@
888 +//325default_encrypt
889 // The default encryption method to use when sending messages
890 $_prefs['default_encrypt'] = array(
891 'value' => IMP_ENCRYPT_NONE,
892 'locked' => false,
893 'shared' => false,
894 'type' => 'implicit');
895 -
896 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/330save_attachments mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/330save_attachments
897 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/330save_attachments 2006-03-15 20:55:05.000000000 -0600
898 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/330save_attachments 2006-09-17 20:33:58.000000000 -0500
899 @@ -1,3 +1,4 @@
900 +//330save_attachments
901 // Save attachments when saving in sent-mail folder?
902 $_prefs['save_attachments'] = array(
903 'value' => 'prompt_no',
904 @@ -10,4 +11,3 @@
905 'never' => _("Never save attachments")),
906 'desc' => _("When saving sent-mail, should we save attachment data?"),
907 'help' => 'prefs-save_attachments');
908 -
909 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/335disposition_request_read mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/335disposition_request_read
910 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/335disposition_request_read 2006-03-15 20:55:05.000000000 -0600
911 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/335disposition_request_read 2006-09-17 20:35:17.000000000 -0500
912 @@ -1,3 +1,4 @@
913 +//335disposition_request_read
914 // Disposition Notification Preferences
915 $_prefs['disposition_request_read'] = array(
916 'value' => 'ask',
917 @@ -11,3 +12,4 @@
918 'help' => 'prefs-disposition_request_read'
919 );
920
921 +// End Message Composition preferences
922 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/340disposition_send_mdn mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/340disposition_send_mdn
923 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/340disposition_send_mdn 2006-03-15 20:55:05.000000000 -0600
924 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/340disposition_send_mdn 1969-12-31 18:00:00.000000000 -0600
925 @@ -1,9 +0,0 @@
926 -$_prefs['disposition_send_mdn'] = array(
927 - 'value' => 0,
928 - 'locked' => false,
929 - 'shared' => false,
930 - 'type' => 'checkbox',
931 - 'desc' => _("Send read receipt when requested by the sender?"),
932 - 'help' => 'prefs-disposition_send_mdn'
933 -);
934 -
935 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/345disposition_request_delivery mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/345disposition_request_delivery
936 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/345disposition_request_delivery 2006-03-15 20:55:05.000000000 -0600
937 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/345disposition_request_delivery 1969-12-31 18:00:00.000000000 -0600
938 @@ -1,12 +0,0 @@
939 -$_prefs['disposition_request_delivery'] = array(
940 - 'value' => 'ask',
941 - 'locked' => false,
942 - 'shared' => false,
943 - 'type' => 'enum',
944 - 'enum' => array('never' => _("Never"),
945 - 'ask' => _("Ask"),
946 - 'always' => _("Always")),
947 - 'desc' => _("Request delivery confirmation?"),
948 - 'help' => 'prefs-disposition_request_delivery'
949 -);
950 -
951 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/350filtering mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/350filtering
952 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/350filtering 2006-03-15 20:55:05.000000000 -0600
953 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/350filtering 2006-09-17 20:37:14.000000000 -0500
954 @@ -1,3 +1,6 @@
955 +//350filtering
956 +// Message Viewing preferences
957 +
958 // filter message content?
959 // a value of 0 = no, 1 = yes
960 $_prefs['filtering'] = array(
961 @@ -6,4 +9,3 @@
962 'shared' => false,
963 'type' => 'checkbox',
964 'desc' => _("Filter message content for profanity?"));
965 -
966 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/355strip_attachments mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/355strip_attachments
967 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/355strip_attachments 2006-03-15 20:55:05.000000000 -0600
968 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/355strip_attachments 2006-09-17 20:37:35.000000000 -0500
969 @@ -1,3 +1,4 @@
970 +//355strip_attachments
971 // Should we display an icon to strip attachments?
972 // a value of 0 = no, 1 = yes
973 $_prefs['strip_attachments'] = array(
974 @@ -6,4 +7,3 @@
975 'shared' => false,
976 'type' => 'checkbox',
977 'desc' => _("Show an icon to allow stripping of attachments from messages?"));
978 -
979 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/360delete_spam_after_report mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/360delete_spam_after_report
980 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/360delete_spam_after_report 2006-03-15 20:55:05.000000000 -0600
981 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/360delete_spam_after_report 2006-09-17 20:42:00.000000000 -0500
982 @@ -1,10 +1,13 @@
983 -// Should we delete spam messages after reporting them?
984 -// a value of 0 = no, 1 = yes
985 +//360delete_spam_after_report
986 +// What should we do with spam messages after reporting them?
987 $_prefs['delete_spam_after_report'] = array(
988 'value' => 0,
989 'locked' => false,
990 'shared' => false,
991 - 'type' => 'checkbox',
992 - 'desc' => _("Delete spam messages after they have been reported as spam?")
993 + 'type' => 'enum',
994 + 'enum' => array(0 => _("Nothing"),
995 + 1 => _("Delete spam messages"),
996 + 2 => _("Move spam messages to spam folder and innocent messages to INBOX")),
997 + 'desc' => _("What should we do with spam messages after they have been reported as spam or innocent?"),
998 + 'help' => 'prefs-delete_spam_after_report'
999 );
1000 -
1001 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/365html_image_replacement mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/365html_image_replacement
1002 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/365html_image_replacement 2006-03-15 20:55:05.000000000 -0600
1003 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/365html_image_replacement 2006-09-17 20:46:25.000000000 -0500
1004 @@ -1,3 +1,4 @@
1005 +//365html_image_replacement
1006 // Replace image tags in HTML messages with blank images?
1007 // a value of 0 = no, 1 = yes
1008 $_prefs['html_image_replacement'] = array(
1009 @@ -8,4 +9,3 @@
1010 'desc' => _("Block images in HTML messages unless they are specifically requested?"),
1011 'help' => 'prefs-html_image_replacement'
1012 );
1013 -
1014 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/370html_image_addrbook mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/370html_image_addrbook
1015 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/370html_image_addrbook 2006-03-15 20:55:05.000000000 -0600
1016 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/370html_image_addrbook 2006-09-18 20:03:29.000000000 -0500
1017 @@ -1,3 +1,4 @@
1018 +//370html_image_addrbook
1019 // By default, automatically show images in HTML messages if the sender is in
1020 // the user's addressbook?
1021 // a value of 0 = no, 1 = yes
1022 @@ -9,4 +10,3 @@
1023 'desc' => _("Automatically show images in HTML messages when the sender is in my addressbook?"),
1024 'help' => 'prefs-html_image_addrbook'
1025 );
1026 -
1027 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/375highlight_text mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/375highlight_text
1028 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/375highlight_text 2006-03-15 20:55:05.000000000 -0600
1029 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/375highlight_text 2006-09-18 22:45:27.000000000 -0500
1030 @@ -1,3 +1,4 @@
1031 +//375highlight_text
1032 // should we try to mark different conversations with different colors?
1033 $_prefs['highlight_text'] = array(
1034 'value' => 1,
1035 @@ -5,4 +6,3 @@
1036 'shared' => false,
1037 'type' => 'checkbox',
1038 'desc' => _("Mark different levels of quoting with different colors?"));
1039 -
1040 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/380highlight_simple_markup mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/380highlight_simple_markup
1041 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/380highlight_simple_markup 2006-03-15 20:55:05.000000000 -0600
1042 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/380highlight_simple_markup 2006-09-18 22:46:44.000000000 -0500
1043 @@ -1,3 +1,4 @@
1044 +//380highlight_simple_markup
1045 // should we try to mark simple markup with html tags?
1046 $_prefs['highlight_simple_markup'] = array(
1047 'value' => 1,
1048 @@ -5,4 +6,3 @@
1049 'shared' => false,
1050 'type' => 'checkbox',
1051 'desc' => _("Mark simple markup?"));
1052 -
1053 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/385show_quoteblocks mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/385show_quoteblocks
1054 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/385show_quoteblocks 2006-03-15 20:55:05.000000000 -0600
1055 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/385show_quoteblocks 2006-09-18 22:47:02.000000000 -0500
1056 @@ -1,3 +1,4 @@
1057 +//385show_quoteblocks
1058 // should we show large blocks of quoted text or hide them?
1059 $_prefs['show_quoteblocks'] = array(
1060 'value' => 'thread',
1061 @@ -8,4 +9,3 @@
1062 'thread' => _("Hidden in Thread View"),
1063 'hidden' => _("Hidden")),
1064 'desc' => _("Should large blocks of quoted text be shown or hidden by default? It can be toggled easily whichever you choose."));
1065 -
1066 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/390dim_signature mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/390dim_signature
1067 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/390dim_signature 2006-03-15 20:55:05.000000000 -0600
1068 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/390dim_signature 2006-09-18 22:47:23.000000000 -0500
1069 @@ -1,3 +1,4 @@
1070 +//390dim_signature
1071 // should we dim signatures?
1072 $_prefs['dim_signature'] = array(
1073 'value' => 1,
1074 @@ -5,4 +6,3 @@
1075 'shared' => false,
1076 'type' => 'checkbox',
1077 'desc' => _("Dim signatures?"));
1078 -
1079 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395attachment_display mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395attachment_display
1080 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395attachment_display 2006-03-15 20:55:05.000000000 -0600
1081 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395attachment_display 1969-12-31 18:00:00.000000000 -0600
1082 @@ -1,11 +0,0 @@
1083 -// how do we display attachments?
1084 -$_prefs['attachment_display'] = array(
1085 - 'value' => 'list',
1086 - 'locked' => false,
1087 - 'shared' => false,
1088 - 'type' => 'enum',
1089 - 'enum' => array('list' => _("Listing in the Header"),
1090 - 'inline' => _("Display in Body of Message"),
1091 - 'both' => _("Both Header Listing and Body of Message")),
1092 - 'desc' => _("How do you want to display attachments?"));
1093 -
1094 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395emoticons mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395emoticons
1095 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395emoticons 1969-12-31 18:00:00.000000000 -0600
1096 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/395emoticons 2006-09-18 22:49:56.000000000 -0500
1097 @@ -0,0 +1,9 @@
1098 +//395emoticons
1099 +// Convert textual emoticons into graphical ones?
1100 +// a value of 0 = no, 1 = yes
1101 +$_prefs['emoticons'] = array(
1102 + 'value' => 0,
1103 + 'locked' => false,
1104 + 'shared' => false,
1105 + 'type' => 'checkbox',
1106 + 'desc' => _("Convert textual emoticons into graphical ones?"));
1107 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400attachment_display mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400attachment_display
1108 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400attachment_display 1969-12-31 18:00:00.000000000 -0600
1109 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400attachment_display 2006-09-19 18:59:13.000000000 -0500
1110 @@ -0,0 +1,11 @@
1111 +//400attachment_display
1112 +// how do we display attachments?
1113 +$_prefs['attachment_display'] = array(
1114 + 'value' => 'list',
1115 + 'locked' => false,
1116 + 'shared' => false,
1117 + 'type' => 'enum',
1118 + 'enum' => array('list' => _("Listing in the Header"),
1119 + 'inline' => _("Display in Body of Message"),
1120 + 'both' => _("Both Header Listing and Body of Message")),
1121 + 'desc' => _("How do you want to display attachments?"));
1122 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400emoticons mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400emoticons
1123 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400emoticons 2006-03-15 20:55:05.000000000 -0600
1124 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/400emoticons 1969-12-31 18:00:00.000000000 -0600
1125 @@ -1,9 +0,0 @@
1126 -// Convert textual emoticons into graphical ones?
1127 -// a value of 0 =no, 1 = yes
1128 -$_prefs['emoticons'] = array(
1129 - 'value' => 0,
1130 - 'locked' => false,
1131 - 'shared' => false,
1132 - 'type' => 'checkbox',
1133 - 'desc' => _("Convert textual emoticons into graphical ones?"));
1134 -
1135 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/402default_msg_charset mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/402default_msg_charset
1136 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/402default_msg_charset 1969-12-31 18:00:00.000000000 -0600
1137 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/402default_msg_charset 2006-09-19 19:00:09.000000000 -0500
1138 @@ -0,0 +1,15 @@
1139 +//402default_msg_charset
1140 +// default message character set
1141 +$_prefs['default_msg_charset'] = array(
1142 + 'value' => isset($GLOBALS['nls']['emails'][$GLOBALS['language']])
1143 + ? $GLOBALS['nls']['emails'][$GLOBALS['language']]
1144 + : (isset($GLOBALS['nls']['charsets'][$GLOBALS['language']])
1145 + ? $GLOBALS['nls']['charsets'][$GLOBALS['language']]
1146 + : 'ISO-8859-1'),
1147 + 'locked' => false,
1148 + 'shared' => false,
1149 + 'type' => 'enum',
1150 + 'enum' => array_merge(array('' => _("Default (US-ASCII)")),
1151 + $GLOBALS['nls']['encodings']),
1152 + 'desc' => _("The default charset for messages with no charset information:"),
1153 + 'help' => 'prefs-default_msg_charset');
1154 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/404disposition_send_mdn mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/404disposition_send_mdn
1155 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/404disposition_send_mdn 1969-12-31 18:00:00.000000000 -0600
1156 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/404disposition_send_mdn 2006-09-19 20:55:29.000000000 -0500
1157 @@ -0,0 +1,11 @@
1158 +//404disposition_send_mdn
1159 +$_prefs['disposition_send_mdn'] = array(
1160 + 'value' => 0,
1161 + 'locked' => false,
1162 + 'shared' => false,
1163 + 'type' => 'checkbox',
1164 + 'desc' => _("Send read receipt when requested by the sender?"),
1165 + 'help' => 'prefs-disposition_send_mdn'
1166 +);
1167 +// End Message Viewing preferences
1168 +
1169 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/405mailbox_return mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/405mailbox_return
1170 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/405mailbox_return 2006-03-15 20:55:05.000000000 -0600
1171 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/405mailbox_return 2006-09-19 19:00:45.000000000 -0500
1172 @@ -1,3 +1,5 @@
1173 +//405mailbox_return
1174 +// Deleting and Moving Messages preferences
1175 // should we return to the mailbox listing after deleting a message?
1176 // a value of 0 = no, 1 = yes
1177 $_prefs['mailbox_return'] = array(
1178 @@ -6,4 +8,3 @@
1179 'shared' => false,
1180 'type' => 'checkbox',
1181 'desc' => _("Return to the mailbox listing after deleting, moving, or copying a message?"));
1182 -
1183 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash
1184 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash 2006-03-15 20:55:05.000000000 -0600
1185 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/410use_trash 2006-09-18 22:58:56.000000000 -0500
1186 @@ -1,3 +1,4 @@
1187 +//410use_trash
1188 // should we move messages to a trash folder instead of just marking
1189 // them as deleted?
1190 // a value of 0 = no, 1 = yes
1191 @@ -7,4 +8,3 @@
1192 'shared' => false,
1193 'type' => 'checkbox',
1194 'desc' => _("When deleting messages, move them to your Trash folder instead of marking them as deleted?"));
1195 -
1196 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415empty_trash_menu mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415empty_trash_menu
1197 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415empty_trash_menu 2006-03-15 20:55:05.000000000 -0600
1198 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415empty_trash_menu 1969-12-31 18:00:00.000000000 -0600
1199 @@ -1,9 +0,0 @@
1200 -// display the 'Empty Trash' link in the menubar?
1201 -// 1 = yes, 0 = no
1202 -$_prefs['empty_trash_menu'] = array(
1203 - 'value' => 1,
1204 - 'locked' => false,
1205 - 'shared' => false,
1206 - 'type' => 'checkbox',
1207 - 'desc' => _("Display the 'Empty Trash' link in the menubar?"));
1208 -
1209 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415use_vtrash mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415use_vtrash
1210 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415use_vtrash 1969-12-31 18:00:00.000000000 -0600
1211 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/415use_vtrash 2006-09-18 22:59:58.000000000 -0500
1212 @@ -0,0 +1,8 @@
1213 +//415use_vtrash
1214 +// use Virtual Trash folder
1215 +$_prefs['use_vtrash'] = array(
1216 + 'value' => 0,
1217 + 'locked' => false,
1218 + 'shared' => false,
1219 + 'type' => 'checkbox',
1220 + 'desc' => _("Use Virtual Trash Folder?"));
1221 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/417vtrash_id mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/417vtrash_id
1222 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/417vtrash_id 1969-12-31 18:00:00.000000000 -0600
1223 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/417vtrash_id 2006-09-18 23:06:11.000000000 -0500
1224 @@ -0,0 +1,7 @@
1225 +//417vtrash_id
1226 +// virtual trash folder identifier
1227 +$_prefs['vtrash_id'] = array(
1228 + 'value' => '',
1229 + 'locked' => false,
1230 + 'shared' => false,
1231 + 'type' => 'implicit');
1232 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/418empty_trash_menu mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/418empty_trash_menu
1233 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/418empty_trash_menu 1969-12-31 18:00:00.000000000 -0600
1234 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/418empty_trash_menu 2006-09-19 19:01:56.000000000 -0500
1235 @@ -0,0 +1,9 @@
1236 +//418empty_trash_menu
1237 +// display the 'Empty Trash' link in the menubar?
1238 +// 1 = yes, 0 = no
1239 +$_prefs['empty_trash_menu'] = array(
1240 + 'value' => 1,
1241 + 'locked' => false,
1242 + 'shared' => false,
1243 + 'type' => 'checkbox',
1244 + 'desc' => _("Display the \"Empty Trash\" link in the menubar?"));
1245 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/419empty_spam_menu mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/419empty_spam_menu
1246 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/419empty_spam_menu 1969-12-31 18:00:00.000000000 -0600
1247 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/419empty_spam_menu 2006-09-18 23:10:43.000000000 -0500
1248 @@ -0,0 +1,8 @@
1249 +//419empty_spam_menu
1250 +// display the 'Empty Spam' link in the menubar?
1251 +$_prefs['empty_spam_menu'] = array(
1252 + 'value' => 0,
1253 + 'locked' => false,
1254 + 'shared' => false,
1255 + 'type' => 'checkbox',
1256 + 'desc' => _("Display the \"Empty Spam\" link in the menubar?"));
1257 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/420delhide mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/420delhide
1258 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/420delhide 2006-03-15 20:55:05.000000000 -0600
1259 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/420delhide 2006-09-19 20:56:28.000000000 -0500
1260 @@ -1,3 +1,4 @@
1261 +//420delhide
1262 // hide deleted
1263 // a value of 0 = no, 1 = yes
1264 $_prefs['delhide'] = array(
1265 @@ -5,4 +6,4 @@
1266 'locked' => false,
1267 'shared' => false,
1268 'type' => 'implicit');
1269 -
1270 +// End Deleting and Moving Messages preferences
1271 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/425refresh_time mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/425refresh_time
1272 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/425refresh_time 2006-03-15 20:55:05.000000000 -0600
1273 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/425refresh_time 2006-09-19 19:02:38.000000000 -0500
1274 @@ -1,3 +1,5 @@
1275 +//425refresh_time
1276 +// New Mail preferences
1277 // time before reloading the navigator or mailbox page
1278 $_prefs['refresh_time'] = array(
1279 'value' => 0,
1280 @@ -11,4 +13,3 @@
1281 900 => _("Every 15 minutes"),
1282 1800 => _("Every half hour")),
1283 'desc' => _("Refresh Folder Views:"));
1284 -
1285 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/430nav_popup mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/430nav_popup
1286 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/430nav_popup 2006-03-15 20:55:05.000000000 -0600
1287 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/430nav_popup 2006-09-18 23:13:54.000000000 -0500
1288 @@ -1,3 +1,4 @@
1289 +//430nav_popup
1290 // javascript popup if there's new mail?
1291 $_prefs['nav_popup'] = array(
1292 'value' => 0,
1293 @@ -5,4 +6,3 @@
1294 'shared' => false,
1295 'type' => 'checkbox',
1296 'desc' => _("Display pop-up notification of new mail?"));
1297 -
1298 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/432nav_aud mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/432nav_aud
1299 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/432nav_aud 1969-12-31 18:00:00.000000000 -0600
1300 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/432nav_aud 2006-09-19 19:03:21.000000000 -0500
1301 @@ -0,0 +1,9 @@
1302 +//432nav_audio
1303 +$_prefs['nav_audio'] = array(
1304 + 'value' => 0,
1305 + 'locked' => false,
1306 + 'shared' => false,
1307 + 'type' => 'checkbox',
1308 + 'desc' => _("Play sound on new mail? This requires your browser to support embedded sound files. Almost all do on Windows and Mac, but other platforms will require a plugin."));
1309 +
1310 +// End New Mail preferences
1311 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/435preview_enabled mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/435preview_enabled
1312 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/435preview_enabled 2006-03-15 20:55:05.000000000 -0600
1313 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/435preview_enabled 2006-09-19 19:03:44.000000000 -0500
1314 @@ -1,3 +1,5 @@
1315 +//435preview_enabled
1316 +// Message Preview Preferences
1317 $_prefs['preview_enabled'] = array(
1318 'value' => '0',
1319 'locked' => false,
1320 @@ -5,4 +7,3 @@
1321 'type' => 'checkbox',
1322 'desc' => _("Enable message previews?")
1323 );
1324 -
1325 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/440preview_maxlen mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/440preview_maxlen
1326 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/440preview_maxlen 2006-03-15 20:55:05.000000000 -0600
1327 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/440preview_maxlen 2006-09-18 23:16:55.000000000 -0500
1328 @@ -1,3 +1,4 @@
1329 +//440preview_maxlen
1330 $_prefs['preview_maxlen'] = array(
1331 'value' => 250,
1332 'locked' => false,
1333 @@ -10,4 +11,3 @@
1334 -1 => _("All")),
1335 'desc' => _("Characters to display:")
1336 );
1337 -
1338 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/445preview_strip_nl mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/445preview_strip_nl
1339 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/445preview_strip_nl 2006-03-15 20:55:05.000000000 -0600
1340 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/445preview_strip_nl 2006-09-18 23:17:10.000000000 -0500
1341 @@ -1,3 +1,4 @@
1342 +//445preview_strip_nl
1343 $_prefs['preview_strip_nl'] = array(
1344 'value' => '1',
1345 'locked' => false,
1346 @@ -5,4 +6,3 @@
1347 'type' => 'checkbox',
1348 'desc' => _("Strip linebreaks?")
1349 );
1350 -
1351 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/450preview_show_unread mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/450preview_show_unread
1352 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/450preview_show_unread 2006-03-15 20:55:05.000000000 -0600
1353 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/450preview_show_unread 2006-09-18 23:17:22.000000000 -0500
1354 @@ -1,3 +1,4 @@
1355 +//450preview_show_unread
1356 $_prefs['preview_show_unread'] = array(
1357 'value' => '1',
1358 'locked' => false,
1359 @@ -5,4 +6,3 @@
1360 'type' => 'checkbox',
1361 'desc' => _("Show previews for unread messages only?")
1362 );
1363 -
1364 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/455preview_show_tooltip mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/455preview_show_tooltip
1365 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/455preview_show_tooltip 2006-03-15 20:55:05.000000000 -0600
1366 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/455preview_show_tooltip 2006-09-19 19:05:35.000000000 -0500
1367 @@ -1,3 +1,4 @@
1368 +//455preview_show_tooltip
1369 $_prefs['preview_show_tooltip'] = array(
1370 'value' => '0',
1371 'locked' => false,
1372 @@ -5,4 +6,5 @@
1373 'type' => 'checkbox',
1374 'desc' => _("Show previews in tooltips?")
1375 );
1376 +// End Message Preview
1377
1378 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/460fetchmail_link mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/460fetchmail_link
1379 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/460fetchmail_link 2006-03-15 20:55:05.000000000 -0600
1380 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/460fetchmail_link 2006-09-19 19:05:58.000000000 -0500
1381 @@ -1,7 +1,8 @@
1382 +//460fetchmail_link
1383 +// Fetch Mail preferences
1384 // Change this if you want to customize how fetchmailprefs.php works.
1385 $_prefs['fetchmail_link'] = array(
1386 'type' => 'link',
1387 'url' => 'fetchmailprefs.php',
1388 'img' => 'fetchmail.png',
1389 'desc' => _("Edit your preferences for accessing other mail accounts."));
1390 -
1391 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/465fetchmail_popup mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/465fetchmail_popup
1392 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/465fetchmail_popup 2006-03-15 20:55:05.000000000 -0600
1393 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/465fetchmail_popup 2006-09-18 23:18:59.000000000 -0500
1394 @@ -1,3 +1,4 @@
1395 +//465fetchmail_popup
1396 // Fetch mail on separate window?
1397 // a value of 0 = no, 1 = yes
1398 $_prefs['fetchmail_popup'] = array(
1399 @@ -6,4 +7,3 @@
1400 'shared' => false,
1401 'type' => 'checkbox',
1402 'desc' => _("Fetch Mail in a separate window?"));
1403 -
1404 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/470fetchmail_menu mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/470fetchmail_menu
1405 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/470fetchmail_menu 2006-03-15 20:55:05.000000000 -0600
1406 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/470fetchmail_menu 2006-09-18 23:19:29.000000000 -0500
1407 @@ -1,3 +1,4 @@
1408 +//470fetchmail_menu
1409 // Show the Fetch mail icon on the menubar?
1410 // a value of 0 = no, 1 = yes
1411 $_prefs['fetchmail_menu'] = array(
1412 @@ -6,4 +7,3 @@
1413 'shared' => false,
1414 'type' => 'checkbox',
1415 'desc' => _("Show the Fetch Mail icon on the menubar?"));
1416 -
1417 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/475fm_accounts mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/475fm_accounts
1418 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/475fm_accounts 2006-03-15 20:55:05.000000000 -0600
1419 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/475fm_accounts 2006-09-18 23:19:50.000000000 -0500
1420 @@ -1,7 +1,7 @@
1421 +//475fm_accounts
1422 // Don't change anything here.
1423 $_prefs['fm_accounts'] = array(
1424 'value' => 'a:0:\{\}',
1425 'locked' => false,
1426 'shared' => false,
1427 'type' => 'implicit');
1428 -
1429 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/480fetchmail_login mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/480fetchmail_login
1430 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/480fetchmail_login 2006-03-15 20:55:05.000000000 -0600
1431 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/480fetchmail_login 2006-09-19 19:07:55.000000000 -0500
1432 @@ -1,6 +1,7 @@
1433 +//480fetchmail_login
1434 $_prefs['fetchmail_login'] = array(
1435 'value' => 0,
1436 'locked' => false,
1437 'shared' => false,
1438 'type' => 'implicit');
1439 -
1440 +// End Fetch Mail preferences
1441 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/485mailbox_start mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/485mailbox_start
1442 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/485mailbox_start 2006-03-15 20:55:05.000000000 -0600
1443 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/485mailbox_start 2006-09-19 19:08:11.000000000 -0500
1444 @@ -1,3 +1,5 @@
1445 +//485mailbox)_start
1446 +// Display Options preferences
1447 // which page to start on when opening mailbox
1448 $_prefs['mailbox_start'] = array(
1449 'value' => IMP_MAILBOXSTART_FIRSTUNSEEN,
1450 @@ -10,4 +12,3 @@
1451 IMP_MAILBOXSTART_LASTPAGE => _("Last Mailbox Page")),
1452 'desc' => _("When opening a new mailbox, which page do you want to start on?"),
1453 'help' => 'prefs-mailbox_start');
1454 -
1455 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/490sortby mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/490sortby
1456 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/490sortby 2006-03-15 20:55:05.000000000 -0600
1457 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/490sortby 2006-09-18 23:21:20.000000000 -0500
1458 @@ -1,3 +1,4 @@
1459 +//490sortby
1460 // user preferred sorting column
1461 $_prefs['sortby'] = array(
1462 'value' => SORTARRIVAL,
1463 @@ -12,4 +13,3 @@
1464 SORTSIZE => _("Message Size"),
1465 SORTTHREAD => _("Thread View")),
1466 'desc' => _("Default sorting criteria:"));
1467 -
1468 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/495sortdir mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/495sortdir
1469 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/495sortdir 2006-03-15 20:55:05.000000000 -0600
1470 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/495sortdir 2006-09-18 23:21:32.000000000 -0500
1471 @@ -1,10 +1,10 @@
1472 +//495sortdir
1473 // user preferred sorting direction
1474 $_prefs['sortdir'] = array(
1475 - 'value' => 0,
1476 + 'value' => 1,
1477 'locked' => false,
1478 'shared' => false,
1479 'type' => 'enum',
1480 'enum' => array(0 => _("Ascending"),
1481 1 => _("Descending")),
1482 'desc' => _("Default sorting direction:"));
1483 -
1484 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/500max_msgs mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/500max_msgs
1485 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/500max_msgs 2006-03-15 20:55:05.000000000 -0600
1486 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/500max_msgs 2006-09-18 23:21:47.000000000 -0500
1487 @@ -1,3 +1,4 @@
1488 +//500max_msgs
1489 // mailbox constraints
1490 $_prefs['max_msgs'] = array(
1491 'value' => 20,
1492 @@ -5,4 +6,3 @@
1493 'shared' => false,
1494 'type' => 'number',
1495 'desc' => _("Messages per page in the mailbox view."));
1496 -
1497 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/505from_link mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/505from_link
1498 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/505from_link 2006-03-15 20:55:05.000000000 -0600
1499 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/505from_link 2006-09-18 23:22:33.000000000 -0500
1500 @@ -1,3 +1,4 @@
1501 +//505from_link
1502 // How the from field should be displayed on the mailbox screen
1503 $_prefs['from_link'] = array(
1504 'value' => 1,
1505 @@ -10,4 +11,3 @@
1506 2 => _("Do not generate a link in the From: column")
1507 ),
1508 'desc' => _("The From: column of the message should be linked:"));
1509 -
1510 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/510time_format mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/510time_format
1511 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/510time_format 2006-03-15 20:55:05.000000000 -0600
1512 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/510time_format 2006-09-18 23:22:44.000000000 -0500
1513 @@ -1,3 +1,4 @@
1514 +//510time_format
1515 // Time format for messages dated today
1516 $_prefs['time_format'] = array(
1517 'value' => '%X',
1518 @@ -12,4 +13,3 @@
1519 '%I:%M%p' => strftime('%I:%M%p'),
1520 ),
1521 'desc' => _("Format of message dates in the mailbox view for messages dated today"));
1522 -
1523 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/515nav_expanded mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/515nav_expanded
1524 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/515nav_expanded 2006-03-15 20:55:05.000000000 -0600
1525 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/515nav_expanded 2006-09-18 23:22:57.000000000 -0500
1526 @@ -1,3 +1,4 @@
1527 +//515nav_expanded
1528 // expand folder tree by default
1529 $_prefs['nav_expanded'] = array(
1530 'value' => 0,
1531 @@ -8,4 +9,3 @@
1532 1 => _("Yes"),
1533 2 => _("Remember the last view")),
1534 'desc' => _("Expand the entire folder tree by default in the folders view?"));
1535 -
1536 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/517nav_expanded_sidebar mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/517nav_expanded_sidebar
1537 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/517nav_expanded_sidebar 1969-12-31 18:00:00.000000000 -0600
1538 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/517nav_expanded_sidebar 2006-09-19 07:29:36.000000000 -0500
1539 @@ -0,0 +1,11 @@
1540 +//517nav_expanded_sidebar
1541 +// expand folder tree by default in sidebar
1542 +$_prefs['nav_expanded_sidebar'] = array(
1543 + 'value' => 0,
1544 + 'locked' => false,
1545 + 'shared' => false,
1546 + 'type' => 'enum',
1547 + 'enum' => array(0 => _("No"),
1548 + 1 => _("Yes"),
1549 + 2 => _("Current expanded status in the folders view")),
1550 + 'desc' => _("Expand the entire folder tree by default in the sidebar?"));
1551 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/520expanded_folders mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/520expanded_folders
1552 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/520expanded_folders 2006-03-15 20:55:05.000000000 -0600
1553 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/520expanded_folders 2006-09-19 07:30:27.000000000 -0500
1554 @@ -1,7 +1,7 @@
1555 +//520expanded_folders
1556 // list of folders to expand by default
1557 $_prefs['expanded_folders'] = array(
1558 'value' => 'a:0:\{\}',
1559 'locked' => false,
1560 'shared' => false,
1561 'type' => 'implicit');
1562 -
1563 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/525nav_poll mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/525nav_poll
1564 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/525nav_poll 2006-03-15 20:55:05.000000000 -0600
1565 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/525nav_poll 2006-09-19 07:30:41.000000000 -0500
1566 @@ -1,7 +1,7 @@
1567 +//525nav_poll
1568 // list of folders to poll for new mail
1569 $_prefs['nav_poll'] = array(
1570 'value' => '',
1571 'locked' => false,
1572 'shared' => false,
1573 'type' => 'implicit');
1574 -
1575 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/530show_legend mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/530show_legend
1576 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/530show_legend 2006-03-15 20:55:05.000000000 -0600
1577 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/530show_legend 2006-09-19 20:59:26.000000000 -0500
1578 @@ -1,3 +1,4 @@
1579 +//530show_legend
1580 // show mailbox legend?
1581 // a value of 0 = no, 1 = yes
1582 $_prefs['show_legend'] = array(
1583 @@ -6,4 +7,4 @@
1584 'shared' => false,
1585 'type' => 'checkbox',
1586 'desc' => _("Show legend in the mailbox view?"));
1587 -
1588 +// End Display Options preferences
1589 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/532defaultsearchselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/532defaultsearchselect
1590 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/532defaultsearchselect 1969-12-31 18:00:00.000000000 -0600
1591 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/532defaultsearchselect 2006-09-19 19:09:42.000000000 -0500
1592 @@ -0,0 +1,4 @@
1593 +//532defaultsearchselect
1594 +// Search preferences
1595 +// default search selection widget. this needs to be dynamically built.
1596 +$_prefs['defaultsearchselect'] = array('type' => 'special');
1597 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/534default_search mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/534default_search
1598 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/534default_search 1969-12-31 18:00:00.000000000 -0600
1599 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/534default_search 2006-09-19 19:10:30.000000000 -0500
1600 @@ -0,0 +1,8 @@
1601 +//534default_search
1602 +// default search field
1603 +$_prefs['default_search'] = array(
1604 + 'value' => '',
1605 + 'locked' => false,
1606 + 'shared' => false,
1607 + 'type' => 'implicit');
1608 +// End Search preferences
1609 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/535filter_on_login mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/535filter_on_login
1610 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/535filter_on_login 2006-03-15 20:55:05.000000000 -0600
1611 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/535filter_on_login 2006-09-19 19:10:52.000000000 -0500
1612 @@ -1,7 +1,8 @@
1613 +//535filter_on_login
1614 +// Filter preference
1615 // run filters on login?
1616 $_prefs['filter_on_login'] = array(
1617 'value' => 0,
1618 'locked' => false,
1619 'shared' => false,
1620 'type' => 'implicit');
1621 -
1622 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/540filter_on_display mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/540filter_on_display
1623 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/540filter_on_display 2006-03-15 20:55:05.000000000 -0600
1624 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/540filter_on_display 2006-09-19 07:35:56.000000000 -0500
1625 @@ -1,7 +1,7 @@
1626 +//filter_on_display
1627 // run filters with INBOX display?
1628 $_prefs['filter_on_display'] = array(
1629 'value' => 0,
1630 'locked' => false,
1631 'shared' => false,
1632 'type' => 'implicit');
1633 -
1634 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/545filter_menuitem mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/545filter_menuitem
1635 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/545filter_menuitem 2006-03-15 20:55:05.000000000 -0600
1636 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/545filter_menuitem 2006-09-19 07:36:40.000000000 -0500
1637 @@ -1,7 +1,7 @@
1638 +//545filter_menuitem
1639 // show filter icon on the menubar?
1640 $_prefs['filter_menuitem'] = array(
1641 'value' => 0,
1642 'locked' => false,
1643 'shared' => false,
1644 'type' => 'implicit');
1645 -
1646 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/550filter_any_mailbox mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/550filter_any_mailbox
1647 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/550filter_any_mailbox 2006-03-15 20:55:05.000000000 -0600
1648 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/550filter_any_mailbox 2006-09-19 19:11:27.000000000 -0500
1649 @@ -1,7 +1,8 @@
1650 +//550filter_any_mailbox
1651 // Allow filters to be applied to any mailbox?
1652 $_prefs['filter_any_mailbox'] = array(
1653 'value' => 0,
1654 'locked' => false,
1655 'shared' => false,
1656 'type' => 'implicit');
1657 -
1658 +// End Filter preferences
1659 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/555auto_expand mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/555auto_expand
1660 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/555auto_expand 2006-03-15 20:55:05.000000000 -0600
1661 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/555auto_expand 2006-09-19 19:11:45.000000000 -0500
1662 @@ -1,3 +1,5 @@
1663 +//555auto_expand
1664 +// Address book preferences
1665 // Should names in the compose window be expanded automagically?
1666 $_prefs['auto_expand'] = array(
1667 'value' => 0,
1668 @@ -5,4 +7,3 @@
1669 'shared' => false,
1670 'type' => 'checkbox',
1671 'desc' => _("Expand names in the compose window automatically in the background?"));
1672 -
1673 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/560save_recipients mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/560save_recipients
1674 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/560save_recipients 2006-03-15 20:55:05.000000000 -0600
1675 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/560save_recipients 2006-09-19 07:38:14.000000000 -0500
1676 @@ -1,4 +1,5 @@
1677 -// Should recipients of outgoing messages automaticall be added to
1678 +//560save_recipients
1679 +// Should recipients of outgoing messages be added automatically to
1680 // the address book?
1681 $_prefs['save_recipients'] = array(
1682 'value' => 0,
1683 @@ -6,4 +7,3 @@
1684 'shared' => false,
1685 'type' => 'checkbox',
1686 'desc' => _("Save recipients automatically to the default address book?"));
1687 -
1688 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/565display_contact mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/565display_contact
1689 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/565display_contact 2006-03-15 20:55:05.000000000 -0600
1690 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/565display_contact 2006-09-19 07:38:37.000000000 -0500
1691 @@ -1,3 +1,4 @@
1692 +//565display_contact
1693 // By default, display all contacts in the address book when loading
1694 // the contacts screen. If your default address book is large and
1695 // slow to display, you may want to disable and lock this option.
1696 @@ -7,4 +8,3 @@
1697 'shared' => true,
1698 'type' => 'checkbox',
1699 'desc' => _("List all contacts when loading the contacts screen? (if disabled, you will only see contacts that you search for explicitly)"));
1700 -
1701 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/570sourceselect mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/570sourceselect
1702 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/570sourceselect 2006-03-15 20:55:05.000000000 -0600
1703 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/570sourceselect 2006-09-19 07:39:39.000000000 -0500
1704 @@ -1,3 +1,3 @@
1705 +//570sourceselect
1706 // address book selection widget
1707 $_prefs['sourceselect'] = array('type' => 'special');
1708 -
1709 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/575search_sources mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/575search_sources
1710 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/575search_sources 2006-03-15 20:55:05.000000000 -0600
1711 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/575search_sources 2006-09-19 07:40:01.000000000 -0500
1712 @@ -1,3 +1,4 @@
1713 +//575search_sources
1714 // address book(s) to use when expanding addresses
1715 // You can provide default values this way (note the \t and the double quotes):
1716 // 'value' => "source_one\tsource_two"
1717 @@ -7,4 +8,3 @@
1718 'locked' => false,
1719 'shared' => false,
1720 'type' => 'implicit');
1721 -
1722 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/580search_fields mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/580search_fields
1723 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/580search_fields 2006-03-15 20:55:05.000000000 -0600
1724 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/580search_fields 2006-09-19 07:40:31.000000000 -0500
1725 @@ -1,3 +1,4 @@
1726 +//580search_fields
1727 // field(s) to use when expanding addresses
1728 // This depends on the search_sources preference if you want to provide
1729 // default values:
1730 @@ -10,4 +11,3 @@
1731 'locked' => false,
1732 'shared' => false,
1733 'type' => 'implicit');
1734 -
1735 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/585add_source mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/585add_source
1736 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/585add_source 2006-03-15 20:55:05.000000000 -0600
1737 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/585add_source 2006-09-19 19:12:46.000000000 -0500
1738 @@ -1,12 +1,12 @@
1739 +//585add_source
1740 // address book to use for adding addresses
1741 // put $cfgSources array element name in the value field.
1742 // Setting value to localsql would allow you to add contacts to MySQL database
1743 // See turba/config/sources.php for more info
1744 $_prefs['add_source'] = array(
1745 - 'value' => '',
1746 -// 'value' => 'localsql',
1747 + 'value' => 'localsql',
1748 'locked' => false,
1749 'shared' => true,
1750 'type' => 'implicit'
1751 );
1752 -
1753 +// End Address book preferences
1754 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/590use_pgp mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/590use_pgp
1755 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/590use_pgp 2006-03-15 20:55:05.000000000 -0600
1756 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/590use_pgp 2006-09-19 21:01:00.000000000 -0500
1757 @@ -1,3 +1,5 @@
1758 +//590use_pgp
1759 +// PGP options
1760 // Activate PGP support?
1761 // 0 = no, 1 = yes
1762 $_prefs['use_pgp'] = array(
1763 @@ -6,4 +8,3 @@
1764 'shared' => false,
1765 'type' => 'implicit'
1766 );
1767 -
1768 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/595pgp_attach_pubkey mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/595pgp_attach_pubkey
1769 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/595pgp_attach_pubkey 2006-03-15 20:55:05.000000000 -0600
1770 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/595pgp_attach_pubkey 2006-09-19 18:45:42.000000000 -0500
1771 @@ -1,7 +1,7 @@
1772 +//595pgp_attach_pubkey
1773 // You should not manually change the rest of the PGP entries
1774 $_prefs['pgp_attach_pubkey'] = array(
1775 'value' => 0,
1776 'locked' => false,
1777 'shared' => false,
1778 'type' => 'implicit');
1779 -
1780 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/600pgp_scan_body mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/600pgp_scan_body
1781 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/600pgp_scan_body 2006-03-15 20:55:05.000000000 -0600
1782 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/600pgp_scan_body 2006-09-19 18:45:56.000000000 -0500
1783 @@ -1,6 +1,6 @@
1784 +//600php_scan_body
1785 $_prefs['pgp_scan_body'] = array(
1786 'value' => 0,
1787 'locked' => false,
1788 'shared' => false,
1789 'type' => 'implicit');
1790 -
1791 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/605pgp_private_key mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/605pgp_private_key
1792 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/605pgp_private_key 2006-03-15 20:55:05.000000000 -0600
1793 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/605pgp_private_key 2006-09-19 18:46:07.000000000 -0500
1794 @@ -1,6 +1,6 @@
1795 +//605php_private_key
1796 $_prefs['pgp_private_key'] = array(
1797 'value' => '',
1798 'locked' => false,
1799 'shared' => false,
1800 'type' => 'implicit');
1801 -
1802 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/610pgp_public_key mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/610pgp_public_key
1803 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/610pgp_public_key 2006-03-15 20:55:05.000000000 -0600
1804 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/610pgp_public_key 2006-09-19 19:13:31.000000000 -0500
1805 @@ -1,6 +1,8 @@
1806 +//610php_public_key
1807 $_prefs['pgp_public_key'] = array(
1808 'value' => '',
1809 'locked' => false,
1810 'shared' => false,
1811 'type' => 'implicit');
1812 +// End PGP Options
1813
1814 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/615use_smime mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/615use_smime
1815 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/615use_smime 2006-03-15 20:55:05.000000000 -0600
1816 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/615use_smime 2006-09-19 19:13:46.000000000 -0500
1817 @@ -1,3 +1,5 @@
1818 +//615use_smime
1819 +// S/MIME options
1820 // Activate S/MIME support?
1821 // 0 = no, 1 = yes
1822 $_prefs['use_smime'] = array(
1823 @@ -5,4 +7,3 @@
1824 'locked' => false,
1825 'shared' => false,
1826 'type' => 'implicit');
1827 -
1828 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/620smime_private_key mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/620smime_private_key
1829 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/620smime_private_key 2006-03-15 20:55:05.000000000 -0600
1830 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/620smime_private_key 2006-09-19 18:47:24.000000000 -0500
1831 @@ -1,7 +1,7 @@
1832 +//620smime_private_key
1833 // You should not manually change the rest of the S/MIME entries
1834 $_prefs['smime_private_key'] = array(
1835 'value' => '',
1836 'locked' => false,
1837 'shared' => false,
1838 'type' => 'implicit');
1839 -
1840 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/625smime_public_key mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/625smime_public_key
1841 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/625smime_public_key 2006-03-15 20:55:05.000000000 -0600
1842 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/625smime_public_key 2006-09-19 18:47:44.000000000 -0500
1843 @@ -1,6 +1,6 @@
1844 +//625smime_public_key
1845 $_prefs['smime_public_key'] = array(
1846 'value' => '',
1847 'locked' => false,
1848 'shared' => false,
1849 'type' => 'implicit');
1850 -
1851 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/630smime_additional_cert mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/630smime_additional_cert
1852 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/630smime_additional_cert 2006-03-15 20:55:05.000000000 -0600
1853 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/630smime_additional_cert 2006-09-19 19:15:07.000000000 -0500
1854 @@ -1,6 +1,7 @@
1855 +//630smime_additional_cert
1856 $_prefs['smime_additional_cert'] = array(
1857 'value' => '',
1858 'locked' => false,
1859 'shared' => false,
1860 'type' => 'implicit');
1861 -
1862 +// End S/MIME Options
1863 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/635vinbox_id mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/635vinbox_id
1864 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/635vinbox_id 1969-12-31 18:00:00.000000000 -0600
1865 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/635vinbox_id 2006-09-19 18:49:26.000000000 -0500
1866 @@ -0,0 +1,9 @@
1867 +//635vinbox_id
1868 +// Other entries (used internally in IMP)
1869 +
1870 +// virtual inbox identifier
1871 +$_prefs['vinbox_id'] = array(
1872 + 'value' => '',
1873 + 'locked' => false,
1874 + 'shared' => false,
1875 + 'type' => 'implicit');

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed