pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/neomutt neomutt: update to 20200925.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3f69f4bf618
branches: trunk
changeset: 439706:a3f69f4bf618
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 27 14:58:46 2020 +0000
description:
neomutt: update to 20200925.
2020-09-25 Richard Russon <rich%flatcap.org@localhost>
* Features
- Compose: display user-defined headers
- Address Book / Query: live sorting
- Address Book / Query: patterns for searching
- Config: Add '+=' and '-=' operators for String Lists
- Config: Add '+=' operator for Strings
- Allow postfix query ':setenv NAME?' for env vars
* Bug Fixes
- Fix crash when searching with invalid regexes
- Compose: Prevent infinite loop of `send2-hook`s
- Fix sidebar on new/removed mailboxes
- Restore indentation for named mailboxes
- Prevent half-parsing an alias
- Remove folder creation prompt for POP path
- Show error if `$message_cachedir` doesn't point to a valid directory
- Fix tracking LastDir in case of IMAP paths with Unicode characters
- Make sure all mail gets applied the index limit
- Add warnings to -Q query CLI option
- Fix index tracking functionality
* Changed Config
- Add `$compose_show_user_headers` (yes)
* Translations
- 100% Czech
- 100% Lithuanian
- Split up usage strings
* Build
- Run shellcheck on hcachever.sh
- Add the Address Sanitizer
- Move compose files to lib under compose/
- Move address config into libaddress
- Update to latest acutest - fixes a memory leak in the unit tests
* Code
- Implement ARRAY API
- Deglobalised the Config Sort functions
- Refactor the Sidebar to be Event-Driven
- Refactor the Color Event
- Refactor the Commands list
- Make ctx_update_tables private
- Reduce the scope/deps of some Validator functions
- Use the Email's IMAP UID instead of an increasing number as index
- debug: log window focus
diffstat:
mail/neomutt/Makefile | 5 ++---
mail/neomutt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 05326ff01f82 -r a3f69f4bf618 mail/neomutt/Makefile
--- a/mail/neomutt/Makefile Sun Sep 27 14:57:22 2020 +0000
+++ b/mail/neomutt/Makefile Sun Sep 27 14:58:46 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2020/08/31 18:09:58 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2020/09/27 14:58:46 wiz Exp $
-DISTNAME= neomutt-20200821
-PKGREVISION= 2
+DISTNAME= neomutt-20200925
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${PKGVERSION_NOREV}
diff -r 05326ff01f82 -r a3f69f4bf618 mail/neomutt/distinfo
--- a/mail/neomutt/distinfo Sun Sep 27 14:57:22 2020 +0000
+++ b/mail/neomutt/distinfo Sun Sep 27 14:58:46 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.46 2020/08/21 14:53:28 wiz Exp $
+$NetBSD: distinfo,v 1.47 2020/09/27 14:58:46 wiz Exp $
-SHA1 (neomutt-20200821-20200821.tar.gz) = 46dc66a15ae698b97fbcce1cff45c273b1a55b31
-RMD160 (neomutt-20200821-20200821.tar.gz) = bfc1aa8400df33bd2278aba7f54e0f3b449518ea
-SHA512 (neomutt-20200821-20200821.tar.gz) = f7cba9123613c34711b84ab9f5ccab840be38876da20b29d281c142a3b4f5d582b879d727c95232b0fcc7b41947d05bf89707232d3980e160bcdba68784d6eef
-Size (neomutt-20200821-20200821.tar.gz) = 3404856 bytes
+SHA1 (neomutt-20200925-20200925.tar.gz) = d92cfdb43b5fcb91aa6e72fede2729229db20fb4
+RMD160 (neomutt-20200925-20200925.tar.gz) = 08ef01fac1ac64be062341755826a641a897b3d3
+SHA512 (neomutt-20200925-20200925.tar.gz) = 1ee89ee1b3581fe2b7dafd091e315fcf4d6f7b0644c15b08af8eb2720e83f07ae526b5659abb44430309821f48013fc85af0dd6f140729b2e52e5f874cf3bc50
+Size (neomutt-20200925-20200925.tar.gz) = 3440056 bytes
SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088
Home |
Main Index |
Thread Index |
Old Index