diff options
Diffstat (limited to 'mail/exmh2/files/patch-lib-quote.tcl')
-rw-r--r-- | mail/exmh2/files/patch-lib-quote.tcl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/exmh2/files/patch-lib-quote.tcl b/mail/exmh2/files/patch-lib-quote.tcl deleted file mode 100644 index 14f78ff7ed19..000000000000 --- a/mail/exmh2/files/patch-lib-quote.tcl +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/quote.tcl.orig Mon Jul 26 20:23:33 2004 -+++ lib/quote.tcl Wed May 25 00:04:18 2005 -@@ -23,7 +23,7 @@ - return; - } else { - if {$quote(symlink)} { -- if [catch {file link -symbolic $mhProfile(path)/$folder/$msg $quote(filename)} err] { -+ if [catch {exec ln -s $mhProfile(path)/$folder/$msg $quote(filename)} err] { - Exmh_Debug "Quote_MakeFile: $err" - } - } else { |