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