Skip to content

Commit

Permalink
merge: NeoMutt 2019-11-29
Browse files Browse the repository at this point in the history
 * version 2019-11-29
 * update changelog
 * sync translations
  • Loading branch information
flatcap committed Nov 29, 2019
2 parents ce9a960 + 180999c commit 1dd175c
Show file tree
Hide file tree
Showing 34 changed files with 17,953 additions and 17,915 deletions.
38 changes: 38 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
2019-11-29 Richard Russon <[email protected]>
* Features
- Add raw mailsize expando (%cr)
* Bug Fixes
- Avoid double question marks in bounce confirmation msg
- Fix bounce confirmation
- fix new-mail flags and behaviour
- fix: browser <descend-directory>
- fix ssl crash
- fix move to trash
- fix flickering
- Do not check hidden mailboxes for new mail
- Fix new_mail_command notifications
- fix crash in examine_mailboxes()
- fix crash in mutt_sort_threads()
- fix: crash after sending
- Fix crash in tunnel's conn_close
- fix fcc for deep dirs
- imap: fix crash when new mail arrives
- fix colour 'quoted9'
- quieten messages on exit
- fix: crash after failed mbox_check
- browser: default to a file/dir view when attaching a file
* Changed Config
- Change $write_bcc to default off
* Translations
- 100% Portuguese (Brazil)
- 92% Polish
* Docs
- Add a bit more documentation about sending
- Clarify $write_bcc documentation.
- Update documentation for raw size expando
- docbook: set generate.consistent.ids to make generated html reproducible
* Build
- fix build/tests for 32-bit arches
- tests: fix test that would fail soon
- tests: fix context for failing idna tests

2019-11-11 Richard Russon \<[email protected]\>
* Bug Fixes
- browser: fix directory view
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 "20191111"
define PACKAGE_VERSION "20191129"
define BUGS_ADDRESS "[email protected]"

# Subdirectories that contain additional Makefile.autosetup files
Expand Down
2 changes: 1 addition & 1 deletion 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 = "2019-11-11"
PROJECT_NUMBER = "2019-11-29"

# 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
Loading

0 comments on commit 1dd175c

Please sign in to comment.