Accepting request 1116884 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1116884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neomutt?expand=0&rev=28
This commit is contained in:
commit
70cd157701
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ac277b40e7ed5d67ba516338e2b26cc6810aa37564f6e9a2d45eb15b3a9213e
|
|
||||||
size 3792146
|
|
Binary file not shown.
3
20231006.tar.gz
Normal file
3
20231006.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94b9d5d8f927f8ceb4661549f5a490dc057af2e7f11de41e68dbc227dbf8a015
|
||||||
|
size 3801776
|
BIN
20231006.tar.gz.sig
Normal file
BIN
20231006.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 10 16:42:29 UTC 2023 - Victorhck <victorhck@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 20231006:
|
||||||
|
- Features
|
||||||
|
* color: allow ‘alert’, ‘bright’, ‘light’ prefix for colorNNN
|
||||||
|
* color: refactor parsing code
|
||||||
|
* imap: truncate large UIDVALIDITYs to support non-conforming IMAP servers
|
||||||
|
* hcache: shrink Email and Body caches
|
||||||
|
* prompt: treat complete-query as complete where it makes sense
|
||||||
|
* help: add message flags to help screen
|
||||||
|
* help: add alternating colors
|
||||||
|
* mailboxes: add -label, -notify and -poll options
|
||||||
|
* add help to questions
|
||||||
|
* color_directcolor: Also set the default/initial value on startup
|
||||||
|
- Bug Fixes
|
||||||
|
* maildir: fix sync when a deleted file disappears
|
||||||
|
* gnutls: fix “certificate saved” message
|
||||||
|
* imap: truncate large UIDVALIDITYs to support non-conforming servers
|
||||||
|
* maildir: fix fix error with <sync-mailbox> on mbsync
|
||||||
|
* address: parse comments after address
|
||||||
|
* bind: fix truncated binding strings
|
||||||
|
* fix ‘from’ address when real name isn’t set
|
||||||
|
* Fix crash on <next-thread> when the <limit>ed view is empty
|
||||||
|
* browser: fix autocompletion
|
||||||
|
* pager: fix search crash
|
||||||
|
* help: fix search highlight
|
||||||
|
* force mail check on current mailbox after <shell-escape>
|
||||||
|
* openssl: continue if a signal interrupts an SSL read/write
|
||||||
|
- Changed Config
|
||||||
|
* Rename $imap_keepalive to $imap_keep_alive
|
||||||
|
* Change defaults to use %<...> conditional syntax $attach_format, $index_format, $mailbox_folder_format, $status_format, $ts_icon_format, $ts_status_format
|
||||||
|
* Add browser_sort_dirs_first to always list directories first
|
||||||
|
- Code
|
||||||
|
* imap: factor out tagged emails
|
||||||
|
* address: use struct Buffer instead of plain char pointers
|
||||||
|
* drop notifications relay
|
||||||
|
* move $delete_untag out of the backend
|
||||||
|
* respect --[disable-]fmemopen in tests
|
||||||
|
* hcache: optimize storage requirements, reduce config
|
||||||
|
* logging: catch format string errors
|
||||||
|
* colour: refactor colour parsing
|
||||||
|
* refactoring, cleanup
|
||||||
|
* fixed coverity defects
|
||||||
|
* convert many functions to use a Buffer
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 29 15:18:29 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
Mon May 29 15:18:29 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: neomutt
|
Name: neomutt
|
||||||
Version: 20230517
|
Version: 20231006
|
||||||
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