summaryrefslogtreecommitdiff
path: root/mail/exmh2/files/patch-lib-folder.tcl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-12-08 07:08:09 +0000
committerCy Schubert <cy@FreeBSD.org>2012-12-08 07:08:09 +0000
commit99a5455d74a9643a0e7f5c09d49dadb83b4aaac9 (patch)
tree62dc85bf6da97c4846650fb5e9ae5aedd9d27471 /mail/exmh2/files/patch-lib-folder.tcl
parent- Update to version 0.12.0 (diff)
Update 2,7,2 --> 2.8.0
Feature safe: yes
Notes
Notes: svn path=/head/; revision=308464
Diffstat (limited to 'mail/exmh2/files/patch-lib-folder.tcl')
-rw-r--r--mail/exmh2/files/patch-lib-folder.tcl25
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/exmh2/files/patch-lib-folder.tcl b/mail/exmh2/files/patch-lib-folder.tcl
deleted file mode 100644
index b538f1fb9cf0..000000000000
--- a/mail/exmh2/files/patch-lib-folder.tcl
+++ /dev/null
@@ -1,25 +0,0 @@
---- lib/folder.tcl.orig Wed Dec 29 23:39:51 2004
-+++ lib/folder.tcl Wed May 25 00:02:21 2005
-@@ -311,17 +311,17 @@
-
- set out [open $fn w]
- puts $out "wm withdraw ."
-- puts $out "source $exmh(library)/folder.tcl"
-+ puts $out [list lappend auto_path $exmh(library)]
- puts $out [list set mhProfile(delprefix) $mhProfile(delprefix)]
- puts $out [list set mhProfile(purgeage) $mhProfile(purgeage)]
- puts $out [list set mhProfile(path) $mhProfile(path)]
-- puts $out "proc Exmh_Status { s } \{catch \{send \"[winfo name .]\" \[list Exmh_Status \$s]\}\}"
-+ puts $out "proc Exmh_Status { s args } \{catch \{send \"[winfo name .]\" \[list Exmh_Status \$s]\}\}"
- puts $out "proc Exmh_Debug { args } {}"
-- puts $out [list proc File_Delete [info args File_Delete] [info body File_Delete]]
-+ puts $out "Env_Init"
- foreach folder $folderlist {
-- puts $out "Folder_Purge $folder"
-+ puts $out [list Folder_Purge $folder]
- }
-- puts $out "File_Delete $fn"
-+ puts $out [list File_Delete $fn]
- puts $out exit
- close $out
- exec $wish -f $fn &