Accepting request 818788 from home:kailiu:branches:server:mail
- Update to 20200626: * Bug Fixes - Avoid opening the same hcache file twice - Re-open Mailbox after folder-hook - Fix the matching of the spoolfile Mailbox - Fix link-thread to link all tagged emails * Changed Config - Add $tunnel_is_secure config, defaulting to true * Upstream - Don't check IMAP PREAUTH encryption if $tunnel is in use - Add recommendation to use $ssl_force_tls - Changes from 20200501: * Security - Abort GnuTLS certificate check if a cert in the chain is rejected - TLS: clear data after a starttls acknowledgement - Prevent possible IMAP MITM via PREAUTH response * Features - add config operations +=/-= for number,long - Address book has a comment field - Query menu has a comment field * Contrib sample.neomuttrc-starter: Do not echo prompted password * Bug Fixes - make "news://" and "nntp://" schemes interchangeable - Fix CRLF to LF conversion in base64 decoding - Double comma in query - compose: fix redraw after history - Crash inside empty query menu - mmdf: fix creating new mailbox - mh: fix creating new mailbox - mbox: error out when an mbox/mmdf is a pipe - Fix list-reply by correct parsing of List-Post headers - Decode references according to RFC2047 - fix tagged message count - hcache: fix keylen not being considered when building the full key - sidebar: fix path comparison - Don't mess with the original pattern when running IMAP searches - Handle IMAP "NO" resps by issuing a msg instead of failing badly - imap: use the connection delimiter if provided - Memory leaks * Changed Config - $alias_format default changed to include %c comment - $query_format default changed to include %e extra info * Translations - 100% Lithuanian - 84% French - Log the translation in use * Docs - Add missing commands unbind, unmacro to man pages * Build - Check size of long using LONG_MAX instead of __WORDSIZE - Allow ./configure to not record cflags - fix out-of-tree build - Avoid locating gdbm symbols in qdbm library * Code - Refactor unsafe TAILQ returns - add window notifications - flip negative ifs - Update to latest acutest.h - test: add store tests - test: add compression tests - graphviz: email - make more opcode info available - refactor: main_change_folder() - refactor: mutt_mailbox_next() - refactor: generate_body() - compress: add {min,max}_level to ComprOps - emphasise empty loops: "// do nothing" - prex: convert is_from() to use regex - Refactor IMAP's search routines OBS-URL: https://build.opensuse.org/request/show/818788 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=29
This commit is contained in:
parent
3c81f665d1
commit
978f853547
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f
|
||||
size 3324180
|
3
20200626.tar.gz
Normal file
3
20200626.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94b2e59667a080cb9d531050c3ad320f9951ba7ba09eb7eda15427899627f89e
|
||||
size 3349377
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 04:14:47 UTC 2020 - Kai Liu <kai.liu@suse.com>
|
||||
|
||||
- Update to 20200626:
|
||||
* Bug Fixes
|
||||
- Avoid opening the same hcache file twice
|
||||
- Re-open Mailbox after folder-hook
|
||||
- Fix the matching of the spoolfile Mailbox
|
||||
- Fix link-thread to link all tagged emails
|
||||
* Changed Config
|
||||
- Add $tunnel_is_secure config, defaulting to true
|
||||
* Upstream
|
||||
- Don't check IMAP PREAUTH encryption if $tunnel is in use
|
||||
- Add recommendation to use $ssl_force_tls
|
||||
|
||||
- Changes from 20200501:
|
||||
* Security
|
||||
- Abort GnuTLS certificate check if a cert in the chain is rejected
|
||||
- TLS: clear data after a starttls acknowledgement
|
||||
- Prevent possible IMAP MITM via PREAUTH response
|
||||
* Features
|
||||
- add config operations +=/-= for number,long
|
||||
- Address book has a comment field
|
||||
- Query menu has a comment field
|
||||
* Contrib
|
||||
sample.neomuttrc-starter: Do not echo prompted password
|
||||
* Bug Fixes
|
||||
- make "news://" and "nntp://" schemes interchangeable
|
||||
- Fix CRLF to LF conversion in base64 decoding
|
||||
- Double comma in query
|
||||
- compose: fix redraw after history
|
||||
- Crash inside empty query menu
|
||||
- mmdf: fix creating new mailbox
|
||||
- mh: fix creating new mailbox
|
||||
- mbox: error out when an mbox/mmdf is a pipe
|
||||
- Fix list-reply by correct parsing of List-Post headers
|
||||
- Decode references according to RFC2047
|
||||
- fix tagged message count
|
||||
- hcache: fix keylen not being considered when building the full key
|
||||
- sidebar: fix path comparison
|
||||
- Don't mess with the original pattern when running IMAP searches
|
||||
- Handle IMAP "NO" resps by issuing a msg instead of failing badly
|
||||
- imap: use the connection delimiter if provided
|
||||
- Memory leaks
|
||||
* Changed Config
|
||||
- $alias_format default changed to include %c comment
|
||||
- $query_format default changed to include %e extra info
|
||||
* Translations
|
||||
- 100% Lithuanian
|
||||
- 84% French
|
||||
- Log the translation in use
|
||||
* Docs
|
||||
- Add missing commands unbind, unmacro to man pages
|
||||
* Build
|
||||
- Check size of long using LONG_MAX instead of __WORDSIZE
|
||||
- Allow ./configure to not record cflags
|
||||
- fix out-of-tree build
|
||||
- Avoid locating gdbm symbols in qdbm library
|
||||
* Code
|
||||
- Refactor unsafe TAILQ returns
|
||||
- add window notifications
|
||||
- flip negative ifs
|
||||
- Update to latest acutest.h
|
||||
- test: add store tests
|
||||
- test: add compression tests
|
||||
- graphviz: email
|
||||
- make more opcode info available
|
||||
- refactor: main_change_folder()
|
||||
- refactor: mutt_mailbox_next()
|
||||
- refactor: generate_body()
|
||||
- compress: add {min,max}_level to ComprOps
|
||||
- emphasise empty loops: "// do nothing"
|
||||
- prex: convert is_from() to use regex
|
||||
- Refactor IMAP's search routines
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 07:00:32 UTC 2020 - Kai Liu <kai.liu@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neomutt
|
||||
Version: 20200501
|
||||
Version: 20200626
|
||||
Release: 0
|
||||
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user