2016-07-12 00:03:46 by Thomas Klausner | Files touched by this commit (18) | |
Log message:
Remove mutt-kz, superseded by neomutt.
|
2016-06-07 14:26:43 by Thomas Klausner | Files touched by this commit (1) |
Log message:
+ patch-1.6.0.rr.compressed.gz
|
2016-04-09 11:46:27 by Matthias Scheler | Files touched by this commit (8) |
Log message:
Update "mutt-kz" package to version 1.6.0.1. Changes since 1.5.23.1-rc1:
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
be IDNA encoded. If your MTA supports it, unset to use utf-8
email address domains.
+ The S/MIME message digest algorithm is now specified using the
option $smime_sign_digest_alg. Note that $smime_sign_command
should be modified to include "-md %d". Please see
contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include \
files.
All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
multipart/encrypted are actually encrypted. Please see
contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
allowed mailto header parameters.
! The method of setting $hostname has been changed. Rather than
scanning /etc/resolv.conf, the domain will now be determined using
DNS calls.
|
2016-02-22 13:13:26 by Thomas Klausner | Files touched by this commit (6) |
Log message:
mutt{,-kz}: add upstream patch for better S/MIME support, bump PKGREVISION.
# HG changeset patch
# User Kevin McCarthy <kevin@8t8.us>
# Date 1449022827 28800
# Tue Dec 01 18:20:27 2015 -0800
# Node ID 5e5aff1782dc62044197c2230d346bd492706fbf
# Parent 428a92464d5bccccda818bed598610db212fcf7c
Loosen mutt_signed_handler() protocol value consistency check. (closes #3639)
Apparently, for S/MIME, some MUAs mismatch the protocol value of
the multipart/signed and the content-type of the signature: putting
"pkcs7-signature" in one and "x-pkcs7-signature" in the other.
Change mutt_signed_handler() to independently verify the values of the
protocol and the content-type. This still checks for correct values but
doesn't ensure they match between the two (for S/MIME).
|
2016-01-07 16:19:41 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Enable gpgme option by default in mutt*. It is just too useful.
Bump PKGREVISION.
|
2015-11-23 00:57:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for notmuch bl3.mk bump
|
2015-09-06 11:16:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix more paths to mutt.
|
2015-09-04 13:28:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Adapt path to mutt.
|
2015-04-03 00:38:42 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.5.23.1rc1:
Sync with upstream version.
|
2015-02-19 11:01:15 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for txt2c fix.
|