forked from pool/neomutt
Accepting request 784725 from server:mail
OBS-URL: https://build.opensuse.org/request/show/784725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neomutt?expand=0&rev=10
This commit is contained in:
commit
bb8b968a27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1618873bd43915d437c5957f19ec2c4ecef6954a5aa647009b98f574ec63410e
|
||||
size 3229018
|
3
20200313.tar.gz
Normal file
3
20200313.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5ff780506a5371f737f32afd694857568e8827b1c391e0aca27c66687019e85
|
||||
size 3295200
|
@ -1,3 +1,97 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 19:01:50 UTC 2020 - Martin Rey <mrey@suse.com>
|
||||
|
||||
- Update to 20200313:
|
||||
* Window layout
|
||||
- Sidebar is only visible when it's usable.
|
||||
* Features
|
||||
- UI: add number of old messages to sidebar_format
|
||||
- UI: support ISO 8601 calendar date
|
||||
- UI: fix commands that don’t need to have a non-empty mailbox
|
||||
to be valid
|
||||
- PGP: inform about successful decryption of inline PGP
|
||||
messages
|
||||
- PGP: try to infer the signing key from the From address
|
||||
- PGP: enable GPGMe by default
|
||||
- Notmuch: use query as name for vfolder-from-query
|
||||
- IMAP: add network traffic compression
|
||||
(COMPRESS=DEFLATE, RFC4978)
|
||||
- Header cache: add support for generic header cache
|
||||
compression
|
||||
* Bug Fixes
|
||||
- Fix uncollapse_jump
|
||||
- Only try to perform entire-thread on maildir/mh mailboxes
|
||||
- Fix crash in pager
|
||||
- Avoid logging single new lines at the end of header fields
|
||||
- Fix listing mailboxes
|
||||
- Do not recurse a non-threaded message
|
||||
- Fix initial window order
|
||||
- Fix leaks on IMAP error paths
|
||||
- Notmuch: compose(attach-message): support notmuch backend
|
||||
- Fix IMAP flag comparison code
|
||||
- Fix $move for IMAP mailboxes
|
||||
- Maildir: maildir_mbox_check_stats should only update mailbox
|
||||
stats if requested
|
||||
- Fix unmailboxes for virtual mailboxes
|
||||
- Maildir: sanitize filename before hashing
|
||||
- OAuth: if 'login' name isn't available use 'user'
|
||||
- Add error message on failed encryption
|
||||
- Fix a bunch of crashes
|
||||
- Force C locale for email date
|
||||
- Abort if run without a terminal
|
||||
* Changed Config
|
||||
- $crypt_use_gpgme - Now defaults to 'yes' (enabled)
|
||||
- $abort_backspace - Hitting backspace against an empty prompt
|
||||
aborts the prompt
|
||||
- $abort_key - String representation of key to abort prompts
|
||||
- $arrow_string - Use an custom string for arrow_cursor
|
||||
- $crypt_opportunistic_encrypt_strong_keys - Enable encryption
|
||||
only when strong a key is available
|
||||
- $header_cache_compress_dictionary - Filepath to dictionary
|
||||
for zstd compression
|
||||
- $header_cache_compress_level - Level of compression for
|
||||
method
|
||||
- $header_cache_compress_method - Enable generic hcache
|
||||
database compression
|
||||
- $imap_deflate - Compress network traffic
|
||||
- $smtp_user - Username for the SMTP server
|
||||
* Translations
|
||||
- 100% Lithuanian
|
||||
- 81% Spanish
|
||||
- 78% Russian
|
||||
* Build
|
||||
- Add libdebug
|
||||
- Rename public headers to lib.h
|
||||
- Create libcompress for compressed folders code
|
||||
* Code
|
||||
- Refactor Windows and Dialogs
|
||||
- Lots of code tidying
|
||||
- Refactor: mutt_addrlist_{search,write}
|
||||
- Lots of improvements to the Config code
|
||||
- Use Buffers more pervasively
|
||||
- Unify API function naming
|
||||
- Rename library shared headers
|
||||
- Refactor libconn gui dependencies
|
||||
- Refactor: init.[ch]
|
||||
- Refactor config to use subsets
|
||||
- Config: add path type
|
||||
- Remove backend deps from the connection code
|
||||
* Upstream
|
||||
- Allow ~b ~B ~h patterns in send2-hook
|
||||
- Rename smime oppenc mode parameter to get_keys_by_addr()
|
||||
- Add $crypt_opportunistic_encrypt_strong_keys config var
|
||||
- Fix crash when polling a closed ssl connection
|
||||
- Turn off auto-clear outside of autocrypt initialization
|
||||
- Add protected-headers="v1" to Content-Type when protecting
|
||||
headers
|
||||
- Fix segv in IMAP postponed menu caused by reopen_allow
|
||||
- Adding ISO 8601 calendar date
|
||||
- Fix $fcc_attach to not prompt in batch mode
|
||||
- Convert remaining mutt_encode_path() call to use struct
|
||||
Buffer
|
||||
- Fix rendering of replacement_char when Charset_is_utf8
|
||||
- Update to latest acutest.h
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 09:43:31 UTC 2020 - Martin Rey <mrey@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neomutt
|
||||
Version: 20191207
|
||||
Version: 20200313
|
||||
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