From: Richard Russon Date: Fri, 14 Oct 2016 13:26:57 +0000 (+0100) Subject: NeoMutt 2016-10-14 (1.7.1) X-Git-Tag: neomutt-20161014^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7294964f2a1ee2806f98962d3856e2a5e79767;p=neomutt NeoMutt 2016-10-14 (1.7.1) --- diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index d89cedf07..1b833be5f 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,25 @@ +2016-10-14 Richard Russon +* Features + - sidebar: Make sure INBOX appears first in the list. + - notmuch: Synchronise tags to flags +* Bug Fixes + - updates when pager is open + - crash when neither $spoolfile, $folder are set + - forgotten-attachment: fix empty regex expression + - status-color when pager_index_lines > 0 + - buffer underrun when no menu item is selected + - crash handling keywords/labels +* Docs + - update notmuch references +* Build + - update references to 1.7.1 + - strfcpy() improvement +* Upstream + - automatic post-release commit for mutt-1.7.1 + - Mark IMAP fast-trash'ed messages as read before copying. (see #3860) + - Updated Czech translation. + - Preserve forwarded attachment names in d_filename. + 2016-10-03 Richard Russon * Build - Fix install and dist targets diff --git a/configure.ac b/configure.ac index 1441e09ee..5f9db6e3e 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20161003], [neomutt-devel@neomutt.org], [mutt], [http://www.neomutt.org]) +AC_INIT([NeoMutt], [20161014], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])