ebda724b34
Requested by Steve Bellovin in PR 21507 Changes from previous version: 2.6.3 fixes a UI pause problem introduced in 2.6 2.6.2 bug fixes 2.6.1 generalised sequence handling - replace the "unseen" window with a sequences window, and add a Sequence menu. - display number of unseen messages in folder cache 2.6 Add a Sequences menu, and internal overhaul of sequence handling
27 lines
744 B
Text
27 lines
744 B
Text
$NetBSD: patch-aw,v 1.3 2003/05/12 20:40:18 agc Exp $
|
|
|
|
Modify default threading offsets so that standard scan format is correct.
|
|
|
|
--- 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 mhProfile
|
|
|
|
#
|