Accepting request 769030 from server:mail
OBS-URL: https://build.opensuse.org/request/show/769030 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neomutt?expand=0&rev=9
This commit is contained in:
commit
e9775d67d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4
|
||||
size 3225507
|
3
20191207.tar.gz
Normal file
3
20191207.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1618873bd43915d437c5957f19ec2c4ecef6954a5aa647009b98f574ec63410e
|
||||
size 3229018
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 09:43:31 UTC 2020 - Martin Rey <mrey@suse.com>
|
||||
|
||||
- Update to 20191207:
|
||||
* Features:
|
||||
- compose: draw status bar with highlights
|
||||
* Bug Fixes:
|
||||
- crash opening notmuch mailbox
|
||||
- crash in mutt_autocrypt_ui_recommendation
|
||||
- Avoid negative allocation
|
||||
- Mbox new mail
|
||||
- Setting of DT_MAILBOX type variables from Lua
|
||||
- imap: empty cmdbuf before connecting
|
||||
- imap: select the mailbox on reconnect
|
||||
- compose: fix attach message
|
||||
* Build:
|
||||
- make files conditional
|
||||
* Code:
|
||||
- enum-ify log levels
|
||||
- fix function prototypes
|
||||
- refactor virtual email lookups
|
||||
- factor out global Context
|
||||
- Changes from 20191129:
|
||||
* Features:
|
||||
- Add raw mailsize expando (%cr)
|
||||
* Bug Fixes:
|
||||
- Avoid double question marks in bounce confirmation msg
|
||||
- Fix bounce confirmation
|
||||
- fix new-mail flags and behaviour
|
||||
- fix: browser <descend-directory>
|
||||
- fix ssl crash
|
||||
- fix move to trash
|
||||
- fix flickering
|
||||
- Do not check hidden mailboxes for new mail
|
||||
- Fix new_mail_command notifications
|
||||
- fix crash in examine_mailboxes()
|
||||
- fix crash in mutt_sort_threads()
|
||||
- fix: crash after sending
|
||||
- Fix crash in tunnel's conn_close
|
||||
- fix fcc for deep dirs
|
||||
- imap: fix crash when new mail arrives
|
||||
- fix colour 'quoted9'
|
||||
- quieten messages on exit
|
||||
- fix: crash after failed mbox_check
|
||||
- browser: default to a file/dir view when attaching a file
|
||||
* Changed Config:
|
||||
- Change $write_bcc to default off
|
||||
* Docs:
|
||||
- Add a bit more documentation about sending
|
||||
- Clarify $write_bcc documentation.
|
||||
- Update documentation for raw size expando
|
||||
- docbook: set generate.consistent.ids to make generated html
|
||||
reproducible
|
||||
* Build:
|
||||
- fix build/tests for 32-bit arches
|
||||
- tests: fix test that would fail soon
|
||||
- tests: fix context for failing idna tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 05:16:45 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package neomutt
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neomutt
|
||||
Version: 20191111
|
||||
Version: 20191207
|
||||
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