diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-01 13:29:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-01 13:29:22 +0000 |
commit | b2424d7fdd8c2772b70976d4ec8d2038de9b2bab (patch) | |
tree | 8200f5258539322d50a65773bfdda3f4b97e7a72 /mail/imp3/files | |
parent | c8d217216d1a13ebe2f3a94689358fd783046e3c (diff) |
Notes
Diffstat (limited to 'mail/imp3/files')
-rw-r--r-- | mail/imp3/files/patch-aa | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/mail/imp3/files/patch-aa b/mail/imp3/files/patch-aa index 815bf336e687..132794233fcc 100644 --- a/mail/imp3/files/patch-aa +++ b/mail/imp3/files/patch-aa @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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' ); @@ -8,25 +8,6 @@ + * 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 + **/ |