Skip to content

Commit

Permalink
NeoMutt 2020-03-20
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Mar 20, 2020
1 parent a2c0962 commit 53222c0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
27 changes: 27 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
2020-03-20 Richard Russon <rich@flatcap.org>
* Bug Fixes
- Fix COLUMNS env var
- Fix sync after delete
- Fix crash in notmuch
- Fix sidebar indent
- Fix emptying trash
- Fix command line sending
- Fix reading large address lists
- Resolve symlinks only when necessary
* Translations
- 100% Lithuanian
- 96% Spanish
* Docs
- Include OpenSSL/LibreSSL/GnuTLS version in neomutt -v output
- Fix case of GPGME and SQLite
* Build
- Create libcompress (lz4, zlib, zstd)
- Create libhistory
- Create libbcache
- Move zstrm to libconn
* Code
- Add more test coverage
- Rename magic to type
- Use mutt_file_fopen() on config variables
- Change commands to use intptr_t for data

2020-03-13 Richard Russon <rich@flatcap.org>
* Features
- UI: add number of old messages to sidebar_format
Expand Down
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 "20200313"
define PACKAGE_VERSION "20200320"
define BUGS_ADDRESS "neomutt-devel@neomutt.org"

# Subdirectories that contain additional Makefile.autosetup files
Expand Down
9 changes: 7 additions & 2 deletions doxygen/doxygen.conf
Original file line number Diff line number Diff line change
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 = "2020-03-13"
PROJECT_NUMBER = "2020-03-20"

# 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 Expand Up @@ -1416,13 +1416,16 @@ PREDEFINED = \
HAVE_BDB \
HAVE_COLOR \
HAVE_GDBM \
HAVE_GETADDRINFO \
HAVE_KC \
HAVE_LMDB \
HAVE_LZ4 \
HAVE_QDBM \
HAVE_SSL_PARTIAL_CHAIN \
HAVE_TC \
HAVE_ZLIB \
HAVE_ZSTD \
MIXMASTER \
SUN_ATTACHMENT \
USE_AUTOCRYPT \
USE_COMP_MBOX \
Expand All @@ -1442,7 +1445,9 @@ PREDEFINED = \
USE_SOCKET \
USE_SQLITE \
USE_SSL \
USE_SSL_GNUTLS
USE_SSL_GNUTLS \
USE_SSL_OPENSSL \
USE_ZLIB \

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down

0 comments on commit 53222c0

Please sign in to comment.