Skip to content

Commit

Permalink
NeoMutt 2017-10-13
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Oct 13, 2017
2 parents 5e88800 + ef0ef9a commit 8c83476
Show file tree
Hide file tree
Showing 40 changed files with 2,790 additions and 2,620 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ Marco Hinz <[email protected]> Marco Hinz <mh.c
Mehdi Abaakouk <[email protected]> Mehdi ABAAKOUK <[email protected]> # @sileht
Mehdi Abaakouk <[email protected]> Mehdi Abaakouk <[email protected]> # @sileht
ng0 <[email protected]> ng0 <[email protected]> # @ng-0
Nicolas Bock <[email protected]> Nicolas Bock <[email protected]> # @nicolasbock
Peter Hogg <[email protected]> Pig Monkey <[email protected]> # @pigmonkey
Peter Lewis <[email protected]> Peter Lewis <[email protected]> # @petelewis
Phil Pennock <[email protected]> Phil Pennock <[email protected]> # @philpennock
Pierre-Elliott Bécue <[email protected]> Pierre-Elliott Bécue <[email protected]> # @p-eb
Pierre-Elliott Bécue <[email protected]> Pierre-Elliott Bécue <[email protected]> # @p-eb
Pietro Cerutti <[email protected]> Pietro Ceruti <[email protected]> # @gahr
Pietro Cerutti <[email protected]> Pietro Cerutti <[email protected]> # @gahr
Regid Ichira <[email protected]> Regid Ichira <[email protected]> #
Riad Wahby <[email protected]> Riad S. Wahby <[email protected]> # @kwantam
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2017-10-13 Richard Russon <[email protected]>
* Bug Fixes
- crash using uncolor
- Sort the folders list when browsing an IMAP server
- Prefer a helpful error message over a BEEP
* Build
- Do not fail if deflate is not in libz
- Support EXTRA_CFLAGS and EXTRA_LDFLAGS, kill unused variable

2017-10-06 Richard Russon <[email protected]>
* Features
- Add IMAP keywords support
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ Jack Stratton, Jakub Wilk, Jasper Adriaanse, Jelle van der Waa, Jenya Sovetkin,
Johannes Frankenau, Johannes Weißl, Jonathan Perkin, Joshua Jordi,
Julian Andres Klode, Karel Zak, Kevin Decherf, Kevin Velghe, Kurt Jaeger,
Leonidas Spyropoulos, Manos Pitsidianakis, Marcin Rajner, Marco Hinz,
Matteo Vescovi, Mehdi Abaakouk, ng0, Olaf Lessenich, Peter Hogg, Peter Lewis,
Phil Pennock, Philipp Marek, Pierre-Elliott Bécue, Pietro Cerutti, r3lgar,
Regid Ichira, Riad Wahby, Richard Hartmann, Richard Russon, Rubén Llorente,
Santiago Torres, Serge Gebhardt, somini, Stefan Assmann, Stefan Bühler,
Stephen Gilles, Steven Ragnarök, Sven Guckes, Thomas Adam, Thomas Klausner,
Thomas Schneider, Tobias Angele, Udo Schweigert, Vsevolod Volkov, Werner Fink,
Wieland Hoffmann, William Pettersson, Yoshiki Vázquez Baeza, Zero King.
Matteo Vescovi, Mehdi Abaakouk, ng0, Nicolas Bock, Olaf Lessenich, Peter Hogg,
Peter Lewis, Phil Pennock, Philipp Marek, Pierre-Elliott Bécue, Pietro Cerutti,
r3lgar, Regid Ichira, Riad Wahby, Richard Hartmann, Richard Russon,
Rubén Llorente, Santiago Torres, Serge Gebhardt, somini, Stefan Assmann,
Stefan Bühler, Stephen Gilles, Steven Ragnarök, Sven Guckes, Thomas Adam,
Thomas Klausner, Thomas Schneider, Tobias Angele, Udo Schweigert,
Vsevolod Volkov, Werner Fink, Wieland Hoffmann, William Pettersson,
Yoshiki Vázquez Baeza, Zero King.

## Original Patch Authors

Expand Down
2 changes: 1 addition & 1 deletion auto.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use system cc cc-lib mutt-gettext mutt-iconv
###############################################################################
# Names and versions
define PACKAGE "neomutt"
define PACKAGE_VERSION "20171006"
define PACKAGE_VERSION "20171013"
define BUGS_ADDRESS "[email protected]"

# Subdirectories that contain additional Makefile.autosetup files
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl autoreconf -i
CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS

AC_INIT([NeoMutt], [20171006], [[email protected]], [neomutt], [https://www.neomutt.org])
AC_INIT([NeoMutt], [20171013], [[email protected]], [neomutt], [https://www.neomutt.org])
AC_CONFIG_SRCDIR(mutt.h)
AC_CONFIG_AUX_DIR([.build-aux])
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion doxygen/doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PROJECT_NAME = "NeoMutt"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2017-10-06
PROJECT_NUMBER = 2017-10-13

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion ncrypt/crypt_gpgme.c
Original file line number Diff line number Diff line change
Expand Up @@ -4541,7 +4541,7 @@ static struct CryptKeyInfo *crypt_ask_for_key(char *tag, char *whatfor, short ab
if ((key = crypt_getkeybystr(resp, abilities, app, forced_valid)))
return key;

mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_sleep(0);
}
/* not reached */
Expand Down
2 changes: 1 addition & 1 deletion ncrypt/pgpkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ struct PgpKeyInfo *pgp_ask_for_key(char *tag, char *whatfor, short abilities, en
if ((key = pgp_getkeybystr(resp, abilities, keyring)))
return key;

mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_sleep(0);
}
/* not reached */
Expand Down
2 changes: 1 addition & 1 deletion ncrypt/smime.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ static struct SmimeKey *smime_ask_for_key(char *prompt, short abilities, short p
if ((key = smime_get_key_by_str(resp, abilities, public)))
return key;

mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_error(_("No matching keys found for \"%s\""), resp);
mutt_sleep(0);
}
}
Expand Down
Loading

0 comments on commit 8c83476

Please sign in to comment.