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
34 changed files
with
3,949 additions
and
3,939 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 |
---|---|---|
|
@@ -256,6 +256,7 @@ Rich Burridge <[email protected]> Unknown <rich.bu | |
Robert Schiele <[email protected]> Robert Schiele <[email protected]> | ||
Rocco Rutte <[email protected]> Rocco Rutte <[email protected]> | ||
Rocco Rutte <[email protected]> Rocco Rutte <[email protected]> | ||
Roger Cornelius <[email protected]> Roger Cornelius <[email protected]> | ||
Roland Rosenfeld <[email protected]> Roland Rosenfeld <[email protected]> | ||
Roman Kagan <[email protected]> Roman Kagan <[email protected]> | ||
Roman Kraevskiy <[email protected]> Roman Kraevskiy <[email protected]> | ||
|
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-04-28 Richard Russon <[email protected]> | ||
* Bug Fixes | ||
- Fix and simplify handling of GPGME in configure.ac (@gahr) | ||
* Docs | ||
- Fix typo in README.neomutt (@l2dy) | ||
* Upstream | ||
- Fix km_error_key() infinite loop and unget buffer pollution | ||
- Fix error message when opening a mailbox with no read permission | ||
|
||
2017-04-21 Richard Russon <[email protected]> | ||
* Features | ||
- add lua scripting | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!! | |
CFLAGS=$CFLAGS | ||
LDFLAGS=$LDFLAGS | ||
|
||
AC_INIT([NeoMutt], [20170421], [[email protected]], [mutt], [https://www.neomutt.org]) | ||
AC_INIT([NeoMutt], [20170428], [[email protected]], [mutt], [https://www.neomutt.org]) | ||
AC_CONFIG_SRCDIR(mutt.h) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
Oops, something went wrong.