Accepting request 1039996 from home:dirkmueller:Factory

- update to 2.2.9:
  * Document the <1234> key syntax for bind.
  * Fix non-printable keyname printing to use <octal> syntax.
  * Move AM_PATH_GPG_ERROR before AM_PATH_GPGME.
  * Update gpgme autoconf files to the latest versions.
  * Adjust manual concerning IMAP Fcc in batch mode.
  * Add explicit void to 0-parameter function definitions.

OBS-URL: https://build.opensuse.org/request/show/1039996
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=257
This commit is contained in:
2022-12-05 07:58:23 +00:00
committed by Git OBS Bridge
parent 5cdd28c4ed
commit 151a2d655d
6 changed files with 31 additions and 20 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 4 14:27:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.2.9:
* Document the <1234> key syntax for bind.
* Fix non-printable keyname printing to use <octal> syntax.
* Move AM_PATH_GPG_ERROR before AM_PATH_GPGME.
* Update gpgme autoconf files to the latest versions.
* Adjust manual concerning IMAP Fcc in batch mode.
* Add explicit void to 0-parameter function definitions.
-------------------------------------------------------------------
Mon Sep 12 08:50:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>