summaryrefslogtreecommitdiff
path: root/mail/imp3/files/patch-aa
blob: 815bf336e687643b1adacf0300ff6b4aff4bf420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- config/mime_drivers.php.dist.orig	Sat Jul 14 15:30:14 2001
+++ config/mime_drivers.php.dist	Thu Nov 15 00:08:34 2001
@@ -59,4 +59,47 @@
 $mime_drivers['imp']['html']['handles'] = array(
         'text/html', 'text/richtext' );
 
+/**
+ * Misc utilities
+ */
+
+/* Spell checker */
+/* BEGBSDASPELL$conf['utils']['spellchecker'] = '%%LOCALBASE%%/bin/aspell';ENDBSDASPELL */
+
+/* MS-Word viewer */
+/* BEGBSDWV$conf['utils']['wordviewer'] = '%%LOCALBASE%%/bin/wvHtml';ENDBSDWV */
+
+/* MS-Excel viewer */
+/* BEGBSDXL$conf['utils']['excelviewer'] = '%%LOCALBASE%%/bin/xlHtml';ENDBSDXL */
+
+/* MS-Powerpoint viewer */
+/* BEGBSDXL$conf['utils']['powerpointviewer'] = '%%LOCALBASE%%/bin/pptHtml';ENDBSDXL */
+
+/* tar archive files
+   Remark: you might prefer GNU tar, from the port archivers/gtar */
+$conf['utils']['tar'] = '/usr/bin/tar';
+
+/* Zip file viewer */
+/* BEGBSDZIP$conf['utils']['unzip'] = '%%LOCALBASE%%/bin/zipinfo';ENDBSDZIP */
+
+/**
+ ** PGP/GnuPG Configuration
+ **/
+
+// Should we attempt to verify pgp/gpg signatures?
+//$conf['pgp']['enabled'] = false;
+
+// If we are using gpg support, where is the gpg binary?
+//$conf['utils']['gpg'] = '%%LOCALBASE%%/bin/gpg';
+
+// What kind of binary are we using? Valid values are 'gpg', 'pgp2',
+// and 'pgp5'.
+//$conf['pgp']['type'] = 'gpg';
+
+// Where should we look for keyrings?
+//$conf['pgp']['conf_dir'] = '%%GNUPG_CNFDIR%%';
+
+// What keyserver should we use?
+//$conf['pgp']['keyserver'] = 'wwwkeys.pgp.net';
+
 ?>