forked from neomutt/neomutt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
2,790 additions
and
2,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.