| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Two patches specific to tk87 will not work with tk86.
MFH: 2025Q1
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
can't read "state(tag)": no such variable, has returned with tcl 8.7a5.
Resolve this error for good.
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=308464
|
|
|
|
|
|
|
|
| |
PR: ports/80715
Submitted by: Kevin Oberman <oberman@es.net>
Notes:
svn path=/head/; revision=136074
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=78897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
also an Exmh developer.
Thanks Bruce!
Notes:
svn path=/head/; revision=33709
|
|
|
|
|
|
|
|
|
| |
support.
2-requests-for-review-or-OK-ignored-by: MAINTAINER
Notes:
svn path=/head/; revision=22351
|
|
Notes:
svn path=/head/; revision=10231
|