Skip to content

Commit

Permalink
NeoMutt 2023-04-07
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Apr 7, 2023
1 parent 24f0f20 commit f64f787
Show file tree
Hide file tree
Showing 37 changed files with 75 additions and 37 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Bletchley Park,
[Brendan McLean](https://github.com/bmclean2 "bmclean2"),
[Brett Holman](https://github.com/holmanb "holmanb"),
[Bryan Bennett](https://github.com/bbenne10 "bbenne10"),
[Carlo Cabrera](https://github.com/carlocab "carlocab"),
[Carlos Henrique Lima Melara](https://github.com/charles2910 "charles2910"),
[Casper Ti Vector](https://github.com/caspervector "caspervector"),
[Charalampos Kardaris](https://github.com/ckardaris "ckardaris"),
Expand Down Expand Up @@ -99,6 +100,7 @@ Bletchley Park,
[Gaël Dubois](https://github.com/gaael "gaael"),
[Gerrit Rüsing](https://github.com/kbcb "kbcb"),
[Guillaume Brogi](https://github.com/guiniol "guiniol"),
[Haoyu Qiu](https://github.com/timothyqiu "timothyqiu"),
H N Caldwell,
[наб](https://github.com/nabijaczleweli "nabijaczleweli"),
[Страхиња Радић](https://github.com/strahinja "strahinja"),
Expand Down Expand Up @@ -220,6 +222,7 @@ Shi Lee,
[Stefan Bühler](https://github.com/stbuehler "stbuehler"),
[Stefan Kropp](https://github.com/debxwoody "debxwoody"),
[Stefano Zacchiroli](https://github.com/zacchiro "zacchiro"),
[Steinar H Gunderson](https://github.com/sesse "sesse"),
Stephen Gilles,
[Steve Bennett](https://github.com/msteveb "msteveb"),
[Steven Ragnarök](https://github.com/nuclearsandwich "nuclearsandwich"),
Expand All @@ -246,6 +249,7 @@ Udo Schweigert,
[Victor Fernandes](https://github.com/ghikio "ghikio"),
[Viktor Cheburkin](https://github.com/vcheburkin "vcheburkin"),
[Vladimir Zakharov](https://github.com/z2v "z2v"),
[vuori](https://github.com/vuori "vuori"),
[Werner Fink](https://github.com/bitstreamout "bitstreamout"),
[Whitney Cumber](https://github.com/whitney-cumber "whitney-cumber"),
[Wieland Hoffmann](https://github.com/mineo "mineo"),
Expand Down
34 changes: 34 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
2023-04-07 Richard Russon \<[email protected]\>
* Features
- #3769 - imap : support IMAP4 ID extension (RFC2971)
- #3753 - parse: query all changed (`set`) / all (`set all`) config variables
* Bug Fixes
- #3785 - lua: fix command registration
- #3793 - postpone: use colours from the right mailbox
- #3794 - smtp: ignore oauth if it isn't configured and not requested
* Config
- #3779 - New: `imap_send_id` - Send IMAP ID command when logging in
* Translations
- 100% :czech_republic: Czech
- 100% :de: German
- 100% :hungary: Hungarian
- 100% :lithuania: Lithuanian
- 100% :brazil: Portuguese (Brazil)
- 100% :serbia: Serbian
- 100% :slovakia: Slovak
- 99% :poland: Polish
* Docs
- Recommend GPGME
* Code
- #3767 - libmutt: eliminate use of config variables
- #3774 - fix ubsan warning
- #3802 - mutt: optimize and inline mutt_str_is_email_wsp()
- #3803 - progress: update ncurses only when there is actual progress
- #3801 - email: Read assumed_charset outside loops
- #3805 - hcache: do less work when not in use
- #3777 - pager: add helper for getting $pager
- #3797 - hcache: remove spurious +1 from Buffer serialization.
* Build
- #3787 - fix race condition in `make install`
- #3780 - fallback to detect SASL manually if pkg-config fails, e.g., homebew

2023-03-22 Richard Russon \<[email protected]\>
* Features
- #3372 - use DT_SLIST for charset variables
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

[![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-256-orange.svg)](https://github.com/neomutt/neomutt/blob/main/AUTHORS.md "All of NeoMutt's Contributors")
[![Contributors](https://img.shields.io/badge/Contributors-260-orange.svg)](https://github.com/neomutt/neomutt/blob/main/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/main/LICENSE.md "Copyright Statement")
[![Code build](https://github.com/neomutt/neomutt/actions/workflows/build-and-test.yml/badge.svg?branch=main&event=push)](https://github.com/neomutt/neomutt/actions/workflows/build-and-test.yml "Latest Automatic Code Build")
[![Coverity Scan](https://img.shields.io/coverity/scan/8495.svg)](https://scan.coverity.com/projects/neomutt-neomutt "Latest Code Static Analysis")
[![Website build](https://img.shields.io/travis/neomutt/neomutt.github.io.svg?label=website)](https://app.travis-ci.com/github/neomutt/neomutt.github.io "Latest Website Test")
[![Website build](https://github.com/neomutt/neomutt.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://neomutt.org/ "Website Build")

## What is NeoMutt?

Expand Down Expand Up @@ -104,5 +104,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-2022 Richard Russon `<[email protected]>`
- Copyright (C) 2015-2023 Richard Russon `<[email protected]>`

2 changes: 1 addition & 1 deletion auto.def
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use system cc cc-lib mutt-gettext mutt-iconv pkg-config
###############################################################################
# Names and versions
define PACKAGE "neomutt"
define PACKAGE_VERSION "20230322"
define PACKAGE_VERSION "20230407"
define BUGS_ADDRESS "[email protected]"

# Subdirectories that contain additional Makefile.autosetup files
Expand Down
2 changes: 1 addition & 1 deletion po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2016-11-09 22:45+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2019-05-15 01:16-0400\n"
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2020-04-20 15:18+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2019-05-10 21:15+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2023-03-31 10:40+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2021-05-09 00:47GMT+3\n"
Expand Down
2 changes: 1 addition & 1 deletion po/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2017-04-17 17:06+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/eo.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Mutt 1.8.0\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2021-08-20 16:44+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: \n"
Expand Down
2 changes: 1 addition & 1 deletion po/et.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2002-12-09 17:19+02:00\n"
Expand Down
2 changes: 1 addition & 1 deletion po/eu.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2008-05-20 22:39+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2018-09-19 03:36+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2017-02-10 12:46+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ga.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2006-10-16 14:22-0500\n"
Expand Down
2 changes: 1 addition & 1 deletion po/gl.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2001-04-22 22:05+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2023-03-30 23:38-0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2007-11-07 10:39+1100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2012-05-25 22:14+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2018-05-31 13:50+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2004-03-03 10:25+900\n"
Expand Down
2 changes: 1 addition & 1 deletion po/lt.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2000-11-29 21:22+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/nb_NO.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2021-05-06 05:30+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2017-02-22 20:12+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2019-11-12 11:18+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2018-03-19 01:14-0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2021-05-16 19:33+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sk.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# message-id - Message-Id vs ID správy
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2016-11-23 21:20+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt 20210205\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2023-03-30 18:30+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2007-12-15 14:05+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2023-03-10 23:00+0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2022-06-30 00:19+0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2022-04-23 12:04+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2021-02-05\n"
"Project-Id-Version: neomutt-2023-04-07\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-04-07 13:27+0100\n"
"PO-Revision-Date: 2001-09-06 18:25+0800\n"
Expand Down

0 comments on commit f64f787

Please sign in to comment.