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
This commit is contained in:
parent
7735e77fc7
commit
ebda724b34
4 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.29 2002/05/26 10:42:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2003/05/12 20:40:17 agc Exp $
|
||||
# FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp
|
||||
#
|
||||
|
||||
DISTNAME= exmh-2.5
|
||||
DISTNAME= exmh-2.6.3
|
||||
CATEGORIES= mail tk80
|
||||
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:00 zuntum Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/05/12 20:40:17 agc Exp $
|
||||
bin/exmh
|
||||
bin/exmh-async
|
||||
bin/exmh-bg
|
||||
|
@ -50,7 +50,6 @@ lib/${PKGNAME}/folder.tcl
|
|||
lib/${PKGNAME}/folderNew.tcl
|
||||
lib/${PKGNAME}/fontsel.tcl
|
||||
lib/${PKGNAME}/ftoc.tcl
|
||||
lib/${PKGNAME}/ftocColor.tcl
|
||||
lib/${PKGNAME}/ftocFind.tcl
|
||||
lib/${PKGNAME}/ftp_get.tcl
|
||||
lib/${PKGNAME}/getnews.tcl
|
||||
|
@ -175,6 +174,8 @@ lib/${PKGNAME}/seditQP.tcl
|
|||
lib/${PKGNAME}/seditSel.tcl
|
||||
lib/${PKGNAME}/select.tcl
|
||||
lib/${PKGNAME}/send.tcl
|
||||
lib/${PKGNAME}/sequences.tcl
|
||||
lib/${PKGNAME}/seqwin.tcl
|
||||
lib/${PKGNAME}/sound.tcl
|
||||
lib/${PKGNAME}/source.tcl
|
||||
lib/${PKGNAME}/tclIndex
|
||||
|
@ -184,7 +185,6 @@ lib/${PKGNAME}/textSelect.tcl
|
|||
lib/${PKGNAME}/thread.tcl
|
||||
lib/${PKGNAME}/timer.bitmap
|
||||
lib/${PKGNAME}/tioga.tcl
|
||||
lib/${PKGNAME}/unseenwin.tcl
|
||||
lib/${PKGNAME}/uri.tcl
|
||||
lib/${PKGNAME}/url.bitmap
|
||||
lib/${PKGNAME}/urlFace.tcl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/10/11 09:26:04 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2003/05/12 20:40:18 agc Exp $
|
||||
|
||||
SHA1 (exmh-2.5/exmh-2.5.tar.gz) = eb24358ae4f12b940b7ad5af64c7cf1f10e9e7fa
|
||||
Size (exmh-2.5/exmh-2.5.tar.gz) = 867121 bytes
|
||||
SHA1 (patch-aw) = d75b933531abfff577e989f5b372fb9189830424
|
||||
SHA1 (exmh-2.6.3/exmh-2.6.3.tar.gz) = 3d41d4c735b7248cb10937950ea2adb0e3f4033c
|
||||
Size (exmh-2.6.3/exmh-2.6.3.tar.gz) = 910556 bytes
|
||||
SHA1 (patch-aw) = 396ef41611de11a9ba48f15711e20f4e44f73da9
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue