-
Notifications
You must be signed in to change notification settings - Fork 49
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
1 parent
4c59275
commit c6c8fb8
Showing
1 changed file
with
17 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## 0.2 (2017-07-17) | ||
|
||
* New sequence syntax `m:+n` for `n` messages after message `m`. | ||
* Threading shortcuts `=`, `_`, `^` for `.=`, `._`, `.^`. | ||
* Sequence related errors are now reported. | ||
* minc and mlist normalize slashes in paths. | ||
* mfwd now generates conforming message/rfc822 parts. | ||
* mthread can add optional folders (e.g. your outbox) to resolve message ids. | ||
* mcom now adds Date: just before sending or cancelling the mail. | ||
* VIOLATIONS.md documents how mblaze works with certain common mistakes. | ||
* Full documentation revamp by Larry Hynes. | ||
* Fix rare crash looking for mail body. | ||
* Numerous small bug and portability fixes. | ||
|
||
## 0.1 (2017-06-24) | ||
|
||
* Initial release |