diff options
author | agc <agc@pkgsrc.org> | 2003-05-12 20:40:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-05-12 20:40:17 +0000 |
commit | ebda724b3400463cc50f157c54377e68e1d27886 (patch) | |
tree | 7cc40436b6db432e535a1358a500eafb27b7a379 /mail/exmh/patches | |
parent | 7735e77fc79512ba176a93de4143efc7729d19f3 (diff) | |
download | pkgsrc-ebda724b3400463cc50f157c54377e68e1d27886.tar.gz |
Update exmh package from 2.5 to 2.6.3.
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
Diffstat (limited to 'mail/exmh/patches')
-rw-r--r-- | mail/exmh/patches/patch-aw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh/patches/patch-aw b/mail/exmh/patches/patch-aw index 5e9f9bad5b7..65f5e1f552e 100644 --- a/mail/exmh/patches/patch-aw +++ b/mail/exmh/patches/patch-aw @@ -1,4 +1,4 @@ -$NetBSD: patch-aw,v 1.2 1998/08/18 10:46:20 agc Exp $ +$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. @@ -22,6 +22,6 @@ Modify default threading offsets so that standard scan format is correct. -proc Thread_Ftoc { {selected 0} {breakoff 20} {mark "+->"} } { +proc Thread_Ftoc { {selected 0} {breakoff 30} {mark "+->"} } { - global exwin exmh ftoc msg + global exwin exmh ftoc msg mhProfile # |