From: Richard Russon Date: Sat, 28 Jan 2017 15:02:02 +0000 (+0000) Subject: NeoMutt 2017-01-28 (1.7.2) X-Git-Tag: neomutt-20170128^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4560be576c3b19b6c305d31d1328662b09725fbb;p=neomutt NeoMutt 2017-01-28 (1.7.2) --- diff --git a/ChangeLog.neomutt b/ChangeLog.neomutt index eae1a9bd1..9a25a7ae7 100644 --- a/ChangeLog.neomutt +++ b/ChangeLog.neomutt @@ -1,3 +1,35 @@ +2017-01-28 Richard Russon +* Features + - Add option for missing subject replacement + - notmuch: Allow to toggle labels + - Support for aborting mailbox loading + - Do a buffy check after shell escape + - Support of relative paths sourcing and cyclic source detection + - Support of multiple config files as CLI arguments + - Extend the ~m pattern to allow relative ranges + - Implement SASL's PLAIN mechanism as a standalone authenticator + - Add support for sensitive config options + - Searching with a window over notmuch vfolders +* Contrib + - fix vim syntax file for index-color commands + - add .editorconfig +* Bug Fixes + - fix global hooks to not take a pattern + - Avoid breaking relative paths when avoiding cyclic checks on + - Fix sorting when using '/' as a namespace separator +* Docs + - Added waffle badges to readme + - Describe the new message ranges + - add documentation for -DS command line switch + - fix typos in section on config locations + - remove reference to missing keybinding + - fix docbook validation +* Build + - Start migrating to stdbool logic + - add recursive mkdir() + - reformat the source to mutt standards + - appease check_sec.sh + 2017-01-13 Richard Russon * Features - Allow custom status flags in index_format diff --git a/README.neomutt b/README.neomutt index 6fbe1969a..04e5fecff 100644 --- a/README.neomutt +++ b/README.neomutt @@ -73,17 +73,18 @@ and [neomutt-devel](mailto:neomutt-devel-request@neomutt.org?subject=subscribe) Here's a list of everyone who's helped NeoMutt: Adam Borowski, Alex Pearce, Ander Punnar, André Berger, Antonio Radici, -Baptiste Daroussin, Bernard Pratz, Chris Czettel, Chris Salzberg, -Christoph Berg, Clemens Lang, Damien Riegel, Darshit Shah, David Sterba, -Doug Stone-Weaver, Elimar Riesebieter, Evgeni Golov, Fabian Groffen, -Fabio Alessandro Locati, Faidon Liambotis, František Hájik, Guillaume Brogi, -Ian Zimmerman, Ismaël Bouya, Ivan Tham, Jack Stratton, Johannes Frankenau, -Johannes Weißl, Joshua Jordi, Karel Zak, Kevin Velghe, Kurt Jaeger, Marco Hinz, -Matteo Vescovi, Olaf Lessenich, Philipp Marek, Pierre-Elliott Bécue, -Pietro Cerutti, Riad Wahby, Richard Hartmann, Richard Russon, Rubén Llorente, -Santiago Torres, Serge Gebhardt, Somini, Stephen Gilles, Steven Ragnarök, -Sven Guckes, Thomas Adam, Thomas Klausner, Tobias Angele, Udo Schweigert, -Vsevolod Volkov, Werner Fink, Wieland Hoffmann, Yoshiki Vázquez Baeza. +Baptiste Daroussin, Bernard Pratz, Bryan Bennett, Christian Dröge, +Christoph Berg, Chris Czettel, Chris Salzberg, Clemens Lang, Damien Riegel, +Darshit Shah, David Sterba, Doug Stone-Weaver, Elimar Riesebieter, +Evgeni Golov, Fabian Groffen, Fabio Alessandro Locati, Faidon Liambotis, +František Hájik, Guillaume Brogi, Ian Zimmerman, Ismaël Bouya, Ivan Tham, +Jack Stratton, Johannes Frankenau, Johannes Weißl, Joshua Jordi, Karel Zak, +Kevin Velghe, Kurt Jaeger, Marcin Rajner, Marco Hinz, Matteo Vescovi, +Olaf Lessenich, Philipp Marek, Pierre-Elliott Bécue, Pietro Cerutti, +Riad Wahby, Richard Hartmann, Richard Russon, Rubén Llorente, Santiago Torres, +Serge Gebhardt, Somini, Stephen Gilles, Steven Ragnarök, Sven Guckes, +Thomas Adam, Thomas Klausner, Tobias Angele, Udo Schweigert, Vsevolod Volkov, +Werner Fink, Wieland Hoffmann, Yoshiki Vázquez Baeza. ## Original Patch Authors diff --git a/configure.ac b/configure.ac index 0907ca669..c05f470a2 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS -AC_INIT([NeoMutt], [20170113], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) +AC_INIT([NeoMutt], [20170128], [neomutt-devel@neomutt.org], [mutt], [https://www.neomutt.org]) AC_CONFIG_SRCDIR(mutt.h) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])