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
37 changed files
with
75 additions
and
37 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,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 | ||
|
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,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? | ||
|
||
|
@@ -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]>` | ||
|
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 "20230322" | ||
define PACKAGE_VERSION "20230407" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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,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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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 @@ | |
# | ||
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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|