diff options
author | zuntum <zuntum> | 2003-07-12 01:48:25 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2003-07-12 01:48:25 +0000 |
commit | b0b6766fe1ca6599f3a850e7243fc6b20b28a8ef (patch) | |
tree | 0d935fe1c5c45c228b9a995f0f8d28585e977d0c /doc | |
parent | b5997036ebd9d1a3276683804d29f07ec5b6c555 (diff) | |
download | pkgsrc-b0b6766fe1ca6599f3a850e7243fc6b20b28a8ef.tar.gz |
Note mail/grepmail update to 5.00
Changes:
- grepmail is now orders of magnitude faster for mailboxes which have very
large (>30MB) emails in them
- "grep" is now used to find the start of emails, if it is installed. For
mailboxes with large emails in them, this can speed things up by about 5x.
- Reduced memory consumption by about 3 times.
- -- now marks the end of options and the beginning of folders (Thanks to
Reuben Thomas <rrt@sc3d.org> for the idea.)
- -f now reads patterns from a file like GNU grep does. (Feature suggestion by
Darxus@chaosreigns.com)
- Added smail compatibility. (Thanks to Roy <qroy@ghg.net> for the patch.)
- The "**" prefix on warnings has been changed to "grepmail:"
- Date specifications without times (e.g. "today") are interpreted as midnight
of the given day instead of the current time of that day. (Bugfix and
initial patch by Reuben Thomas <rrt@sc3d.org>.)
- Fixed -i when used with -Y--it was always case sensitive. (Bugfix by Michael
C. Toren <mct@toren.net>)
- Updated t/functionality.t to avoid running gzip-related test cases when gzip
is not installed on the system.
- Improved some error messages so that they prepend "grepmail: " as they
should
- Cleaned up some warnings about ambiguous hash values (Thanks to Philip
Douglass <philipsd@sf.net> for pointing them out in a bug report.)
- Added a warning about the version of perl required for new pattern features
(Thanks to Philip Douglass <philipsd@sf.net> for the bug report.)
- -t flag is now -j
- Fixed broken Gnus support
- Improved test case for Gnus
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 937a21ca581..ebed9e85422 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2739 2003/07/12 01:39:18 zuntum Exp $ +$NetBSD: CHANGES,v 1.2740 2003/07/12 01:48:25 zuntum Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2756,3 +2756,4 @@ Changes to the packages collection and infrastructure in 2003: Updated poink to 1.6 [zuntum 2003-07-12] Updated p0f to 1.8.3 [zuntum 2003-07-12] Updated ratpoison to 1.2.2 [zuntum 2003-07-12] + Updated grepmail to 5.00 [zuntum 2003-07-12] |