forked from pool/neomutt
Accepting request 808152 from home:kailiu:branches:server:mail
- Update to 20200501: * Bug Fixes - Make sure buffers are initialized on error - fix(sidebar): use abbreviated path if possible * Translations - 100% Lithuanian * Docs - make header cache config more explicit - Changes from 20200424: * Bug Fixes - Fix history corruption - Handle pretty much anything in a URL query part - Correctly parse escaped characters in header phrases - Fix crash reading received header - Fix sidebar indentation - Avoid crashing on failure to parse an IMAP mailbox - Maildir: handle deleted emails correctly - Ensure OP_NULL is always first * Translations - 100% Czech * Build - cirrus: enable pcre2, make pkgconf a special case - Fix finding pcre2 w/o pkgconf - build: tdb.h needs size_t, bring it in with stddef.h - Changes from 20200417: * Features - Fluid layout for Compose Screen, see: vimeo.com/407231157 - Trivial Database (TDB) header cache backend - RocksDB header cache backend - Add <sidebar-first> and <sidebar-last> functions * Bug Fixes - add error for CLI empty emails - Allow spaces and square brackets in paths - browser: fix hidden mailboxes - fix initial email display - notmuch: fix time window search. - fix resize bugs - notmuch: fix entire-thread: update current email pointer - sidebar: support indenting and shortening of names - Handle variables inside backticks in sidebar_whitelist - browser: fix mask regex error reporting * Translations - 100% Lithuanian - 99% Chinese (simplified) * Build - Use regexes for common parsing tasks: urls, dates - Add configure option --pcre2 -- Enable PCRE2 regular expressions - Add configure option --tdb -- Use TDB for the header cache - Add configure option --rocksdb -- Use RocksDB for the header cache - Create libstore (key/value backends) - Update to latest autosetup - Update to latest acutest.h - Rename doc/ directory to docs/ - make: fix location of .Po dependency files - Change libcompress to be more universal - Fix test fails on х32 - fix uidvalidity to unsigned 32-bit int * Code - Increase test coverage - Fix memory leaks - Fix null checks * Upstream - Buffer refactoring - Fix use-after-free in mutt_str_replace() - Clarify PGP Pseudo-header S<id> duration - Try to respect MUTT_QUIET for IMAP contexts too - Limit recurse depth when parsing mime messages OBS-URL: https://build.opensuse.org/request/show/808152 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=27
This commit is contained in:
parent
61cc11f972
commit
3c81f665d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69daf2e0633dee7e8bdba74ab714adfa70e8f078028b56d612228c2aa836aafa
|
|
||||||
size 3304719
|
|
3
20200501.tar.gz
Normal file
3
20200501.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f
|
||||||
|
size 3324180
|
@ -1,3 +1,76 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 22 07:00:32 UTC 2020 - Kai Liu <kai.liu@suse.com>
|
||||||
|
|
||||||
|
- Update to 20200501:
|
||||||
|
* Bug Fixes
|
||||||
|
- Make sure buffers are initialized on error
|
||||||
|
- fix(sidebar): use abbreviated path if possible
|
||||||
|
* Translations
|
||||||
|
- 100% Lithuanian
|
||||||
|
* Docs
|
||||||
|
- make header cache config more explicit
|
||||||
|
|
||||||
|
- Changes from 20200424:
|
||||||
|
* Bug Fixes
|
||||||
|
- Fix history corruption
|
||||||
|
- Handle pretty much anything in a URL query part
|
||||||
|
- Correctly parse escaped characters in header phrases
|
||||||
|
- Fix crash reading received header
|
||||||
|
- Fix sidebar indentation
|
||||||
|
- Avoid crashing on failure to parse an IMAP mailbox
|
||||||
|
- Maildir: handle deleted emails correctly
|
||||||
|
- Ensure OP_NULL is always first
|
||||||
|
* Translations
|
||||||
|
- 100% Czech
|
||||||
|
* Build
|
||||||
|
- cirrus: enable pcre2, make pkgconf a special case
|
||||||
|
- Fix finding pcre2 w/o pkgconf
|
||||||
|
- build: tdb.h needs size_t, bring it in with stddef.h
|
||||||
|
|
||||||
|
- Changes from 20200417:
|
||||||
|
* Features
|
||||||
|
- Fluid layout for Compose Screen, see: vimeo.com/407231157
|
||||||
|
- Trivial Database (TDB) header cache backend
|
||||||
|
- RocksDB header cache backend
|
||||||
|
- Add <sidebar-first> and <sidebar-last> functions
|
||||||
|
* Bug Fixes
|
||||||
|
- add error for CLI empty emails
|
||||||
|
- Allow spaces and square brackets in paths
|
||||||
|
- browser: fix hidden mailboxes
|
||||||
|
- fix initial email display
|
||||||
|
- notmuch: fix time window search.
|
||||||
|
- fix resize bugs
|
||||||
|
- notmuch: fix entire-thread: update current email pointer
|
||||||
|
- sidebar: support indenting and shortening of names
|
||||||
|
- Handle variables inside backticks in sidebar_whitelist
|
||||||
|
- browser: fix mask regex error reporting
|
||||||
|
* Translations
|
||||||
|
- 100% Lithuanian
|
||||||
|
- 99% Chinese (simplified)
|
||||||
|
* Build
|
||||||
|
- Use regexes for common parsing tasks: urls, dates
|
||||||
|
- Add configure option --pcre2 -- Enable PCRE2 regular expressions
|
||||||
|
- Add configure option --tdb -- Use TDB for the header cache
|
||||||
|
- Add configure option --rocksdb -- Use RocksDB for the header cache
|
||||||
|
- Create libstore (key/value backends)
|
||||||
|
- Update to latest autosetup
|
||||||
|
- Update to latest acutest.h
|
||||||
|
- Rename doc/ directory to docs/
|
||||||
|
- make: fix location of .Po dependency files
|
||||||
|
- Change libcompress to be more universal
|
||||||
|
- Fix test fails on х32
|
||||||
|
- fix uidvalidity to unsigned 32-bit int
|
||||||
|
* Code
|
||||||
|
- Increase test coverage
|
||||||
|
- Fix memory leaks
|
||||||
|
- Fix null checks
|
||||||
|
* Upstream
|
||||||
|
- Buffer refactoring
|
||||||
|
- Fix use-after-free in mutt_str_replace()
|
||||||
|
- Clarify PGP Pseudo-header S<id> duration
|
||||||
|
- Try to respect MUTT_QUIET for IMAP contexts too
|
||||||
|
- Limit recurse depth when parsing mime messages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 20 13:56:02 UTC 2020 - Martin Rey <mrey@suse.com>
|
Fri Mar 20 13:56:02 UTC 2020 - Martin Rey <mrey@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: neomutt
|
Name: neomutt
|
||||||
Version: 20200320
|
Version: 20200501
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -95,7 +95,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%config(noreplace) %{_sysconfdir}/neomuttrc
|
%config(noreplace) %{_sysconfdir}/neomuttrc
|
||||||
%license %{_docdir}/neomutt/COPYRIGHT.md
|
|
||||||
%license %{_docdir}/neomutt/LICENSE.md
|
%license %{_docdir}/neomutt/LICENSE.md
|
||||||
%{_bindir}/neomutt
|
%{_bindir}/neomutt
|
||||||
%{_mandir}/man1/neomutt.1%{?ext_man}
|
%{_mandir}/man1/neomutt.1%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user