pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/neomutt Updated neomutt to 20160723.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb18b4f54a9
branches:  trunk
changeset: 350289:8eb18b4f54a9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 25 09:30:54 2016 +0000

description:
Updated neomutt to 20160723.

2016-07-23  Richard Russon  <rich%flatcap.org@localhost>
* 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@localhost>
* Bug-fixes
  - This release was a temporary measure

diffstat:

 mail/neomutt/Makefile |   4 ++--
 mail/neomutt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9e09fdafa175 -r 8eb18b4f54a9 mail/neomutt/Makefile
--- a/mail/neomutt/Makefile     Mon Jul 25 09:22:03 2016 +0000
+++ b/mail/neomutt/Makefile     Mon Jul 25 09:30:54 2016 +0000
@@ -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 -r 9e09fdafa175 -r 8eb18b4f54a9 mail/neomutt/distinfo
--- a/mail/neomutt/distinfo     Mon Jul 25 09:22:03 2016 +0000
+++ b/mail/neomutt/distinfo     Mon Jul 25 09:30:54 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index