aboutsummaryrefslogtreecommitdiff
path: root/mail/imp-devel/files/patch-aa
blob: 132794233fccee6155ee5e14f9eef1f16b7b5771 (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
--- config/mime_drivers.php.dist.orig	Mon Dec 24 04:51:49 2001
+++ config/mime_drivers.php.dist	Sun Feb 17 11:47:19 2002
@@ -61,4 +61,28 @@
 $mime_drivers['imp']['html']['handles'] = array(
         'text/html', 'text/richtext' );
 
+/**
+ * Misc utilities
+ */
+
+/**
+ ** 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';
+
 ?>