Accepting request 1089602 from home:fbonazzi:branches:server:mail
- Update to version 20230517: - Features * Support 24bit colors, aka truecolor * Show complete MIME structure in attachments * Allow percentages to be localized - Bug Fixes * Fix crash in op_browser_subscribe * Select the first email when coming from an empty limit * Fix counting new mails in maildir * bind: fix incorrect conflict report * index: only refresh the menu on non-focus window changes * tunnel: fix reconnection with ssl_force=true * maildir: stop parsing headers at the end of the headers section * Fix handling of bright colours * Fix sorting of labels - Build * Build with libidn2 by default, remove support for libidn1 OBS-URL: https://build.opensuse.org/request/show/1089602 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=58
This commit is contained in:
parent
8959b2305f
commit
24660a0c34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1167984337d136368fbca56be8c04a550060a2fdd33c96538910ea13ba6d4f
|
||||
size 3725060
|
Binary file not shown.
3
20230517.tar.gz
Normal file
3
20230517.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ac277b40e7ed5d67ba516338e2b26cc6810aa37564f6e9a2d45eb15b3a9213e
|
||||
size 3792146
|
BIN
20230517.tar.gz.sig
Normal file
BIN
20230517.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 15:18:29 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
- Update to version 20230517:
|
||||
- Features
|
||||
* Support 24bit colors, aka truecolor
|
||||
* Show complete MIME structure in attachments
|
||||
* Allow percentages to be localized
|
||||
- Bug Fixes
|
||||
* Fix crash in op_browser_subscribe
|
||||
* Select the first email when coming from an empty limit
|
||||
* Fix counting new mails in maildir
|
||||
* bind: fix incorrect conflict report
|
||||
* index: only refresh the menu on non-focus window changes
|
||||
* tunnel: fix reconnection with ssl_force=true
|
||||
* maildir: stop parsing headers at the end of the headers section
|
||||
* Fix handling of bright colours
|
||||
* Fix sorting of labels
|
||||
- Build
|
||||
* Build with libidn2 by default, remove support for libidn1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 15:32:03 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neomutt
|
||||
Version: 20230407
|
||||
Version: 20230517
|
||||
Release: 0
|
||||
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
||||
License: GPL-2.0-or-later
|
||||
@ -37,7 +37,7 @@ BuildRequires: krb5-devel
|
||||
BuildRequires: libdb-4_8-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libkyotocabinet-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: lmdb-devel
|
||||
@ -98,7 +98,7 @@ export CFLAGS="%{optflags}"
|
||||
--notmuch \
|
||||
--sasl \
|
||||
--gss \
|
||||
--idn \
|
||||
--idn2 \
|
||||
--mixmaster \
|
||||
--pcre2 \
|
||||
--zlib
|
||||
|
Loading…
Reference in New Issue
Block a user