Skip to content

Commit

Permalink
NeoMutt 2023-05-17
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed May 17, 2023
1 parent d1a19c0 commit 65515e5
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 101 deletions.
103 changes: 2 additions & 101 deletions _posts/2023-05-12-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,105 +5,6 @@ title: Release 2023-05-12

## :book: Notes

This is a fairly small release, just a few bug fixes and one big feature :-)

True Colour support.

To enable this, you need to `export TERM=xterm-direct` (shell) and `set color_directcolor = yes` (neomutt).

Then you can use RGB hex colours in your config:

```
color status #ffffff #ff8080
color index #80c000 #007890 apple
```

## :gem: Sponsors

<table>
<tr>
<td><a href="github.com/pbwn/"><img width="96" src="https://avatars.githubusercontent.com/u/34809091"></a></td>
<td><a href="github.com/scottkosty/"><img width="96" src="https://avatars.githubusercontent.com/u/1149353"></a></td>
<td><a href="github.com/4nd3r/"><img width="96" src="https://avatars.githubusercontent.com/u/7166727"></a></td>
<td><a href="github.com/kmARC/"><img width="96" src="https://avatars.githubusercontent.com/u/6640417"></a></td>
</tr>
<tr>
<td>
@pbwn
</td>
<td>
Scott&nbsp;Kostyshak<br>(@scottkosty)
</td>
<td>
Ander&nbsp;Punnar<br>(@4nd3r)
</td>
<td>
Mark&nbsp;Korondi<br>(@kmARC)
</td>
</tr>
</table>

[Become a sponsor of NeoMutt](https://neomutt.org/sponsor)

## :heart: Thanks

Many thanks to our **new contributors**:

- André L C Moreira (@carvalhudo)
- Sebastian Crane (@seabass-labrax)
- @auouymous
- @toonn
- Baudouin Van Humbeck (@scriptor-pro)
- Marcelo Ricardo Leitner (@marceloleitner)

our **regular contributors**:

- Steinar H Gunderson (@sesse)
- Rayford Shireman (@rayfordshire)
- наб (@nabijaczleweli)
- Страхиња Радић (@strahinja)
- Pietro Cerutti (@gahr)
- @vuori
- Gerrit Rüsing (@kbcb)
- Marius Gedminas (@mgedmin)
- Emir Sari (@bitigchi)
- Róbert Horváth (@r001)

## :gift: Features

- #3699 - Support 24bit colors, aka truecolor
- #3738 - Show complete MIME structure in attachments
- #3842 - Allow percentages to be localized

## :beetle: Bug Fixes

- #3813 - Fix crash in op_browser_subscribe
- #3844 - Select the first email when coming from an empty limit
- #3848 - Fix counting new mails in maildir
- Fix sorting of labels

## :black_flag: Translations

- 100% :serbia: Serbian
- 100% :tr: Turkish
- 100% :lithuania: Lithuanian
- 100% :hungary: Hungarian
- 100% :de: German
- 99% :norway: Norwegian (Bokmål)
- 99% :slovakia: Slovak
- 99% :brazil: Portuguese (Brazil)
- 99% :czech_republic: Czech
- 95% :fr: French

## :building_construction: Build

- #3798 - Build with libidn2 by default, remove support for libidn1

## :gear: Code

- config: dynamically create/delete variables
- config: unify handling of NeoMutt and user (my_) variables
- config: cache config variables used often
- speed: various speedups in parsing emails
- cleanups: lots of code cleanups
This release is broken. Sorry.
Please use [NeoMutt 2023-05-17](https://github.com/neomutt/neomutt/releases/tag/20230517) instead.

112 changes: 112 additions & 0 deletions _posts/2023-05-17-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
---
author: flatcap
title: Release 2023-05-17
---

## :book: Notes

This is a fixed version of last week's release.
Sorry about that.

Some bug fixes and one big feature :-)

True Colour support.

To enable this, you need to `export TERM=xterm-direct` (shell) and `set color_directcolor = yes` (neomutt).

Then you can use RGB hex colours in your config:

```
color status #ffffff #ff8080
color index #80c000 #007890 apple
```

## :gem: Sponsors

<table>
<tr>
<td><a href="github.com/pbwn/"><img width="96" src="https://avatars.githubusercontent.com/u/34809091"></a></td>
<td><a href="github.com/scottkosty/"><img width="96" src="https://avatars.githubusercontent.com/u/1149353"></a></td>
<td><a href="github.com/4nd3r/"><img width="96" src="https://avatars.githubusercontent.com/u/7166727"></a></td>
<td><a href="github.com/kmARC/"><img width="96" src="https://avatars.githubusercontent.com/u/6640417"></a></td>
</tr>
<tr>
<td>
@pbwn
</td>
<td>
Scott&nbsp;Kostyshak<br>(@scottkosty)
</td>
<td>
Ander&nbsp;Punnar<br>(@4nd3r)
</td>
<td>
Mark&nbsp;Korondi<br>(@kmARC)
</td>
</tr>
</table>

[Become a sponsor of NeoMutt](https://neomutt.org/sponsor)

## :heart: Thanks

Many thanks to our **new contributors**:

- André L C Moreira (@carvalhudo)
- Sebastian Crane (@seabass-labrax)
- @auouymous
- @toonn
- Baudouin Van Humbeck (@scriptor-pro)
- Marcelo Ricardo Leitner (@marceloleitner)

our **regular contributors**:

- Steinar H Gunderson (@sesse)
- Rayford Shireman (@rayfordshire)
- наб (@nabijaczleweli)
- Страхиња Радић (@strahinja)
- Pietro Cerutti (@gahr)
- @vuori
- Gerrit Rüsing (@kbcb)
- Marius Gedminas (@mgedmin)
- Emir Sari (@bitigchi)
- Róbert Horváth (@r001)

## :gift: Features

- #3699 - Support 24bit colors, aka truecolor
- #3738 - Show complete MIME structure in attachments
- #3842 - Allow percentages to be localized

## :beetle: Bug Fixes

- #3813 - Fix crash in op_browser_subscribe
- #3844 - Select the first email when coming from an empty limit
- #3848 - Fix counting new mails in maildir
- Fix sorting of labels

## :black_flag: Translations

- 100% :serbia: Serbian
- 100% :tr: Turkish
- 100% :lithuania: Lithuanian
- 100% :hungary: Hungarian
- 100% :de: German
- 99% :norway: Norwegian (Bokmål)
- 99% :slovakia: Slovak
- 99% :brazil: Portuguese (Brazil)
- 99% :czech_republic: Czech
- 95% :fr: French

## :building_construction: Build

- #3798 - Build with libidn2 by default, remove support for libidn1

## :gear: Code

- config: dynamically create/delete variables
- config: unify handling of NeoMutt and user (my_) variables
- config: cache config variables used often
- speed: various speedups in parsing emails
- cleanups: lots of code cleanups

0 comments on commit 65515e5

Please sign in to comment.