neomutt: update to 20180622.
2018-06-22 Richard Russon <rich@flatcap.org> * Features - Expand variables inside backticks - Honour SASL-IR IMAP capability in SASL PLAIN * Bug Fixes - Fix toggle-read - Do not truncate shell commands on ; or # - pager: index must be rebuilt on MUTT_REOPENED - Handle a BAD response in AUTH PLAIN w/o initial response - fcc_attach: Don't ask every time - Enlarge path buffers PATH_MAX (4096) - Move LSUB call from connection establishment to mailbox SELECTion * Translations - Update Chinese (Simplified): 100% - Update Czech: 100% - Update German: 100% - Update Lithuanian: 100% - Update Portuguese (Brazil): 100% - Update Slovak: 59% - Reduce duplication of messages * Code - Tidy up the mailbox API - Tidy up the header cache API - Tidy up the encryption API - Add doxygen docs for more functions - Refactor more structs to use STAILQ
This commit is contained in:
parent
c1921e27e3
commit
2246c6f5c8
3 changed files with 10 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.43 2018/05/26 21:46:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2018/07/03 05:38:57 wiz Exp $
|
||||
|
||||
DISTNAME= neomutt-20180512
|
||||
DISTNAME= neomutt-20180622
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
|
||||
GITHUB_TAG= ${DISTNAME}
|
||||
|
|
|
@ -1,19 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.17 2018/05/26 21:46:47 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.18 2018/07/03 05:38:57 wiz Exp $
|
||||
bin/neomutt
|
||||
libexec/neomutt/pgpewrap
|
||||
libexec/neomutt/pgpring
|
||||
libexec/neomutt/smime_keys
|
||||
man/man1/neomutt.1
|
||||
man/man1/pgpewrap_neomutt.1
|
||||
man/man1/pgpring_neomutt.1
|
||||
man/man1/smime_keys_neomutt.1
|
||||
man/man5/mbox_neomutt.5
|
||||
man/man5/mmdf_neomutt.5
|
||||
man/man5/neomuttrc.5
|
||||
share/doc/neomutt/CODE_OF_CONDUCT.md
|
||||
share/doc/neomutt/COPYRIGHT.md
|
||||
share/doc/neomutt/ChangeLog.md
|
||||
share/doc/neomutt/INSTALL.md
|
||||
share/doc/neomutt/LICENSE.md
|
||||
share/doc/neomutt/PGP-Notes.txt
|
||||
share/doc/neomutt/README.md
|
||||
share/doc/neomutt/advancedusage.html
|
||||
share/doc/neomutt/colorschemes/neonwolf-256.neomuttrc
|
||||
|
@ -58,9 +57,6 @@ share/doc/neomutt/samples/Tin.rc
|
|||
share/doc/neomutt/samples/colors.default
|
||||
share/doc/neomutt/samples/colors.linux
|
||||
share/doc/neomutt/samples/gpg.rc
|
||||
share/doc/neomutt/samples/pgp2.rc
|
||||
share/doc/neomutt/samples/pgp5.rc
|
||||
share/doc/neomutt/samples/pgp6.rc
|
||||
share/doc/neomutt/samples/sample.mailcap
|
||||
share/doc/neomutt/samples/sample.neomuttrc
|
||||
share/doc/neomutt/samples/sample.neomuttrc-tlr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.33 2018/05/26 21:46:47 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.34 2018/07/03 05:38:57 wiz Exp $
|
||||
|
||||
SHA1 (neomutt-20180512.tar.gz) = f99c227da6fb1e93c3b7b4a3ac5bd4cb8361ac3c
|
||||
RMD160 (neomutt-20180512.tar.gz) = d9621d005ab5dd3b07599ec5a00f1e5e0b1cd37c
|
||||
SHA512 (neomutt-20180512.tar.gz) = 033faa27b01998895d2452d541ed5942cf7dede7a935fc807e6a7f88f3a8c182ea0ab5b4ed7db852ff2afb4d3b990db05477d9ff0dcf7dee186c393244d1db66
|
||||
Size (neomutt-20180512.tar.gz) = 2758674 bytes
|
||||
SHA1 (neomutt-20180622.tar.gz) = 34f7076a10e660a168c19fb60eb02be2bfe20929
|
||||
RMD160 (neomutt-20180622.tar.gz) = 49b8bdde7ec43a255045f5940ea579908788fcba
|
||||
SHA512 (neomutt-20180622.tar.gz) = 8085bf2bcf25ee4a4531cc5f950f862f58e3bf6ebfb96450479132ed60b4d87e35bc54f9b5e110d93dbd8e9684c1eceb36012753fc7bf5d3fb5046d9d42b69e0
|
||||
Size (neomutt-20180622.tar.gz) = 2769280 bytes
|
||||
|
|
Loading…
Reference in a new issue