summaryrefslogtreecommitdiff
path: root/mail/horde4-imp/files/patch-lib_mimetypes.lib
blob: 4b87c5512d65243f93afe1498a6f50982a0b96b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/mimetypes.lib.orig	Wed Jul 18 16:23:58 2001
+++ lib/mimetypes.lib	Sun Mar 10 16:26:33 2002
@@ -449,7 +449,7 @@
     fwrite( $fh, imap_base64($contents));
     fclose( $fh );
     
-    $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r");
+    $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r");
     $data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>";
     while( ($rc=fgets($pipe,8192)) )
       $data.=$rc;