Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Thanks spz for the note !
|
|
be good enough
|
|
NetBSD's built-in curses is not sufficient. See devel/ncursesw/builtin.mk.
|
|
The keys used are:
!: modified feature, -: deleted feature, +: new feature
1.5.20 (2009-06-14):
! $fcc_attach is a quadoption now
+ $honor_disposition to honor Content-Disposition headers
+ $search_context specifies number of context lines for search results
in pager/page-based menus
+ ssl_use_sslv2 defaults to no
+ uncolor works for header + body objects, too
+ the "flagged" and "replied" flags are enabled/supported for
POP when built with header caching
! browser correctly displays maildir's mtime
+ <set-flag> and <clear-flag> work in the pager, too
+ ~x pattern also matches against In-Reply-To
+ lower case patterns for string searches perform case-insensitive
search as regex patterns do (except IMAP)
+ $ssl_verify_dates controls whether mutt checks the validity period of
SSL certificates
+ $ssl_verify_hostname controls whether mutt will accept certificates whose
host names do not match the host name in the folder URL.
Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not
available for this version yet.
|
|
This also fixes PR pkg/35917
|
|
|
|
User destdir mode instead of user-destdir: this make sure the package is
correctly created when mutt_dotlock is needed.
Mostly bugfixes in changelog, among them:
- Only install mutt_dotlock(1) if binary is installed.
- Allow for mail addresses longer than 256 characters.
- Make multipart decoding a little more forgiving.
- Make $move default to no instead of ask-no.
- Show more information about problematic SMIME signatures under gpgme.
- Improve gpgme SMIME uid display.
- Support displaying application/pgp-keys with GPGME.
- Verify hostname in (Open)SSL certificate validation.
- Make text/enriched handler multibyte aware.
- translation updates.
UPDATING:
+ support for SSL certificate chains
+ <what-key> function works in pager, too
+ support for tokyocabinet (qdbm successor)
! $move now defaults to "no" instead of "ask-no"
+ $imap_pipeline_depth controls the number of commands that mutt can issue
to an IMAP server before it must collect the responses
+ $ssl_client_cert available with gnutls as well as openssl
+ 'mime_lookup application/octet-stream' added to system Muttrc
|
|
just comment it out.
|
|
From the announce:
"Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and
performance enhancements since the release of 1.5.17, but I believe only
one new feature ($time_inc, for controlling the rate at which status updates
are displayed)."
|
|
for the X-Label flag in mutt.
Suggested by Michael-John Turner
|
|
through PLIST_SUBST to the plist module.
|
|
Add patchsum.
|
|
|
|
remove the option if it doesn't get updated in time again.
|
|
Bump PKGREVISION
Use signed arithmetic in mutt_gecos_name to avoid an overflow.
From http://dev.mutt.org/hg/mutt/rev/47d08903b79b
And trac: http://dev.mutt.org/trac/ticket/2885
|
|
- Remove the mutt-compressed option for now, as it is not updated upstream
- Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay
support in mutt
Changes:
The keys used are:
!: modified feature, -: deleted feature, +: new feature
- $imap_home_namespace (useless clutter)
+ $check_mbox_size (use size change instead of atime for new mail)
! improved f=f support wraps lines at $wrap if $wrap is not 0
+ $wrap (>0 wraps at $wrap, <0 = $wrapmargin)
+ $assumed_charset, $attach_charset, $ignore_linear_white_space
+ $save_history, $history_file (save history across sessions)
+ $smtp_url (ESMTP relay support)
+ $crypt_use_pka (use GPGME PKA signature verification)
|
|
dependancy (may be good for small systems)
- Make pkglint happy
- Fix a mistake in patch-ab
|
|
Changelog:
- many bugfixes
* curs_lib.c: Clear the progress bar when the current operation
has completed.
* lib.c: Even more paranoid temporary file creation.
|
|
Patch from Jukka Salmi in PR pkg/34710
|
|
package and add support for "ncursesw".
Patch supplied by Ben Collver pkg/34777.
|
|
|
|
|
|
uses the native curses implementation by default again.
|
|
Ok tron@
|
|
|
|
folders patch. It adds hooks for open, close and append to handle
compressed or encrypted mboxes. Disabled by default.
|
|
|
|
accepted bdb
|
|
CONFIGURE_ARGS.
|
|
|
|
Add support for Internationalized Domain Names (though disabled by default)
This release features many bugfixes,
~h can match folded headers
~u match only suscribed lists, ~l all
progress indication when uploading imap and pop messages
This fixes PR 31451
|
|
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache"
option on FreeBSD-4.
|
|
mutt package
|
|
Main changelog entries are a function "rename-mailbox", better imap handling
(do not lose flags when uploading to an imap mailbox), and integration of
header cache patch.
Added option "hcache" to enable header cache (adds a dependancy to db4)
Approved by wiz@
|
|
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
|
|
PKG_OPTIONS.<pkg>+= foo blah
|
|
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
|
|
that will be deleted in the future.
|
|
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
|