Skip to content

Commit

Permalink
merge: NeoMutt 2019-11-02
Browse files Browse the repository at this point in the history
 * version 2019-11-02
 * update changelog
  • Loading branch information
flatcap committed Nov 2, 2019
2 parents 4cfea9d + ba15761 commit 37e9d92
Show file tree
Hide file tree
Showing 35 changed files with 52 additions and 36 deletions.
15 changes: 15 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,18 @@
2019-11-02 Richard Russon \<rich@flatcap.org\>
* Bug Fixes
- Mailboxes command with empty backticks
- Mbox save-to-trash
- Mkdir for new maildir folders
- Maildir: new mail detection
- Truncation of "set" command on a path variable
- Update crash (when changing folder)
- Resolve symbolic links when saving a message
- Folder-hook calling "unmailboxes \*"
- Failed ssl negotiation
- Crash when using "alias -group"
- LibIDN error when charset wasn't set
- Notmuch abort entire-thread if database lacks message

2019-10-25 Richard Russon \<rich@flatcap.org\>
* Features
- Add $fcc_before_send, defaulting unset
Expand Down
4 changes: 2 additions & 2 deletions Makefile.autosetup
Expand Up @@ -419,8 +419,8 @@ $(PGPEWRAP): $(PGPEWRAPOBJS)

# generated
git_ver.c: $(ALL_FILES)
version=`git describe --dirty --abbrev=6 --match "20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]" 2> /dev/null | \
sed -e 's/[0-9]\{4\}-[0-9][0-9]-[0-9][0-9]//; s/-g\([a-z0-9]\{6\}\)/-\1/'`; \
version=`git describe --dirty --abbrev=6 --match "20[0-9][0-9][0-9][0-9][0-9][0-9]" 2> /dev/null | \
sed -e 's/^[0-9]\{8\}//; s/-g\([a-z0-9]\{6\}\)/-\1/'`; \
echo 'const char *GitVer = "'$$version'";' > $@.tmp; \
cmp -s $@.tmp $@ || mv $@.tmp $@; \
rm -f $@.tmp
Expand Down
5 changes: 3 additions & 2 deletions auto.def
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 "2019-10-25"
define PACKAGE_VERSION "20191102"
define BUGS_ADDRESS "neomutt-devel@neomutt.org"

# Subdirectories that contain additional Makefile.autosetup files
Expand Down Expand Up @@ -1151,7 +1151,8 @@ define VPATH $vpath
###############################################################################
# Define package timestamp (UTC) based on PACKAGE_VERSION for:
# doc/neomuttrc.5, doc/neomutt.1
define PACKAGE_DATE [get-define PACKAGE_VERSION]
define PACKAGE_DATE \
[regsub {(....)(..)(..)} [get-define PACKAGE_VERSION] {\1-\2-\3}]

###############################################################################
# Generate Makefile and config.h
Expand Down
2 changes: 1 addition & 1 deletion doxygen/doxygen.conf
Expand Up @@ -25,7 +25,7 @@ PROJECT_NAME = "NeoMutt"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2019-10-25"
PROJECT_NUMBER = "2019-11-02"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion po/bg.po
Expand Up @@ -11,7 +11,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2016-11-09 22:45+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ca.po
Expand Up @@ -52,7 +52,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-05-15 01:16-0400\n"
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Expand Up @@ -17,7 +17,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2018-03-06 15:18+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/da.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-05-10 21:15+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Expand Up @@ -12,7 +12,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-10-31 06:24+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/el.po
Expand Up @@ -11,7 +11,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2005-02-01 00:01GMT+2\n"
Expand Down
2 changes: 1 addition & 1 deletion po/en_GB.po
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2017-04-17 17:06+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/eo.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2017-02-22 21:14+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: \n"
Expand Down
2 changes: 1 addition & 1 deletion po/et.po
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2002-12-09 17:19+02:00\n"
Expand Down
2 changes: 1 addition & 1 deletion po/eu.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2008-05-20 22:39+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fi.po
Expand Up @@ -15,7 +15,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2018-09-19 03:36+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Expand Up @@ -22,7 +22,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2017-02-10 12:46+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ga.po
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2006-10-16 14:22-0500\n"
Expand Down
2 changes: 1 addition & 1 deletion po/gl.po
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2001-04-22 22:05+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hu.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2003-08-01 13:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/id.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2007-11-07 10:39+1100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2012-05-25 22:14+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2018-05-31 13:50+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ko.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2004-03-03 10:25+900\n"
Expand Down
2 changes: 1 addition & 1 deletion po/lt.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2000-11-29 21:22+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/nl.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2017-02-22 20:12+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-08-10 21:56+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pt_BR.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2018-03-19 01:14-0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Expand Up @@ -11,7 +11,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-05-10 19:58+0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sk.po
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2016-11-23 21:20+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Expand Up @@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2007-12-15 14:05+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion po/tr.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2006-01-11 04:13+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion po/uk.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-05-10 19:47+0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_CN.po
Expand Up @@ -13,7 +13,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2019-09-09 09:44-0500\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_TW.po
Expand Up @@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: neomutt-2019-10-25\n"
"Project-Id-Version: neomutt-2019-11-02\n"
"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
"POT-Creation-Date: 2019-11-02 02:39+0000\n"
"PO-Revision-Date: 2001-09-06 18:25+0800\n"
Expand Down

0 comments on commit 37e9d92

Please sign in to comment.