The NetBSD Project

CVS log for pkgsrc/mail/mutt-kz/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / mutt-kz

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13
Mon Jul 11 22:03:45 2016 UTC (8 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.12: +1 -1 lines
Remove mutt-kz, superseded by neomutt.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Apr 9 09:46:26 2016 UTC (8 years, 11 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 22 12:13:26 2016 UTC (9 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6 lines
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).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 7 15:19:41 2016 UTC (9 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Enable gpgme option by default in mutt*. It is just too useful.

Bump PKGREVISION.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 22 23:57:01 2015 UTC (9 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Bump PKGREVISION for notmuch bl3.mk bump

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Sep 6 09:16:58 2015 UTC (9 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Fix more paths to mutt.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Sep 4 11:28:57 2015 UTC (9 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Adapt path to mutt.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:38:42 2015 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update to 1.5.23.1rc1:
Sync with upstream version.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 19 10:01:15 2015 UTC (10 years, 1 month ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump PKGREVISION for txt2c fix.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 19 13:06:46 2014 UTC (10 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Recursive PKGREVISION bump for notmuch shlib major change.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Sep 1 09:29:54 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Touch VERSION to avoid triggering rebuilds of it using version.sh,
caused by unidentified bmake dependencies not happening with gmake,
on case insensitive file systems. Reported and fix suggested by
J. Lewis Muir.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:17:38 2014 UTC (11 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add patch from mutt (security fix):
Fix buffer overrun caused by not updating a string length after
address expansion.
http://dev.mutt.org/hg/mutt/rev/9bf7593e3c08

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 12 17:43:37 2014 UTC (11 years, 2 months ago) by wiz
Branches: MAIN
Import mutt-kz-1.5.22.1rc1 as mail/mutt-kz.

This package contains the mutt-kz fork with notmuch support and
another improvements.

The Mutt E-Mail Client by Michael Elkins <me@cs.hmc.edu>

``All mail clients suck.  This one just sucks less.'' -me, circa 1995

Mutt is a small but very powerful text-based MIME mail client.
Mutt is highly configurable, and is well suited to the mail power
user with advanced features like key bindings, keyboard macros,
mail threading, color, PGP and S/MIME, POP3, IMAP, various mailbox
formats, regular expression searches and a powerful pattern matching
language for selecting groups of messages.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>