summaryrefslogtreecommitdiff
path: root/mail/exmh2/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/exmh2: After falling back to tk86 make mouse wheel work againCy Schubert2025-01-082-46/+0
| | | | | | Two patches specific to tk87 will not work with tk86. MFH: 2025Q1
* mail/exmh2: Scolling the folder list accepts only unitsCy Schubert2021-09-132-2/+20
| | | | | | Units, which do not work in the scan listing window or the main text windows, must be used int he folder display window. We create a new fmscroll function just for the folder display window.
* mail/exmh2: Resolve state(tag) errorCy Schubert2021-08-311-0/+20
| | | | | can't read "state(tag)": no such variable, has returned with tcl 8.7a5. Resolve this error for good.
* mail/exmh2: Adjust MouseWheel scrolling parametersCy Schubert2021-08-311-4/+4
| | | | | | | | | | | Units and pages don't mean the same thing they did before. The number of pixels is in fact a divisor. - MouseWheel scrolls one line in the Folder Display box (no change). - MouseWheel scrolls five lines in the message box (no change). - Shift-MouseWheel scrolls one line (no change). - Control-MouseWheel scrolls ten lines (changed from a page as page doesn't work any more).
* mail/exmh2: Chase toolkits/tk87 8.7a5Cy Schubert2021-08-301-0/+28
| | | | | | | | | | | tk 8.7a5 introduced uniform mouse wheel event handling. Unfortunately this is incompatible with tcltk software written using Button-4 and Button-5 events. This patch replaces the legacy bindings with the new MouseWheel binding, using the new tk::MouseWheel helper to move the scrollbar. This is documented at https://core.tcl-lang.org/tips/doc/trunk/tip/474.md. The old bindings are left should anyone wish to use exmh2 with the older tk86, also requiring a user to modify Makefile to alter the dependency.
* Update 2,7,2 --> 2.8.0Cy Schubert2012-12-083-49/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308464
* - Update to 2.7.2Pav Lucistnik2005-05-243-0/+49
| | | | | | | | PR: ports/80715 Submitted by: Kevin Oberman <oberman@es.net> Notes: svn path=/head/; revision=136074
* Update to exmh-2.7.0.Bruce A. Mah2004-06-244-108/+0
| | | | | | | | | | | | This release mostly consists of 15 months of bugfixes (some of which were already in the prior exmh-2.6.3_3 port). One new feature is a spam filter wrapper ("Bayesian Spam Filter" in the new spiffy preferences dialog). Drop maintainership; I'm using IMAP-based mailers now. Notes: svn path=/head/; revision=112098
* More fun patches to make exmh work better:Bruce A. Mah2003-06-103-0/+88
| | | | | | | | | | | | | | 1. Replace old, out-of-control preferences dialog with spiffy, sorted, scrolling preferences dialog. 2. Better PGP 6.5 compatibility. PORTREVISION bump to mark these changes. Obtained from: exmh CVS repository Notes: svn path=/head/; revision=82695
* Fix a couple of problems in the exmh port.Bruce A. Mah2003-06-081-0/+20
| | | | | | | | | | | | | | | | | | The port bogusly relied on build-time detection of PGP-type programs. This was unneeded since exmh is smart enough to do run-time detection of various PGP versions. Fix this so PGP-type programs installed after exmh will be recognized correctly. [1] Add patch to fix a bug in exmh where threading cleared the unseen sequence. [2] PORTREVISION bump to mark these changes. Reviewed by: Dave Tweten <tweten@nas.nasa.gov> [1] Obtained from: exmh CVS [2] Notes: svn path=/head/; revision=82488
* Update to exmh-2.6.3.Bruce A. Mah2003-04-131-30/+0
| | | | Notes: svn path=/head/; revision=78897
* Add a patch to fix a bug with continuation lines in ~/.mh_profile.Bruce A. Mah2001-11-301-0/+30
| | | | | | | | | | | | | | While I'm here, also patch a file descriptor leak. patch-mh.tcl lib/mh.tcl 1.17->1.19 Bump PORTREVISION. Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> Obtained from: exmh CVS repository Notes: svn path=/head/; revision=50777
* Update exmh to 2.3.1. This release was made primarily to fix a symlinkBruce A. Mah2001-01-223-124/+0
| | | | | | | | | | | | | | vulnerability reported to bugtraq. Mostly a bugfix release although a few new features (filtering in sedit, optional expect-based inc wrapper, optional bitmap buttons) have been added. FreeBSD-specific parts to this commit: Removed patchfiles that were imported from the exmh CVS repository as they are now a part of the exmh-2.3.1 release. Fixed pkg-descr to quiet a few portlint warnings. Changed port to use wish-8.3 rather than wish-8.2 (suggested by markm). Notes: svn path=/head/; revision=37457
* Fix for a symlink attack posted to bugtraq. The patches committed hereBruce A. Mah2001-01-162-0/+79
| | | | | | | | | | | | | were generated from exmh's CVS source code respository, and will be removed from the port directory when the next version of exmh is released (RSN). Bump PORTREVISION. Obtained from: exmh CVS repository Notes: svn path=/head/; revision=37259
* Commit a patch to fix a problem with PGP5 support not being ableBruce A. Mah2001-01-041-0/+45
| | | | | | | | | | | | to verify signatures of Multipart/MIME, clear-signed messages. This patch has been committed to the exmh CVS repository, and this file can go away when the next version of exmh is released PR: 22656 Submitted by: Dave Tweten <tweten@nas.nasa.gov> Notes: svn path=/head/; revision=36762
* Upgrade to v2.2, and hand the reigns over to Bruce Mah, who isMark Murray2000-10-112-6/+8
| | | | | | | | | also an Exmh developer. Thanks Bruce! Notes: svn path=/head/; revision=33709
* Update to version 2.1.0. This has hugely improved pgp/pgp5/gnupgMark Murray1999-10-112-0/+4
| | | | | | | | | support. 2-requests-for-review-or-OK-ignored-by: MAINTAINER Notes: svn path=/head/; revision=22351
* Allow this port to use NMH if USE_NMH is set.Mark Murray1998-03-202-0/+48
Notes: svn path=/head/; revision=10231