/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde_mime_drivers.php.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde_mime_drivers.php.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Feb 15 04:53:31 2010 UTC (14 years, 3 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_2_0-15_el5_sme, e-smith-horde-4_2_0-14_el5_sme, e-smith-horde-4_2_0-12_el5_sme, e-smith-horde-4_2_0-17_el5_sme, e-smith-horde-4_2_0-20_el5_sme, e-smith-horde-4_2_0-13_el5_sme, HEAD
Please see changelog

1 mrjhb3 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/330PortalBlock mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/330PortalBlock
2     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/330PortalBlock 2008-04-17 23:13:07.000000000 -0500
3     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/330PortalBlock 2010-01-25 22:33:07.000000000 -0600
4     @@ -1,5 +1,7 @@
5     //330PortalBlock
6     $conf['portal']['fixed_blocks'] = array();
7     +$conf['weatherdotcom']['license_key'] = '{ $horde{weatherdotcompartnerid} }';
8     +$conf['weatherdotcom']['partner_id'] = '{ $horde{weatherdotcomlicensekey} }';
9     $conf['accounts']['params']['quota_path'] = '/usr/bin/quota';
10     $conf['accounts']['params']['grep_path'] = '/bin/grep';
11     $conf['accounts']['params']['translateMountPoint'] = false;
12     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/337Api mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/337Api
13     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/337Api 1969-12-31 18:00:00.000000000 -0600
14     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/337Api 2010-01-25 22:32:39.000000000 -0600
15     @@ -0,0 +1,4 @@
16     +//337Api
17     +$conf['api']['googlemaps'] = '{ $horde{googlemaps} }';
18     +$conf['api']['googlesearch'] = '{ $horde{googlesearch} }';
19     +
20     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header
21     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header 2010-01-28 01:06:57.000000000 -0600
22     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/00header 1969-12-31 18:00:00.000000000 -0600
23     @@ -1,43 +0,0 @@
24     -// 00header
25     -/**
26     - * $Horde: horde/config/mime_drivers.php.dist,v 1.97.6.14 2009-11-24 19:53:30 slusarz Exp $
27     - *
28     - * Decide which output drivers you want to activate for all Horde
29     - * applications. Individual Horde applications can override these settings
30     - * in their config/mime_drivers.php files.
31     - *
32     - * The available drivers are:
33     - * --------------------------
34     - * audio Audio files
35     - * css CSS Styles
36     - * deb Debian packages
37     - * enriched Enriched text format
38     - * enscript GNU enscript
39     - * html HTML data
40     - * images Image files
41     - * msword Microsoft Word files via wvHtml
42     - * msexcel Microsoft Excel files via xlhtml
43     - * mspowerpoint Microsoft Powerpoint files via ppthtml
44     - * ooo OpenOffice.org/StarOffice Documents
45     - * pdf Portable Document Format (PDF) files
46     - * php The internal PHP4 syntax highlighting engine
47     - * plain Return text, with links made clickable and other HTML
48     - * filtered out
49     - * rar RAR archives
50     - * report Report messages (RFC 3452)
51     - * rfc822 Digested messages (RFC 2046 [5.2.1])
52     - * richtext Richtext text format (RFC 1341 [7.1.3])
53     - * rpm RPM packages
54     - * rtf RTF documents via unrtf
55     - * security Secure multiparts (RFC 1847)
56     - * simple Output text without modification
57     - * smil SMIL documents
58     - * srchighlite Source Highlight
59     - * tgz Tarballs, including gzipped ones
60     - * tnef MS-TNEF attachments
61     - * vcard vCards
62     - * webcpp Web C Plus Plus
63     - * wordperfect WordPerfect documents via wpd2html
64     - * zip Zip files
65     - */
66     -
67     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers
68     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers 2008-04-17 23:19:09.000000000 -0500
69     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/100mimedrivers 1969-12-31 18:00:00.000000000 -0600
70     @@ -1,45 +0,0 @@
71     -// 100mimedrivers
72     -$mime_drivers_map['horde']['registered'] = array(
73     - 'audio',
74     - 'css',
75     - 'enriched',
76     - 'html',
77     - 'images',
78     - 'ooo',
79     - 'pdf',
80     - 'php',
81     - 'plain',
82     - 'rar',
83     - 'report',
84     - 'rfc822',
85     - 'richtext',
86     - 'security',
87     - 'simple',
88     - 'smil',
89     - 'tgz',
90     - 'tnef',
91     - 'vcard',
92     - 'zip',
93     - /* The following mime drivers require external applications to be
94     - * installed and are disabled by default. */
95     - // 'deb',
96     - // 'enscript',
97     - // 'msword',
98     - // 'msexcel',
99     - // 'mspowerpoint',
100     - // 'rpm',
101     - // 'rtf',
102     - // 'srchighlite',
103     - // 'webcpp',
104     - // 'wordperfect',
105     -);
106     -
107     -
108     -/**
109     - * If you want to specifically override any MIME type to be handled by
110     - * a specific driver, then enter it here. Normally, this is safe to
111     - * leave, but it's useful when multiple drivers handle the same MIME
112     - * type, and you want to specify exactly which one should handle it.
113     - */
114     -$mime_drivers_map['horde']['overrides'] = array();
115     -
116     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/10mime_drivers.php mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/10mime_drivers.php
117     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/10mime_drivers.php 1969-12-31 18:00:00.000000000 -0600
118     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/10mime_drivers.php 2010-01-28 00:57:32.000000000 -0600
119     @@ -0,0 +1,684 @@
120     +/**
121     + * $Horde: horde/config/mime_drivers.php.dist,v 1.97.6.14 2009-11-24 19:53:30 slusarz Exp $
122     + *
123     + * Decide which output drivers you want to activate for all Horde
124     + * applications. Individual Horde applications can override these settings
125     + * in their config/mime_drivers.php files.
126     + *
127     + * The available drivers are:
128     + * --------------------------
129     + * audio Audio files
130     + * css CSS Styles
131     + * deb Debian packages
132     + * enriched Enriched text format
133     + * enscript GNU enscript
134     + * html HTML data
135     + * images Image files
136     + * msword Microsoft Word files via wvHtml
137     + * msexcel Microsoft Excel files via xlhtml
138     + * mspowerpoint Microsoft Powerpoint files via ppthtml
139     + * ooo OpenOffice.org/StarOffice Documents
140     + * pdf Portable Document Format (PDF) files
141     + * php The internal PHP4 syntax highlighting engine
142     + * plain Return text, with links made clickable and other HTML
143     + * filtered out
144     + * rar RAR archives
145     + * report Report messages (RFC 3452)
146     + * rfc822 Digested messages (RFC 2046 [5.2.1])
147     + * richtext Richtext text format (RFC 1341 [7.1.3])
148     + * rpm RPM packages
149     + * rtf RTF documents via unrtf
150     + * security Secure multiparts (RFC 1847)
151     + * simple Output text without modification
152     + * smil SMIL documents
153     + * srchighlite Source Highlight
154     + * tgz Tarballs, including gzipped ones
155     + * tnef MS-TNEF attachments
156     + * vcard vCards
157     + * webcpp Web C Plus Plus
158     + * wordperfect WordPerfect documents via wpd2html
159     + * zip Zip files
160     + */
161     +$mime_drivers_map['horde']['registered'] = array(
162     + 'audio',
163     + 'css',
164     + 'enriched',
165     + 'html',
166     + 'images',
167     + 'ooo',
168     + 'pdf',
169     + 'php',
170     + 'plain',
171     + 'rar',
172     + 'report',
173     + 'rfc822',
174     + 'richtext',
175     + 'security',
176     + 'simple',
177     + 'smil',
178     + 'tgz',
179     + 'tnef',
180     + 'vcard',
181     + 'zip',
182     + /* The following mime drivers require external applications to be
183     + * installed and are disabled by default. */
184     + // 'deb',
185     + // 'enscript',
186     +{
187     + if (($horde{inlineMSWord} || "false") eq "true") {
188     + $OUT .=" 'msword',";
189     +} else {
190     + $OUT .=" // 'msword',";
191     +}
192     +}
193     +{
194     + if (($horde{inlineMSExcel} || "false") eq "true") {
195     + $OUT .=" 'msexcel',";
196     +} else {
197     + $OUT .=" // 'msexcel',";
198     +}
199     +}
200     +{
201     + if (($horde{inlineMSPowerpoint} || "false") eq "true") {
202     + $OUT .=" 'mspowerpoint',";
203     +} else {
204     + $OUT .=" // 'mspowerpoint',";
205     +}
206     +}
207     + // 'rpm',
208     + // 'rtf',
209     + // 'srchighlite',
210     + // 'webcpp',
211     +{
212     + if (($horde{inlineWordperfect} || "false") eq "true") {
213     + $OUT .=" 'wordperfect',";
214     +} else {
215     + $OUT .=" // 'wordperfect',";
216     +}
217     +}
218     +);
219     +
220     +
221     +/**
222     + * If you want to specifically override any MIME type to be handled by
223     + * a specific driver, then enter it here. Normally, this is safe to
224     + * leave, but it's useful when multiple drivers handle the same MIME
225     + * type, and you want to specify exactly which one should handle it.
226     + */
227     +$mime_drivers_map['horde']['overrides'] = array();
228     +
229     +
230     +/**
231     + * Driver specific settings. Here, you have to configure each driver
232     + * which you chose to activate above. Default settings have been
233     + * filled in for them, and if you haven't activated it, then just
234     + * leave it as it is - it won't get loaded.
235     + *
236     + * The 'handles' setting below shouldn't be changed in most
237     + * circumstances. It registers a set of MIME type that the driver can
238     + * handle. The 'x-extension' MIME type is a special one to Horde that
239     + * maps a file extension to a MIME type. It's useful when you know
240     + * that all files ending in '.c' are C files, for example. You can set
241     + * the MIME subtype to '*' to match all possible subtypes
242     + * (i.e. 'image/*').
243     + *
244     + * The 'icons' entry is for the driver to register various icons for
245     + * the MIME types it handles. The array consists of a 'default' icon
246     + * for that driver, and can also include specific MIME-types which can
247     + * have their own icons. You can set the MIME subtype to '*' to match
248     + * all possible subtypes (i.e. 'image/*').
249     + */
250     +
251     +/**
252     + * Default driver settings
253     + */
254     +$mime_drivers['horde']['default']['icons'] = array(
255     + 'default' => 'text.png',
256     + 'message/*' => 'mail.png',
257     + 'unknown/*' => 'binary.png',
258     + 'video/*' => 'video.png',
259     + 'application/pgp-signature' => 'encryption.png',
260     + 'application/x-pkcs7-signature' => 'encryption.png',
261     + 'application/octet-stream' => 'binary.png'
262     +);
263     +
264     +
265     +/**
266     + * Default text driver settings
267     + */
268     +$mime_drivers['horde']['simple'] = array(
269     + 'inline' => false,
270     + 'handles' => array(
271     + 'text/*'
272     + ),
273     + 'icons' => array(
274     + 'default' => 'text.png'
275     + )
276     +);
277     +
278     +
279     +/**
280     + * Plain text driver settings
281     + */
282     +$mime_drivers['horde']['plain'] = array(
283     + 'inline' => true,
284     + 'handles' => array(
285     + 'text/plain'
286     + ),
287     + 'icons' => array(
288     + 'default' => 'text.png'
289     + )
290     +);
291     +
292     +{
293     + my $audio = $horde{inlineAudio} || 'true';
294     + $OUT =<<HERE;
295     +/**
296     + * Default audio driver settings
297     + */
298     +\$mime_drivers['horde']['audio'] = array(
299     + 'inline' => $audio,
300     + 'handles' => array(
301     + 'audio/*'
302     + ),
303     + 'icons' => array(
304     + 'default' => 'audio.png'
305     + )
306     +);
307     +HERE
308     +}
309     +
310     +/**
311     + * Default smil driver settings
312     + */
313     +$mime_drivers['horde']['smil'] = array(
314     + 'inline' => true,
315     + 'handles' => array(
316     + 'application/smil'
317     + ),
318     + 'icons' => array(
319     + 'default' => 'video.png'
320     + )
321     +);
322     +
323     +
324     +/**
325     + * PHP driver settings
326     + */
327     +$mime_drivers['horde']['php'] = array(
328     + 'inline' => true,
329     + 'handles' => array(
330     + 'application/x-php', 'x-extension/phps', 'x-extension/php3s',
331     + 'application/x-httpd-php', 'application/x-httpd-php3',
332     + 'application/x-httpd-phps'
333     + ),
334     + 'icons' => array(
335     + 'default' => 'php.png'
336     + )
337     +);
338     +
339     +
340     +/**
341     + * CSS driver settings
342     + */
343     +$mime_drivers['horde']['css'] = array(
344     + 'inline' => true,
345     + 'handles' => array(
346     + 'text/css', 'x-extension/css'
347     + ),
348     + 'icons' => array(
349     + 'default' => 'html.png'
350     + )
351     +);
352     +
353     +
354     +/**
355     + * HTML text driver settings
356     + */
357     +$mime_drivers['horde']['html'] = array(
358     + // NOTE: Inline HTML viewing is DISABLED by default.
359     + 'inline' => false,
360     + 'handles' => array(
361     + 'text/html'
362     + ),
363     + 'icons' => array(
364     + 'default' => 'html.png'
365     + ),
366     + // Check for phishing exploits?
367     + 'phishing_check' => true
368     +);
369     +
370     +
371     +/**
372     + * Enriched text driver settings
373     + */
374     +$mime_drivers['horde']['enriched'] = array(
375     + 'inline' => true,
376     + 'handles' => array(
377     + 'text/enriched'
378     + ),
379     + 'icons' => array(
380     + 'default' => 'text.png'
381     + )
382     +);
383     +
384     +
385     +/**
386     + * Richtext text driver settings
387     + */
388     +$mime_drivers['horde']['richtext'] = array(
389     + 'inline' => true,
390     + 'handles' => array(
391     + 'text/richtext'
392     + ),
393     + 'icons' => array(
394     + 'default' => 'text.png'
395     + )
396     +);
397     +
398     +
399     +/**
400     + * Web C Plus Plus driver settings
401     + * http://webcpp.sourceforge.net/
402     + */
403     +$mime_drivers['horde']['webcpp'] = array(
404     + 'location' => '/usr/bin/webcpp',
405     + 'inline' => true,
406     + 'handles' => array(
407     + 'text/xml', 'text/sgml', 'application/xml', 'application/x-sh',
408     + 'application/x-javascript', 'application/x-tcl', 'x-extension/asm',
409     + 'application/x-asp', 'x-extension/bas', 'x-extension/cs',
410     + 'text/x-csrc', 'x-extension/rc', 'text/x-c++src', 'text/x-c++src',
411     + 'text/x-c++src', 'text/x-chdr', 'x-extension/bat', 'text/x-fortran',
412     + 'x-extension/f77', 'x-extension/f90', 'x-extension/for',
413     + 'x-extension/ftn', 'text/x-java', 'application/x-javascript',
414     + 'text/sgml', 'text/xml', 'text/x-pascal', 'application/x-cgi',
415     + 'application/x-perl', 'application/x-python', 'text/x-sql',
416     + 'text/x-tcl', 'application/x-shellscript', 'x-extension/vhd',
417     + 'x-extension/vhdl'
418     + ),
419     + 'icons' => array(
420     + 'default' => 'text.png',
421     + 'text/xml' => 'xml.png',
422     + 'text/x-csrc' => 'source-c.png',
423     + 'text/x-chdr' => 'source-h.png',
424     + 'text/x-java' => 'source-java.png',
425     + 'application/x-javascript' => 'script-js.png'
426     + )
427     +);
428     +
429     +
430     +/**
431     + * Source-Highlight driver settings
432     + * http://www.gnu.org/software/src-highlite/
433     + */
434     +$mime_drivers['horde']['srchighlite'] = array(
435     + 'location' => '/usr/bin/source-highlight',
436     + 'inline' => true,
437     + 'handles' => array(
438     + 'text/x-csrc', 'text/x-c++src', 'text/x-java', 'application/x-perl',
439     + 'application/x-python', 'text/x-c++src', 'text/cpp'
440     + ),
441     + 'icons' => array(
442     + 'default' => 'text.png',
443     + 'text/x-csrc' => 'source-c.png',
444     + 'text/x-c++src' => 'source-c.png',
445     + 'text/cpp' => 'source-c.png',
446     + 'text/x-java' => 'source-java.png'
447     + )
448     +);
449     +
450     +
451     +/**
452     + * GNU Enscript driver settings
453     + */
454     +$mime_drivers['horde']['enscript'] = array(
455     + 'location' => '/usr/bin/enscript',
456     + 'inline' => true,
457     + 'handles' => array(
458     + 'application/x-cgi', 'application/x-shellscript',
459     + 'application/x-javascript', 'application/x-perl', 'application/xml',
460     + 'text/xml', 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
461     + 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
462     + 'text/x-c++hdr', 'x-extension/vhd', 'x-extension/vhdl', 'text/x-sql',
463     + 'x-extension/vb', 'x-extension/vba', 'text/x-emacs-lisp', 'text/x-tex'
464     + ),
465     + 'icons' => array(
466     + 'default' => 'text.png',
467     + 'text/xml' => 'xml.png',
468     + 'application/xml' => 'xml.png',
469     + 'text/x-csrc' => 'source-c.png',
470     + 'text/x-chdr' => 'source-h.png',
471     + 'text/x-java' => 'source-java.png',
472     + 'application/x-javascript' => 'script-js.png'
473     + )
474     +);
475     +
476     +
477     +/**
478     + * Tar driver settings
479     + * To access gzipped files, the zlib library must have been built into PHP
480     + * (with the --with-zlib option).
481     + */
482     +$mime_drivers['horde']['tgz'] = array(
483     + 'inline' => true,
484     + 'handles' => array(
485     + 'application/x-compressed-tar', 'application/x-tar',
486     + 'application/x-tgz', 'application/x-gzip', 'application/x-gtar',
487     + 'application/gzip', 'application/x-gzip-compressed'
488     + ),
489     + 'icons' => array(
490     + 'default' => 'compressed.png'
491     + )
492     +);
493     +
494     +
495     +/**
496     + * Zip file driver settings
497     + */
498     +$mime_drivers['horde']['zip'] = array(
499     + 'inline' => true,
500     + 'handles' => array(
501     + 'application/zip', 'application/x-compressed',
502     + 'application/x-zip-compressed'
503     + ),
504     + 'icons' => array(
505     + 'default' => 'compressed.png'
506     + )
507     +);
508     +
509     +
510     +/**
511     + * RAR archive driver settings
512     + */
513     +$mime_drivers['horde']['rar'] = array(
514     + 'inline' => true,
515     + 'handles' => array(
516     + 'application/x-rar', 'application/x-rar-compressed'
517     + ),
518     + 'icons' => array(
519     + 'default' => 'compressed.png'
520     + )
521     +);
522     +
523     +
524     +{
525     + my $msword = $horde{inlineMSWord} || 'false';
526     + $OUT =<<HERE;
527     +
528     +/**
529     + * MS Word driver settings
530     + * This driver requires wvWare to be installed.
531     + * wvWare homepage: http://wvware.sourceforge.net/
532     + *
533     + * The 'location' entry should point to the 'wvHtml' program, NOT the
534     + * 'wvWare' program.
535     + *
536     + * Embedded images in Word documents need extra configuration. See
537     + * http://wiki.horde.org/GraphicswvHtml
538     + */
539     +\$mime_drivers['horde']['msword'] = array(
540     + 'location' => '/usr/bin/wvHtml',
541     + 'inline' => $msword,
542     + 'handles' => array(
543     + 'application/vnd.ms-word', 'application/msword'
544     + ),
545     + 'icons' => array(
546     + 'default' => 'msword.png'
547     + )
548     +);
549     +HERE
550     +}
551     +
552     +{
553     + my $msexcel = $horde{inlineMSExcel} || 'false';
554     + $OUT =<<HERE;
555     +/**
556     + * MS Excel driver settings
557     + * This driver requires xlhtml to be installed.
558     + * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
559     + */
560     +\$mime_drivers['horde']['msexcel'] = array(
561     + 'location' => '/usr/local/bin/xlhtml',
562     + 'inline' => $msexcel,
563     + 'handles' => array(
564     + 'application/vnd.ms-excel', 'application/msexcel',
565     + 'application/x-msexcel'
566     + ),
567     + 'icons' => array(
568     + 'default' => 'msexcel.png'
569     + )
570     +);
571     +HERE
572     +}
573     +
574     +{
575     + my $msppt = $horde{inlineMSPowerpoint} || 'false';
576     + $OUT =<<HERE;
577     +/**
578     + * MS Powerpoint driver settings
579     + * This driver requires ppthtml, included with xlhtml, to be installed.
580     + * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
581     + */
582     +\$mime_drivers['horde']['mspowerpoint'] = array(
583     + 'location' => '/usr/local/bin/ppthtml',
584     + 'inline' => $msppt,
585     + 'handles' => array(
586     + 'application/vnd.ms-powerpoint', 'application/mspowerpoint'
587     + ),
588     + 'icons' => array(
589     + 'default' => 'mspowerpoint.png'
590     + )
591     +);
592     +HERE
593     +}
594     +
595     +/**
596     + * vCard driver settings
597     + */
598     +$mime_drivers['horde']['vcard'] = array(
599     + 'handles' => array(
600     + 'text/vcard', 'text/x-vcard', 'text/directory'
601     + ),
602     + 'icons' => array(
603     + 'default' => 'vcard.png'
604     + )
605     +);
606     +
607     +
608     +/**
609     + * RPM driver settings
610     + */
611     +$mime_drivers['horde']['rpm'] = array(
612     + 'location' => '/usr/bin/rpm',
613     + 'inline' => false,
614     + 'handles' => array(
615     + 'application/x-rpm'
616     + ),
617     + 'icons' => array(
618     + 'default' => 'rpm.png'
619     + )
620     +);
621     +
622     +
623     +/**
624     + * Debian package driver settings
625     + */
626     +$mime_drivers['horde']['deb'] = array(
627     + 'location' => '/usr/bin/dpkg',
628     + 'inline' => false,
629     + 'handles' => array(
630     + 'application/x-deb', 'application/x-debian-package'
631     + ),
632     + 'icons' => array(
633     + 'default' => 'deb.png'
634     + )
635     +);
636     +
637     +
638     +/**
639     + * Secure multiparts (RFC 1847)
640     + */
641     +$mime_drivers['horde']['security'] = array(
642     + 'inline' => true,
643     + 'handles' => array(
644     + 'multipart/encrypted', 'multipart/signed'
645     + ),
646     + 'icons' => array(
647     + 'default' => 'encryption.png'
648     + )
649     +);
650     +
651     +
652     +/**
653     + * Image settings
654     + */
655     +$mime_drivers['horde']['images'] = array(
656     + 'inline' => false,
657     + 'handles' => array(
658     + 'image/*'
659     + ),
660     + 'icons' => array(
661     + 'default' => 'image.png'
662     + )
663     +);
664     +
665     +
666     +/**
667     + * MS-TNEF Attachment (application/ms-tnef) settings
668     + */
669     +$mime_drivers['horde']['tnef'] = array(
670     + 'inline' => false,
671     + 'handles' => array(
672     + 'application/ms-tnef'
673     + ),
674     + 'icons' => array(
675     + 'default' => 'text.png'
676     + )
677     +);
678     +
679     +
680     +/**
681     + * Digest message (RFC 2046 [5.2.1]) settings
682     + */
683     +$mime_drivers['horde']['rfc822'] = array(
684     + 'inline' => false,
685     + 'handles' => array(
686     + 'message/rfc822', 'x-extension/eml'
687     + ),
688     + 'icons' => array(
689     + 'default' => 'mail.png'
690     + )
691     +);
692     +
693     +
694     +/**
695     + * Report messages (RFC 3452)
696     + */
697     +$mime_drivers['horde']['report'] = array(
698     + 'inline' => true,
699     + 'handles' => array(
700     + 'multipart/report'
701     + ),
702     + 'icons' => array(
703     + 'default' => 'mail.png'
704     + )
705     +);
706     +
707     +
708     +/**
709     + * OpenOffice.org/StarOffice settings
710     + */
711     +$mime_drivers['horde']['ooo'] = array(
712     + 'inline' => false,
713     + 'handles' => array(
714     + 'application/vnd.sun.xml.calc',
715     + 'application/vnd.sun.xml.calc.template',
716     + 'application/vnd.sun.xml.draw',
717     + 'application/vnd.sun.xml.draw.template',
718     + 'application/vnd.sun.xml.impress',
719     + 'application/vnd.sun.xml.impress.template',
720     + 'application/vnd.sun.xml.math',
721     + 'application/vnd.sun.xml.writer',
722     + 'application/vnd.sun.xml.writer.global',
723     + 'application/vnd.sun.xml.writer.template',
724     + 'application/vnd.stardivision.calc',
725     + 'application/vnd.stardivision.draw',
726     + 'application/vnd.stardivision.impress',
727     + 'application/vnd.stardivision.math',
728     + 'application/vnd.stardivision.writer'
729     + ),
730     + 'icons' => array(
731     + 'default' => 'ooo_calc.png',
732     + 'application/vnd.sun.xml.calc' => 'ooo_calc.png',
733     + 'application/vnd.stardivision.calc' => 'ooo_calc.png',
734     + 'application/vnd.sun.xml.calc.template' => 'ooo_calc.png',
735     + 'application/vnd.sun.xml.draw' => 'ooo_draw.png',
736     + 'application/vnd.stardivision.draw' => 'ooo_draw.png',
737     + 'application/vnd.sun.xml.draw.template' => 'ooo_draw.png',
738     + 'application/vnd.sun.xml.impress' => 'ooo_impress.png',
739     + 'application/vnd.stardivision.impress' => 'ooo_impress.png',
740     + 'application/vnd.sun.xml.impress.template' => 'ooo_impress.png',
741     + 'application/vnd.sun.xml.math' => 'ooo_math.png',
742     + 'application/vnd.stardivision.math' => 'ooo_math.png',
743     + 'application/vnd.sun.xml.writer' => 'ooo_writer.png',
744     + 'application/vnd.stardivision.writer' => 'ooo_writer.png',
745     + 'application/vnd.sun.xml.writer.global' => 'ooo_writer.png',
746     + 'application/vnd.sun.xml.writer.template' => 'ooo_writer.png'
747     + )
748     +);
749     +
750     +
751     +/**
752     + * Portable Document Format (PDF) files
753     + * YOU SHOULD NOT NORMALLY ALTER THIS SETTING.
754     + */
755     +$mime_drivers['horde']['pdf'] = array(
756     + 'inline' => false,
757     + 'handles' => array(
758     + 'application/pdf'
759     + ),
760     + 'icons' => array(
761     + 'default' => 'pdf.png'
762     + )
763     +);
764     +
765     +
766     +/**
767     + * RTF driver settings
768     + * This driver requires UnRTF to be installed.
769     + * UnRTF homepage: http://www.gnu.org/software/unrtf/unrtf.html
770     + */
771     +$mime_drivers['horde']['rtf'] = array(
772     + 'location' => '/usr/bin/unrtf',
773     + 'inline' => false,
774     + 'handles' => array(
775     + 'text/rtf', 'application/rtf'
776     + ),
777     + 'icons' => array(
778     + 'default' => 'text.png'
779     + )
780     +);
781     +
782     +
783     +{
784     + my $wperfect = $horde{inlineWordperfect} || 'false';
785     + $OUT =<<HERE;
786     +/**
787     + * WordPerfect driver settings
788     + * This driver requires wpd2html to be installed.
789     + * libwpd homepage: http://libwpd.sourceforge.net/
790     + */
791     +\$mime_drivers['horde']['wordperfect'] = array(
792     + 'location' => '/usr/bin/wpd2html',
793     + 'inline' => $wperfect,
794     + 'handles' => array(
795     + 'application/vnd.wordperfect', 'application/wordperf',
796     + 'application/wordperfect', 'application/wpd', 'application/x-wpwin'
797     + ),
798     + 'icons' => array(
799     + 'default' => 'wordperfect.png'
800     + )
801     +);
802     +HERE
803     +}
804     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/110defaultdrivers mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/110defaultdrivers
805     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/110defaultdrivers 2008-04-21 00:47:58.000000000 -0500
806     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/110defaultdrivers 1969-12-31 18:00:00.000000000 -0600
807     @@ -1,36 +0,0 @@
808     -// 110defaultdrivers
809     -/**
810     - * Driver specific settings. Here, you have to configure each driver
811     - * which you chose to activate above. Default settings have been
812     - * filled in for them, and if you haven't activated it, then just
813     - * leave it as it is - it won't get loaded.
814     - *
815     - * The 'handles' setting below shouldn't be changed in most
816     - * circumstances. It registers a set of MIME type that the driver can
817     - * handle. The 'x-extension' MIME type is a special one to Horde that
818     - * maps a file extension to a MIME type. It's useful when you know
819     - * that all files ending in '.c' are C files, for example. You can set
820     - * the MIME subtype to '*' to match all possible subtypes
821     - * (i.e. 'image/*').
822     - *
823     - * The 'icons' entry is for the driver to register various icons for
824     - * the MIME types it handles. The array consists of a 'default' icon
825     - * for that driver, and can also include specific MIME-types which can
826     - * have their own icons. You can set the MIME subtype to '*' to match
827     - * all possible subtypes (i.e. 'image/*').
828     - */
829     -
830     -/**
831     - * Default driver settings
832     - */
833     -$mime_drivers['horde']['default']['icons'] = array(
834     - 'default' => 'text.png',
835     - 'audio/*' => 'audio.png',
836     - 'message/*' => 'mail.png',
837     - 'unknown/*' => 'binary.png',
838     - 'video/*' => 'video.png',
839     - 'application/pgp-signature' => 'encryption.png',
840     - 'application/x-pkcs7-signature' => 'encryption.png',
841     - 'application/octet-stream' => 'binary.png'
842     -);
843     -
844     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple
845     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple 2010-01-28 01:06:57.000000000 -0600
846     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/120simple 1969-12-31 18:00:00.000000000 -0600
847     @@ -1,14 +0,0 @@
848     -// 120simple
849     -/**
850     - * Default text driver settings
851     - */
852     -$mime_drivers['horde']['simple'] = array(
853     - 'inline' => false,
854     - 'handles' => array(
855     - 'text/*'
856     - ),
857     - 'icons' => array(
858     - 'default' => 'text.png'
859     - )
860     -);
861     -
862     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain
863     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain 2008-04-17 23:23:30.000000000 -0500
864     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/130plain 1969-12-31 18:00:00.000000000 -0600
865     @@ -1,14 +0,0 @@
866     -// 130plain
867     -/**
868     - * Plain text driver settings
869     - */
870     -$mime_drivers['horde']['plain'] = array(
871     - 'inline' => true,
872     - 'handles' => array(
873     - 'text/plain'
874     - ),
875     - 'icons' => array(
876     - 'default' => 'text.png'
877     - )
878     -);
879     -
880     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/135audio mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/135audio
881     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/135audio 2008-04-17 23:25:23.000000000 -0500
882     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/135audio 1969-12-31 18:00:00.000000000 -0600
883     @@ -1,14 +0,0 @@
884     -// 135audio
885     -/**
886     - * Default audio driver settings
887     - */
888     -$mime_drivers['horde']['audio'] = array(
889     - 'inline' => true,
890     - 'handles' => array(
891     - 'audio/*'
892     - ),
893     - 'icons' => array(
894     - 'default' => 'audio.png'
895     - )
896     -);
897     -
898     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/136smil mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/136smil
899     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/136smil 2010-01-28 01:06:57.000000000 -0600
900     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/136smil 1969-12-31 18:00:00.000000000 -0600
901     @@ -1,14 +0,0 @@
902     -// 135smil
903     -/**
904     - * Default smil driver settings
905     - */
906     -$mime_drivers['horde']['smil'] = array(
907     - 'inline' => true,
908     - 'handles' => array(
909     - 'application/smil'
910     - ),
911     - 'icons' => array(
912     - 'default' => 'video.png'
913     - )
914     -);
915     -
916     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/140php mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/140php
917     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/140php 2008-04-17 23:28:56.000000000 -0500
918     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/140php 1969-12-31 18:00:00.000000000 -0600
919     @@ -1,16 +0,0 @@
920     -// 140php
921     -/**
922     - * PHP driver settings
923     - */
924     -$mime_drivers['horde']['php'] = array(
925     - 'inline' => true,
926     - 'handles' => array(
927     - 'application/x-php', 'x-extension/phps', 'x-extension/php3s',
928     - 'application/x-httpd-php', 'application/x-httpd-php3',
929     - 'application/x-httpd-phps'
930     - ),
931     - 'icons' => array(
932     - 'default' => 'php.png'
933     - )
934     -);
935     -
936     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/150css mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/150css
937     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/150css 2008-04-17 23:29:23.000000000 -0500
938     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/150css 1969-12-31 18:00:00.000000000 -0600
939     @@ -1,14 +0,0 @@
940     -// 150css
941     -/**
942     - * CSS driver settings
943     - */
944     -$mime_drivers['horde']['css'] = array(
945     - 'inline' => true,
946     - 'handles' => array(
947     - 'text/css', 'x-extension/css'
948     - ),
949     - 'icons' => array(
950     - 'default' => 'html.png'
951     - )
952     -);
953     -
954     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html
955     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html 2008-04-17 23:31:37.000000000 -0500
956     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html 1969-12-31 18:00:00.000000000 -0600
957     @@ -1,17 +0,0 @@
958     -// 160html
959     -/**
960     - * HTML text driver settings
961     - */
962     -$mime_drivers['horde']['html'] = array(
963     - // NOTE: Inline HTML viewing is DISABLED by default.
964     - 'inline' => false,
965     - 'handles' => array(
966     - 'text/html'
967     - ),
968     - 'icons' => array(
969     - 'default' => 'html.png'
970     - ),
971     - // Check for phishing exploits?
972     - 'phishing_check' => true
973     -);
974     -
975     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/170enriched mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/170enriched
976     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/170enriched 2008-04-17 23:36:48.000000000 -0500
977     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/170enriched 1969-12-31 18:00:00.000000000 -0600
978     @@ -1,14 +0,0 @@
979     -// 170enriched
980     -/**
981     - * Enriched text driver settings
982     - */
983     -$mime_drivers['horde']['enriched'] = array(
984     - 'inline' => true,
985     - 'handles' => array(
986     - 'text/enriched'
987     - ),
988     - 'icons' => array(
989     - 'default' => 'text.png'
990     - )
991     -);
992     -
993     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/180richtext mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/180richtext
994     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/180richtext 2008-04-17 23:37:08.000000000 -0500
995     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/180richtext 1969-12-31 18:00:00.000000000 -0600
996     @@ -1,14 +0,0 @@
997     -// 180richtext
998     -/**
999     - * Richtext text driver settings
1000     - */
1001     -$mime_drivers['horde']['richtext'] = array(
1002     - 'inline' => true,
1003     - 'handles' => array(
1004     - 'text/richtext'
1005     - ),
1006     - 'icons' => array(
1007     - 'default' => 'text.png'
1008     - )
1009     -);
1010     -
1011     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/190webcpp mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/190webcpp
1012     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/190webcpp 2008-04-17 23:38:11.000000000 -0500
1013     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/190webcpp 1969-12-31 18:00:00.000000000 -0600
1014     @@ -1,31 +0,0 @@
1015     -// 190webcpp
1016     -/**
1017     - * Web C Plus Plus driver settings
1018     - * http://webcpp.sourceforge.net/
1019     - */
1020     -$mime_drivers['horde']['webcpp'] = array(
1021     - 'location' => '/usr/bin/webcpp',
1022     - 'inline' => true,
1023     - 'handles' => array(
1024     - 'text/xml', 'text/sgml', 'application/xml', 'application/x-sh',
1025     - 'application/x-javascript', 'application/x-tcl', 'x-extension/asm',
1026     - 'application/x-asp', 'x-extension/bas', 'x-extension/cs',
1027     - 'text/x-csrc', 'x-extension/rc', 'text/x-c++src', 'text/x-c++src',
1028     - 'text/x-c++src', 'text/x-chdr', 'x-extension/bat', 'text/x-fortran',
1029     - 'x-extension/f77', 'x-extension/f90', 'x-extension/for',
1030     - 'x-extension/ftn', 'text/x-java', 'application/x-javascript',
1031     - 'text/sgml', 'text/xml', 'text/x-pascal', 'application/x-cgi',
1032     - 'application/x-perl', 'application/x-python', 'text/x-sql',
1033     - 'text/x-tcl', 'application/x-shellscript', 'x-extension/vhd',
1034     - 'x-extension/vhdl'
1035     - ),
1036     - 'icons' => array(
1037     - 'default' => 'text.png',
1038     - 'text/xml' => 'xml.png',
1039     - 'text/x-csrc' => 'source-c.png',
1040     - 'text/x-chdr' => 'source-h.png',
1041     - 'text/x-java' => 'source-java.png',
1042     - 'application/x-javascript' => 'script-js.png'
1043     - )
1044     -);
1045     -
1046     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/200srchighlite mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/200srchighlite
1047     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/200srchighlite 2008-04-17 23:38:43.000000000 -0500
1048     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/200srchighlite 1969-12-31 18:00:00.000000000 -0600
1049     @@ -1,21 +0,0 @@
1050     -// 200srchighlite
1051     -/**
1052     - * Source-Highlight driver settings
1053     - * http://www.gnu.org/software/src-highlite/
1054     - */
1055     -$mime_drivers['horde']['srchighlite'] = array(
1056     - 'location' => '/usr/bin/source-highlight',
1057     - 'inline' => true,
1058     - 'handles' => array(
1059     - 'text/x-csrc', 'text/x-c++src', 'text/x-java', 'application/x-perl',
1060     - 'application/x-python', 'text/x-c++src', 'text/cpp'
1061     - ),
1062     - 'icons' => array(
1063     - 'default' => 'text.png',
1064     - 'text/x-csrc' => 'source-c.png',
1065     - 'text/x-c++src' => 'source-c.png',
1066     - 'text/cpp' => 'source-c.png',
1067     - 'text/x-java' => 'source-java.png'
1068     - )
1069     -);
1070     -
1071     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/210enscript mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/210enscript
1072     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/210enscript 2008-04-17 23:39:06.000000000 -0500
1073     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/210enscript 1969-12-31 18:00:00.000000000 -0600
1074     @@ -1,26 +0,0 @@
1075     -// 210enscript
1076     -/**
1077     - * GNU Enscript driver settings
1078     - */
1079     -$mime_drivers['horde']['enscript'] = array(
1080     - 'location' => '/usr/bin/enscript',
1081     - 'inline' => true,
1082     - 'handles' => array(
1083     - 'application/x-cgi', 'application/x-shellscript',
1084     - 'application/x-javascript', 'application/x-perl', 'application/xml',
1085     - 'text/xml', 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
1086     - 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
1087     - 'text/x-c++hdr', 'x-extension/vhd', 'x-extension/vhdl', 'text/x-sql',
1088     - 'x-extension/vb', 'x-extension/vba', 'text/x-emacs-lisp', 'text/x-tex'
1089     - ),
1090     - 'icons' => array(
1091     - 'default' => 'text.png',
1092     - 'text/xml' => 'xml.png',
1093     - 'application/xml' => 'xml.png',
1094     - 'text/x-csrc' => 'source-c.png',
1095     - 'text/x-chdr' => 'source-h.png',
1096     - 'text/x-java' => 'source-java.png',
1097     - 'application/x-javascript' => 'script-js.png'
1098     - )
1099     -);
1100     -
1101     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/220tar mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/220tar
1102     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/220tar 2008-04-17 23:39:29.000000000 -0500
1103     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/220tar 1969-12-31 18:00:00.000000000 -0600
1104     @@ -1,18 +0,0 @@
1105     -// 220tar
1106     -/**
1107     - * Tar driver settings
1108     - * To access gzipped files, the zlib library must have been built into PHP
1109     - * (with the --with-zlib option).
1110     - */
1111     -$mime_drivers['horde']['tgz'] = array(
1112     - 'inline' => true,
1113     - 'handles' => array(
1114     - 'application/x-compressed-tar', 'application/x-tar',
1115     - 'application/x-tgz', 'application/x-gzip', 'application/x-gtar',
1116     - 'application/gzip', 'application/x-gzip-compressed'
1117     - ),
1118     - 'icons' => array(
1119     - 'default' => 'compressed.png'
1120     - )
1121     -);
1122     -
1123     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/230zip mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/230zip
1124     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/230zip 2008-04-17 23:39:47.000000000 -0500
1125     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/230zip 1969-12-31 18:00:00.000000000 -0600
1126     @@ -1,15 +0,0 @@
1127     -//230zip
1128     -/**
1129     - * Zip file driver settings
1130     - */
1131     -$mime_drivers['horde']['zip'] = array(
1132     - 'inline' => true,
1133     - 'handles' => array(
1134     - 'application/zip', 'application/x-compressed',
1135     - 'application/x-zip-compressed'
1136     - ),
1137     - 'icons' => array(
1138     - 'default' => 'compressed.png'
1139     - )
1140     -);
1141     -
1142     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/240rar mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/240rar
1143     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/240rar 2008-04-17 23:40:08.000000000 -0500
1144     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/240rar 1969-12-31 18:00:00.000000000 -0600
1145     @@ -1,14 +0,0 @@
1146     -//240rar
1147     -/**
1148     - * RAR archive driver settings
1149     - */
1150     -$mime_drivers['horde']['rar'] = array(
1151     - 'inline' => true,
1152     - 'handles' => array(
1153     - 'application/x-rar', 'application/x-rar-compressed'
1154     - ),
1155     - 'icons' => array(
1156     - 'default' => 'compressed.png'
1157     - )
1158     -);
1159     -
1160     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword
1161     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword 2008-04-17 23:40:49.000000000 -0500
1162     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/250msword 1969-12-31 18:00:00.000000000 -0600
1163     @@ -1,23 +0,0 @@
1164     -// 250msword
1165     -/**
1166     - * MS Word driver settings
1167     - * This driver requires wvWare to be installed.
1168     - * wvWare homepage: http://wvware.sourceforge.net/
1169     - *
1170     - * The 'location' entry should point to the 'wvHtml' program, NOT the
1171     - * 'wvWare' program.
1172     - *
1173     - * Embedded images in Word documents need extra configuration. See
1174     - * http://wiki.horde.org/GraphicswvHtml
1175     - */
1176     -$mime_drivers['horde']['msword'] = array(
1177     - 'location' => '/usr/bin/wvHtml',
1178     - 'inline' => false,
1179     - 'handles' => array(
1180     - 'application/vnd.ms-word', 'application/msword'
1181     - ),
1182     - 'icons' => array(
1183     - 'default' => 'msword.png'
1184     - )
1185     -);
1186     -
1187     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel
1188     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel 2008-04-17 23:41:27.000000000 -0500
1189     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/260msexcel 1969-12-31 18:00:00.000000000 -0600
1190     @@ -1,18 +0,0 @@
1191     -// 260msexcel
1192     -/**
1193     - * MS Excel driver settings
1194     - * This driver requires xlhtml to be installed.
1195     - * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
1196     - */
1197     -$mime_drivers['horde']['msexcel'] = array(
1198     - 'location' => '/usr/local/bin/xlhtml',
1199     - 'inline' => false,
1200     - 'handles' => array(
1201     - 'application/vnd.ms-excel', 'application/msexcel',
1202     - 'application/x-msexcel'
1203     - ),
1204     - 'icons' => array(
1205     - 'default' => 'msexcel.png'
1206     - )
1207     -);
1208     -
1209     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint
1210     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint 2008-04-17 23:41:49.000000000 -0500
1211     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/270mspowerpoint 1969-12-31 18:00:00.000000000 -0600
1212     @@ -1,17 +0,0 @@
1213     -// 270mspowerpoint
1214     -/**
1215     - * MS Powerpoint driver settings
1216     - * This driver requires ppthtml, included with xlhtml, to be installed.
1217     - * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
1218     - */
1219     -$mime_drivers['horde']['mspowerpoint'] = array(
1220     - 'location' => '/usr/local/bin/ppthtml',
1221     - 'inline' => false,
1222     - 'handles' => array(
1223     - 'application/vnd.ms-powerpoint', 'application/mspowerpoint'
1224     - ),
1225     - 'icons' => array(
1226     - 'default' => 'mspowerpoint.png'
1227     - )
1228     -);
1229     -
1230     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/280vcard mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/280vcard
1231     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/280vcard 2010-01-28 01:06:57.000000000 -0600
1232     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/280vcard 1969-12-31 18:00:00.000000000 -0600
1233     @@ -1,13 +0,0 @@
1234     -// 280vcard
1235     -/**
1236     - * vCard driver settings
1237     - */
1238     -$mime_drivers['horde']['vcard'] = array(
1239     - 'handles' => array(
1240     - 'text/vcard', 'text/x-vcard', 'text/directory'
1241     - ),
1242     - 'icons' => array(
1243     - 'default' => 'vcard.png'
1244     - )
1245     -);
1246     -
1247     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/290rpm mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/290rpm
1248     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/290rpm 2008-04-17 23:42:29.000000000 -0500
1249     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/290rpm 1969-12-31 18:00:00.000000000 -0600
1250     @@ -1,15 +0,0 @@
1251     -// 290rpm
1252     -/**
1253     - * RPM driver settings
1254     - */
1255     -$mime_drivers['horde']['rpm'] = array(
1256     - 'location' => '/usr/bin/rpm',
1257     - 'inline' => false,
1258     - 'handles' => array(
1259     - 'application/x-rpm'
1260     - ),
1261     - 'icons' => array(
1262     - 'default' => 'rpm.png'
1263     - )
1264     -);
1265     -
1266     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/300debian mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/300debian
1267     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/300debian 2008-04-17 23:42:45.000000000 -0500
1268     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/300debian 1969-12-31 18:00:00.000000000 -0600
1269     @@ -1,15 +0,0 @@
1270     -// 300debian
1271     -/**
1272     - * Debian package driver settings
1273     - */
1274     -$mime_drivers['horde']['deb'] = array(
1275     - 'location' => '/usr/bin/dpkg',
1276     - 'inline' => false,
1277     - 'handles' => array(
1278     - 'application/x-deb', 'application/x-debian-package'
1279     - ),
1280     - 'icons' => array(
1281     - 'default' => 'deb.png'
1282     - )
1283     -);
1284     -
1285     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/310security mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/310security
1286     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/310security 2008-04-17 23:43:10.000000000 -0500
1287     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/310security 1969-12-31 18:00:00.000000000 -0600
1288     @@ -1,14 +0,0 @@
1289     -// 310security
1290     -/**
1291     - * Secure multiparts (RFC 1847)
1292     - */
1293     -$mime_drivers['horde']['security'] = array(
1294     - 'inline' => true,
1295     - 'handles' => array(
1296     - 'multipart/encrypted', 'multipart/signed'
1297     - ),
1298     - 'icons' => array(
1299     - 'default' => 'encryption.png'
1300     - )
1301     -);
1302     -
1303     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/320images mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/320images
1304     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/320images 2008-04-17 23:43:37.000000000 -0500
1305     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/320images 1969-12-31 18:00:00.000000000 -0600
1306     @@ -1,14 +0,0 @@
1307     -// 320images
1308     -/**
1309     - * Image settings
1310     - */
1311     -$mime_drivers['horde']['images'] = array(
1312     - 'inline' => false,
1313     - 'handles' => array(
1314     - 'image/*'
1315     - ),
1316     - 'icons' => array(
1317     - 'default' => 'image.png'
1318     - )
1319     -);
1320     -
1321     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/330tnef mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/330tnef
1322     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/330tnef 2008-04-17 23:43:56.000000000 -0500
1323     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/330tnef 1969-12-31 18:00:00.000000000 -0600
1324     @@ -1,14 +0,0 @@
1325     -// 330tnef
1326     -/**
1327     - * MS-TNEF Attachment (application/ms-tnef) settings
1328     - */
1329     -$mime_drivers['horde']['tnef'] = array(
1330     - 'inline' => false,
1331     - 'handles' => array(
1332     - 'application/ms-tnef'
1333     - ),
1334     - 'icons' => array(
1335     - 'default' => 'text.png'
1336     - )
1337     -);
1338     -
1339     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/340rfc822 mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/340rfc822
1340     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/340rfc822 2008-04-17 23:44:16.000000000 -0500
1341     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/340rfc822 1969-12-31 18:00:00.000000000 -0600
1342     @@ -1,14 +0,0 @@
1343     -// 340rfc822
1344     -/**
1345     - * Digest message (RFC 2046 [5.2.1]) settings
1346     - */
1347     -$mime_drivers['horde']['rfc822'] = array(
1348     - 'inline' => false,
1349     - 'handles' => array(
1350     - 'message/rfc822', 'x-extension/eml'
1351     - ),
1352     - 'icons' => array(
1353     - 'default' => 'mail.png'
1354     - )
1355     -);
1356     -
1357     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/350report mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/350report
1358     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/350report 2008-04-17 23:44:36.000000000 -0500
1359     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/350report 1969-12-31 18:00:00.000000000 -0600
1360     @@ -1,14 +0,0 @@
1361     -// 350report
1362     -/**
1363     - * Report messages (RFC 3452)
1364     - */
1365     -$mime_drivers['horde']['report'] = array(
1366     - 'inline' => true,
1367     - 'handles' => array(
1368     - 'multipart/report'
1369     - ),
1370     - 'icons' => array(
1371     - 'default' => 'mail.png'
1372     - )
1373     -);
1374     -
1375     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/360ooo mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/360ooo
1376     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/360ooo 2008-04-17 23:45:37.000000000 -0500
1377     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/360ooo 1969-12-31 18:00:00.000000000 -0600
1378     @@ -1,43 +0,0 @@
1379     -// 360ooo
1380     -/**
1381     - * OpenOffice.org/StarOffice settings
1382     - */
1383     -$mime_drivers['horde']['ooo'] = array(
1384     - 'inline' => false,
1385     - 'handles' => array(
1386     - 'application/vnd.sun.xml.calc',
1387     - 'application/vnd.sun.xml.calc.template',
1388     - 'application/vnd.sun.xml.draw',
1389     - 'application/vnd.sun.xml.draw.template',
1390     - 'application/vnd.sun.xml.impress',
1391     - 'application/vnd.sun.xml.impress.template',
1392     - 'application/vnd.sun.xml.math',
1393     - 'application/vnd.sun.xml.writer',
1394     - 'application/vnd.sun.xml.writer.global',
1395     - 'application/vnd.sun.xml.writer.template',
1396     - 'application/vnd.stardivision.calc',
1397     - 'application/vnd.stardivision.draw',
1398     - 'application/vnd.stardivision.impress',
1399     - 'application/vnd.stardivision.math',
1400     - 'application/vnd.stardivision.writer'
1401     - ),
1402     - 'icons' => array(
1403     - 'default' => 'ooo_calc.png',
1404     - 'application/vnd.sun.xml.calc' => 'ooo_calc.png',
1405     - 'application/vnd.stardivision.calc' => 'ooo_calc.png',
1406     - 'application/vnd.sun.xml.calc.template' => 'ooo_calc.png',
1407     - 'application/vnd.sun.xml.draw' => 'ooo_draw.png',
1408     - 'application/vnd.stardivision.draw' => 'ooo_draw.png',
1409     - 'application/vnd.sun.xml.draw.template' => 'ooo_draw.png',
1410     - 'application/vnd.sun.xml.impress' => 'ooo_impress.png',
1411     - 'application/vnd.stardivision.impress' => 'ooo_impress.png',
1412     - 'application/vnd.sun.xml.impress.template' => 'ooo_impress.png',
1413     - 'application/vnd.sun.xml.math' => 'ooo_math.png',
1414     - 'application/vnd.stardivision.math' => 'ooo_math.png',
1415     - 'application/vnd.sun.xml.writer' => 'ooo_writer.png',
1416     - 'application/vnd.stardivision.writer' => 'ooo_writer.png',
1417     - 'application/vnd.sun.xml.writer.global' => 'ooo_writer.png',
1418     - 'application/vnd.sun.xml.writer.template' => 'ooo_writer.png'
1419     - )
1420     -);
1421     -
1422     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/370pdf mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/370pdf
1423     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/370pdf 2008-04-17 23:46:03.000000000 -0500
1424     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/370pdf 1969-12-31 18:00:00.000000000 -0600
1425     @@ -1,15 +0,0 @@
1426     -// 370pdf
1427     -/**
1428     - * Portable Document Format (PDF) files
1429     - * YOU SHOULD NOT NORMALLY ALTER THIS SETTING.
1430     - */
1431     -$mime_drivers['horde']['pdf'] = array(
1432     - 'inline' => false,
1433     - 'handles' => array(
1434     - 'application/pdf'
1435     - ),
1436     - 'icons' => array(
1437     - 'default' => 'pdf.png'
1438     - )
1439     -);
1440     -
1441     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/380rtf mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/380rtf
1442     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/380rtf 2008-04-17 23:46:46.000000000 -0500
1443     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/380rtf 1969-12-31 18:00:00.000000000 -0600
1444     @@ -1,17 +0,0 @@
1445     -// 380rtf
1446     -/**
1447     - * RTF driver settings
1448     - * This driver requires UnRTF to be installed.
1449     - * UnRTF homepage: http://www.gnu.org/software/unrtf/unrtf.html
1450     - */
1451     -$mime_drivers['horde']['rtf'] = array(
1452     - 'location' => '/usr/bin/unrtf',
1453     - 'inline' => false,
1454     - 'handles' => array(
1455     - 'text/rtf', 'application/rtf'
1456     - ),
1457     - 'icons' => array(
1458     - 'default' => 'text.png'
1459     - )
1460     -);
1461     -
1462     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/390wp mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/390wp
1463     --- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/390wp 2008-04-17 23:47:23.000000000 -0500
1464     +++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/390wp 1969-12-31 18:00:00.000000000 -0600
1465     @@ -1,18 +0,0 @@
1466     -// 390wp
1467     -/**
1468     - * WordPerfect driver settings
1469     - * This driver requires wpd2html to be installed.
1470     - * libwpd homepage: http://libwpd.sourceforge.net/
1471     - */
1472     -$mime_drivers['horde']['wordperfect'] = array(
1473     - 'location' => '/usr/bin/wpd2html',
1474     - 'inline' => false,
1475     - 'handles' => array(
1476     - 'application/vnd.wordperfect', 'application/wordperf',
1477     - 'application/wordperfect', 'application/wpd', 'application/x-wpwin'
1478     - ),
1479     - 'icons' => array(
1480     - 'default' => 'wordperfect.png'
1481     - )
1482     -);
1483     -

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