diff options
Diffstat (limited to 'mail/imp3/files/patch-aa')
-rw-r--r-- | mail/imp3/files/patch-aa | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/mail/imp3/files/patch-aa b/mail/imp3/files/patch-aa deleted file mode 100644 index 815bf336e687..000000000000 --- a/mail/imp3/files/patch-aa +++ /dev/null @@ -1,50 +0,0 @@ ---- 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'; -+ - ?> |