diff options
author | agc <agc> | 1998-08-18 10:43:04 +0000 |
---|---|---|
committer | agc <agc> | 1998-08-18 10:43:04 +0000 |
commit | 626ba617055c831dbfed6d2f5f4e0363fbcf059b (patch) | |
tree | 0b7f943713dccd14a74e48b307a26cc31f0aa40d /mail | |
parent | 243f98f2b3c6c2e2f69515b5aa93f5f85adf4f32 (diff) | |
download | pkgsrc-626ba617055c831dbfed6d2f5f4e0363fbcf059b.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')
-rw-r--r-- | mail/exmh/patches/patch-aw | 23 |
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 + + # |