]> granicus.if.org Git - neomutt/commitdiff
NeoMutt 2016-10-14 (1.7.1) neomutt-20161014
authorRichard Russon <rich@flatcap.org>
Fri, 14 Oct 2016 13:26:57 +0000 (14:26 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 14 Oct 2016 13:54:47 +0000 (14:54 +0100)
ChangeLog.neomutt
configure.ac

index d89cedf0781f4e300a1dd528b1e212a7ebfce2d8..1b833be5f54bd6fde402a59594599c35d9c22b3a 100644 (file)
@@ -1,3 +1,25 @@
+2016-10-14  Richard Russon  <rich@flatcap.org>
+* 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  <rich@flatcap.org>
 * Build
   - Fix install and dist targets
index 1441e09eeedfc091e3c3171b3c7b0be752d2736a..5f9db6e3e31ce58a46425a1d0b5f49927bcc917c 100644 (file)
@@ -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])