Accepting request 1231921 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1231921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neomutt?expand=0&rev=35
This commit is contained in:
commit
4ad121a686
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:044bb5a37d5095016569a1b505f7c2f7d8b93e90ff95c2edb82830313319ce9a
|
|
||||||
size 4072339
|
|
Binary file not shown.
3
20241212.tar.gz
Normal file
3
20241212.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fbdbfd7f4d028276f7f0b1d9fe2bb5ee67161857111824cf392ca1ff27089c8
|
||||||
|
size 4098483
|
BIN
20241212.tar.gz.sig
Normal file
BIN
20241212.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 14:24:10 UTC 2024 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
- Update to version 20241212:
|
||||||
|
- Features
|
||||||
|
* show message preview in compose view
|
||||||
|
* add trailing commas when editing addresses
|
||||||
|
- Bug Fixes
|
||||||
|
* expando: fix overflow
|
||||||
|
* Spaces can be wide
|
||||||
|
* Remove BOM from UTF-8 text
|
||||||
|
* Bug with wrong fingerprints in certificate_file
|
||||||
|
* fix postponed sorting assertion failure
|
||||||
|
* fix: save_attachment_open() when overwriting
|
||||||
|
* add text-wrapping to compose message preview pager
|
||||||
|
* edit_headers: cleanup temporary file on error
|
||||||
|
* expando: fix crash on empty %[] date
|
||||||
|
* expando: fix container formatting
|
||||||
|
* browser: fix 'tag-' display
|
||||||
|
* query: fix memory leak
|
||||||
|
* fix more arrow_cursor + search
|
||||||
|
- Changed Config
|
||||||
|
* Config Renames:
|
||||||
|
$pgp_sort_keys -> $pgp_key_sort
|
||||||
|
$sidebar_sort_method -> $sidebar_sort
|
||||||
|
$sort_alias -> $alias_sort
|
||||||
|
$sort_browser -> $browser_sort
|
||||||
|
* Changed Defaults:
|
||||||
|
set alias_format = "%3i %f%t %-15a %-56A | %C%> %Y"
|
||||||
|
set query_format = "%3i %t %-25N %-25E | %C%> %Y"
|
||||||
|
- Translations
|
||||||
|
* 100% German
|
||||||
|
* 100% Lithuanian
|
||||||
|
* 100% Serbian
|
||||||
|
* 100% Turkish
|
||||||
|
* 89% French
|
||||||
|
* 39% Chinese (Traditional)
|
||||||
|
- Docs
|
||||||
|
* alias tags
|
||||||
|
- Build
|
||||||
|
* only use struct tm.tm_gmtoff if available
|
||||||
|
- Code
|
||||||
|
* refactor memory allocation
|
||||||
|
* remove unused fields from ComposeSharedData
|
||||||
|
* refactor 'sort' constants
|
||||||
|
* add mutt_window_swap()
|
||||||
|
* unify Menu data
|
||||||
|
* move config to libraries
|
||||||
|
* unify Alias/Query
|
||||||
|
* expando factor out callbacks
|
||||||
|
* refactor simple_dialog_new()
|
||||||
|
* test: add TEST_CHECK_NUM_EQ()
|
||||||
|
* fopen: tidy read-only
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 15 15:53:09 UTC 2024 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
Fri Nov 15 15:53:09 UTC 2024 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: neomutt
|
Name: neomutt
|
||||||
Version: 20241114
|
Version: 20241212
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user