summaryrefslogtreecommitdiff
path: root/mail/exmh
diff options
context:
space:
mode:
authoragc <agc>1998-08-18 10:43:04 +0000
committeragc <agc>1998-08-18 10:43:04 +0000
commit95eb31888a7d30412fabf69c8b1c0cb787a48d42 (patch)
tree0b7f943713dccd14a74e48b307a26cc31f0aa40d /mail/exmh
parent9c672a787946e61830742d8e1eaf2b38caa81ac0 (diff)
downloadpkgsrc-95eb31888a7d30412fabf69c8b1c0cb787a48d42.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
+
+ #