summaryrefslogtreecommitdiff
path: root/mail/exmh
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-08-18 10:43:04 +0000
committeragc <agc@pkgsrc.org>1998-08-18 10:43:04 +0000
commit66605865047054754b8ef81a31e32ea007a509a2 (patch)
tree0b7f943713dccd14a74e48b307a26cc31f0aa40d /mail/exmh
parentd952824641c1b541c7929565420d623bf0638a74 (diff)
downloadpkgsrc-66605865047054754b8ef81a31e32ea007a509a2.tar.gz
The default values for the threading offset in the default scan format
are wrong. Modify these so that threads display correctly.
Diffstat (limited to 'mail/exmh')
-rw-r--r--mail/exmh/patches/patch-aw23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/exmh/patches/patch-aw b/mail/exmh/patches/patch-aw
new file mode 100644
index 00000000000..bcb6d51404f
--- /dev/null
+++ b/mail/exmh/patches/patch-aw
@@ -0,0 +1,23 @@
+--- lib/thread.tcl 1998/08/17 13:43:05 1.1
++++ lib/thread.tcl 1998/08/17 13:43:15
+@@ -141,17 +141,17 @@
+ return 0
+ }
+
+-proc Thread_Display { {breakoff 20} {mark "+->"} } {
++proc Thread_Display { {breakoff 30} {mark "+->"} } {
+
+ busy Thread_Ftoc 1 $breakoff $mark
+ }
+
+-proc Thread_DisplayAll { {breakoff 20} {mark "+->"} } {
++proc Thread_DisplayAll { {breakoff 30} {mark "+->"} } {
+
+ busy Thread_Ftoc 0 $breakoff $mark
+ }
+
+-proc Thread_Ftoc { {selected 0} {breakoff 20} {mark "+->"} } {
++proc Thread_Ftoc { {selected 0} {breakoff 30} {mark "+->"} } {
+ global exwin exmh ftoc msg
+
+ #