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
5 changed files
with
39 additions
and
4 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
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,31 @@ | ||
2021-02-05 Richard Russon <[email protected]> | ||
* Features | ||
- Add <skip-headers> to skip past message headers in pager | ||
- Add <view-pager> function to attachment menu | ||
* Bug Fixes | ||
- Fix detection of mbox files with new mail | ||
- Fix crash on collapsed thread | ||
- Fix group-chat-reply | ||
- Clear the message window on resize | ||
- Do not crash on return from shell-exec if there's no open mailbox | ||
- Abort IMAP open if condstore/qresync updates fetch fails | ||
- Fix smtp crash on invalid $smtp_authenticators list | ||
- Fix pager dropped input on screen resize | ||
- Fix mime forwarding | ||
- Check config after hooks | ||
- Always recreate a mailbox after folder-hook | ||
* Translations | ||
- 88% Slovakian | ||
* Docs | ||
- Adjust doc to explicitly mention $count_alternative | ||
- Restore correct "$sort_re" documentation | ||
- Clarify pattern completion | ||
- Man pages: Clear up "-H" and "-O" | ||
* Build | ||
- Update to latest acutest | ||
- Update to latest autosetup | ||
- Make the location of /tmp configurable | ||
|
||
2020-11-20 Richard Russon <[email protected]> | ||
* Bug Fixes | ||
- Fix crash when saving an alias | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[![Stars](https://img.shields.io/github/stars/neomutt/neomutt.svg?style=social&label=Stars)](https://github.com/neomutt/neomutt "Give us a Star") | ||
[![Twitter](https://img.shields.io/twitter/follow/NeoMutt_Org.svg?style=social&label=Follow)](https://twitter.com/NeoMutt_Org "Follow us on Twitter") | ||
[![Contributors](https://img.shields.io/badge/Contributors-195-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors") | ||
[![Contributors](https://img.shields.io/badge/Contributors-202-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors") | ||
[![Release](https://img.shields.io/github/release/neomutt/neomutt.svg)](https://github.com/neomutt/neomutt/releases/latest "Latest Release Notes") | ||
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/neomutt/neomutt/blob/master/LICENCE.md "Copyright Statement") | ||
[![Code build](https://img.shields.io/travis/com/neomutt/neomutt/master?label=code)](https://travis-ci.com/neomutt/neomutt "Latest Automatic Code Build") | ||
|
@@ -101,5 +101,5 @@ The principal authors of NeoMutt are: | |
- Copyright (C) 2000-2019 David Champion `<[email protected]>` | ||
- Copyright (C) 2006-2009 Rocco Rutte `<[email protected]>` | ||
- Copyright (C) 2014-2020 Kevin J. McCarthy `<[email protected]>` | ||
- Copyright (C) 2015-2020 Richard Russon `<[email protected]>` | ||
- Copyright (C) 2015-2021 Richard Russon `<[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 |
---|---|---|
|
@@ -16,7 +16,7 @@ use system cc cc-lib mutt-gettext mutt-iconv pkg-config | |
############################################################################### | ||
# Names and versions | ||
define PACKAGE "neomutt" | ||
define PACKAGE_VERSION "20201127" | ||
define PACKAGE_VERSION "20210205" | ||
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