2009-08-09 22:05:37 by Tonnerre Lombard | Files touched by this commit (2) |
Log message:
Use mutts builtin mutt_curses.h to discover the correct curses header.
Fixes PR 41790.
|
2009-08-05 13:41:12 by Hasso Tepper | Files touched by this commit (4) |
Log message:
Fix breakages introduced with previous commit.
|
2009-07-25 19:37:04 by Tonnerre Lombard | Files touched by this commit (4) |
Log message:
Ensure that we always have a mvchgat at hand. Fixes sidebar patch for
NetBSD < 5.99 and curses != ncurses.
|
2009-07-16 22:23:41 by Antoine Reilles | Files touched by this commit (6) |
Log message:
Update mail/mutt-devel to 1.5.20
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.
|
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-12 10:25:43 by Antoine Reilles | Files touched by this commit (4) |
Log message:
Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
|
2009-03-23 01:24:31 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Add back compressed mbox option.
|
2009-02-05 14:45:28 by Antoine Reilles | Files touched by this commit (3) |
Log message:
Avoid crash with 64bit time_t.
From PR pkg/40548
|
2009-01-27 20:50:33 by Antoine Reilles | Files touched by this commit (4) |
Log message:
Install mutt_dotlock unconditionally
Re-enable user-destdir, by using SPECIAL_PERMS, thanks joerg@ for pointing that
|
2009-01-26 23:35:03 by Antoine Reilles | Files touched by this commit (9) |  |
Log message:
Update mail/mutt-devel to 1.5.19
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
|