diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-14 20:09:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-14 20:09:53 +0000 |
commit | eaa2e20f3e9dc57df8bc4c0a28a07f7de4b7bc57 (patch) | |
tree | ab49c5bddf1a383c8b8aff435b9f1e86e21c1c58 /mail/neomutt | |
parent | 6daed808fdef79804d529e5a46d4b160be6fbc2c (diff) | |
download | pkgsrc-eaa2e20f3e9dc57df8bc4c0a28a07f7de4b7bc57.tar.gz |
neomutt: update to 20200814.
2020-08-14 Richard Russon <rich@flatcap.org>
* Security
- Add mitigation against DoS from thousands of parts
* Features
- Allow index-style searching in postpone menu
- Open NeoMutt using a mailbox name
- Add `cd` command to change the current working directory
- Add tab-completion menu for patterns
- Allow renaming existing mailboxes
- Check for missing attachments in alternative parts
- Add one-liner docs to config items
* Bug Fixes
- Fix logic in checking an empty From address
- Fix Imap crash in `cmd_parse_expunge()`
- Fix setting attributes with S-Lang
- Fix: redrawing of `$pager_index_lines`
- Fix progress percentage for syncing large mboxes
- Fix sidebar drawing in presence of indentation + named mailboxes
- Fix retrieval of drafts when "postponed" is not in the mailboxes list
- Do not add comments to address group terminators
- Fix alias sorting for degenerate addresses
- Fix attaching emails
- Create directories for nonexistent file hcache case
- Avoid creating mailboxes for failed subscribes
- Fix crash if rejecting cert
* Changed Config
- Add `$copy_decode_weed`, `$pipe_decode_weed`, `$print_decode_weed`
- Change default of `$crypt_protected_headers_subject` to "..."
- Add default keybindings to history-up/down
* Translations
- 100% Czech
- 100% Spanish
* Build
- Allow building against Lua 5.4
- Fix when sqlite3.h is missing
* Docs
- Add a brief section on stty to the manual
- Update section "Terminal Keybindings" in the manual
- Clarify PGP Pseudo-header `S<id>` duration
* Code
- Clean up String API
- Make the Sidebar more independent
- De-centralise the Config Variables
- Refactor dialogs
- Refactor: Help Bar generation
- Make more APIs Context-free
- Adjust the edata use in Maildir and Notmuch
- Window refactoring
- Convert libsend to use Config functions
- Refactor notifications to reduce noise
- Convert Keymaps to use STAILQ
- Track currently selected email by msgid
- Config: no backing global variable
- Add events for key binding
* Upstream
- Fix imap postponed mailbox use-after-free error
- Speed up thread sort when many long threads exist
- Fix ~v tagging when switching to non-threaded sorting
- Add message/global to the list of known "message" types
- Print progress meter when copying/saving tagged messages
- Remove ansi formatting from autoview generated quoted replies
- Change postpone mode to write Date header too
- Unstuff `format=flowed`
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 4 | ||||
-rw-r--r-- | mail/neomutt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 52ba34b5f36..2d686d9eee0 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2020/06/22 06:08:35 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2020/08/14 20:09:53 wiz Exp $ -DISTNAME= neomutt-20200619 +DISTNAME= neomutt-20200814 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 671da4faab2..b22f109b52c 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2020/06/22 06:08:35 wiz Exp $ +$NetBSD: distinfo,v 1.45 2020/08/14 20:09:53 wiz Exp $ -SHA1 (neomutt-20200619-20200619.tar.gz) = 0bedb1ff0af1faa676a03c14dc1c2b81a7bf6d3b -RMD160 (neomutt-20200619-20200619.tar.gz) = 3c740c1454c9428ea8254959cd53776207a6a630 -SHA512 (neomutt-20200619-20200619.tar.gz) = 75d8f878776c57551f7b5fbbaaeb6bb671afe79f7f02a2e44deae40d4bb8a2db4520ae1b18f8e137ad574f401b591fdee5a1e8b2d78cfb71fa428c49418360f4 -Size (neomutt-20200619-20200619.tar.gz) = 3347610 bytes +SHA1 (neomutt-20200814-20200814.tar.gz) = 3537869a47d57224ae1439ab07940928a355e82d +RMD160 (neomutt-20200814-20200814.tar.gz) = 143c223a567a24aed4453cbb28b14967b51f686a +SHA512 (neomutt-20200814-20200814.tar.gz) = 5778c7c4184e2afb6fb2baf3cf8a9423ed22c369b911827caa1fa0455a9152b7aa1c8bb0d4abc50fdca921b96d8f3162a736c165323873000585cb271a825c53 +Size (neomutt-20200814-20200814.tar.gz) = 3403474 bytes SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088 |