diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-25 09:30:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-25 09:30:54 +0000 |
commit | 54419374554d261fa6294a668903bc92b5fbde28 (patch) | |
tree | 4c3c1f3c3dfdb107ae5e23a3b0d60ff86dd0cfe2 /mail | |
parent | fbca1e48c5d1cce6c7af165fbdc7934f10797af3 (diff) | |
download | pkgsrc-54419374554d261fa6294a668903bc92b5fbde28.tar.gz |
Updated neomutt to 20160723.
2016-07-23 Richard Russon <rich@flatcap.org>
* New Motto: "Teaching an Old Dog New Tricks"
- Thanks to Alok Singh
* New Features
- New Mail Command - Execute a command on receipt of new mail
- vim-keybindings - Mutt config for vim users
- LMDB: In-memory header caching database
- SMIME Encrypt to Self - Secure storage of sensitive email
* Bug Fixes
- rework mutt_draw_statusline()
- fix cursor position after sidebar redraw
- Add sidebar_format flag '%n' to display 'N' on new mail.
- fix index_format truncation problem
- Fix compiler warnings due to always true condition
- Change sidebar next/prev-new to look at buffy->new too.
- Change the default for sidebar_format to use %n.
- sidebar "unsorted" order to match Buffy list order.
- Include ncurses tinfo library if found.
- Sidebar width problem
- sidebar crash for non-existent mailbox
- Temporary compatibility workaround
- Reset buffy->new for the current mailbox in IMAP.
- version.sh regression
- crash when notmuch tries to read a message
- status line wrapping
* Docs
- Mass tidy up of the docs
- Fix xml validation
- Add missing docs for new features
* Travis
- New build system:
https://github.com/neomutt/travis-build
Now we have central control over what gets built
2016-07-09 Richard Russon <rich@flatcap.org>
* Bug-fixes
- This release was a temporary measure
Diffstat (limited to 'mail')
-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 09feb92cad1..23dd27fe736 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/07/11 22:05:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/25 09:30:54 wiz Exp $ -DISTNAME= neomutt-20160611 +DISTNAME= neomutt-20160723 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${DISTNAME} diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 0cad7621c35..77bf6424385 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/07/11 22:05:02 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/07/25 09:30:54 wiz Exp $ -SHA1 (neomutt-20160611.tar.gz) = e7b23dc8b7d5009ab1319ac4f1017847c95dcbce -RMD160 (neomutt-20160611.tar.gz) = 1633a610f8772ad87661967e1c0f240b71c04dfe -SHA512 (neomutt-20160611.tar.gz) = e91b8e3e0f186b1c312268893f1f6b882d2a8a5cfb9739d2ad3c5da1aa87ca56bd54d80ae28035770e478516aa64abf414a4e276eaf120a2e8d0cfe99ae2c7d2 -Size (neomutt-20160611.tar.gz) = 2498035 bytes +SHA1 (neomutt-20160723.tar.gz) = e0502d11e6ec30751c446abc8e12a5a61b371d7e +RMD160 (neomutt-20160723.tar.gz) = d22e1ee5b4cd7e38f6a7f68e9f413cd0d033ae64 +SHA512 (neomutt-20160723.tar.gz) = eabc3359301b1bfea0f4a8024ef85a5e01fa1b4cec5a07ada2c5f7fcc80276982fe95cfa49888153e31a0e4049c077a6d40ba415d797936483608115bdfb9d5e +Size (neomutt-20160723.tar.gz) = 2505367 bytes |