From edd2fa5f8b91406f421976d5b8e34629a74282fb Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 6 May 2020 14:49:32 +0000 Subject: [PATCH] Accepting request 800043 from home:polslinux:branches:server:mail - Update to version 1.14.0 * $imap_check_subscribed will fetch the set of subscribed folders from your server on connection. * IMAP server-side simple string search using '=' instead of '~'. ('=' also provides local simple string search.) * IMAP IDLE support and $imap_idle * function * S/MIME support. Please see contrib/smime.rc for suggested settings. * GPGME support via $crypt_use_gpgme * Ability to encrypt postponed messages. See $postpone_encrypt and $postpone_encrypt_as. * GnuPG fingerprints are used internally when possible. * $crypt_opportunistic_encrypt automatically enables/disables encryption based on message recipients. * IDNA support. Options $idn_decode and $idn_encode control whether mutt will decode and encode international domains using IDNA. * SMTPUTF8 support. Support for utf-8 domains without IDNA encoding. To use this, unset idn_encode. * $assumed_charset, $attach_charset, $ignore_linear_white_space * Header caching for IMAP and Maildir. See $header_cache for more details. * Internal ESMTP relay support. See $smtp_url. * $mail_check_recent controls whether all unread mail or only new mail since the last mailbox visit will be reported as new * Support for saving history across sessions. See $save_history, $history_file. * More search patterns: + thread patterns. Use ~(...) to match all threads that contain a message that matches ... + ~l matches all known lists, ~u only subscribed. + ~$ pattern matches unreferenced messages. + ~V pattern matches cryptographically verified messages. * Improved flowed text support: $reflow_text, $reflow_wrap, $reflow_space_quotes. * $braille_friendly option will place the cursor at the beginning of the current line in menus. * Full large file support. * Terminal status-line (TS) support, a.k.a. xterm title. see the following variables: $ts_enabled, $ts_icon_format, $ts_status_format * Generic spam detection: new configuration commands: 'spam' and 'nospam', new options: $spam_separator, new expando: %H (for $index_format), new pattern: ~H pattern * New command line options: + -A command line option for alias expansion. + -D will print the value of all variables. + -E command line option to edit draft and include files. + -Q queries configuration variables * New functions: + you can edit threads via and + lists mailboxes with new mail. + displays the keycode for a key press. + and + and * $resume_draft_files and $resume_edited_draft files control how draft files are processed. * $narrow_tree makes the thread tree narrower. * new and changed hooks: reply-hook, send2-hook. crypt-hook can be specified multiple times for the same regexp. * The $alternates option has turned into the 'alternates' command. * mime_lookup command specifies a list of MIME types that should not be treated according to their mailcap entry OBS-URL: https://build.opensuse.org/request/show/800043 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=214 --- mutt-1.13.5.tar.gz | 3 --- mutt-1.14.0.tar.gz | 3 +++ mutt.changes | 64 ++++++++++++++++++++++++++++++++++++++++++++++ mutt.spec | 4 ++- 4 files changed, 70 insertions(+), 4 deletions(-) delete mode 100644 mutt-1.13.5.tar.gz create mode 100644 mutt-1.14.0.tar.gz diff --git a/mutt-1.13.5.tar.gz b/mutt-1.13.5.tar.gz deleted file mode 100644 index dc50446..0000000 --- a/mutt-1.13.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cd71b5b3e6b255afef6bed3b5e1e8ee9819b3d7c9839fd95e798045882aa653 -size 4902500 diff --git a/mutt-1.14.0.tar.gz b/mutt-1.14.0.tar.gz new file mode 100644 index 0000000..9a12d03 --- /dev/null +++ b/mutt-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2e82a83ad38c9a9fd36f44c5ab2b726defa4bb1a17de794dd3800f3353f9f8 +size 5220515 diff --git a/mutt.changes b/mutt.changes index c5e9596..e7b8582 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Mon May 4 12:09:39 UTC 2020 - Paolo Stivanin + +- Update to version 1.14.0 + * $imap_check_subscribed will fetch the set of subscribed folders from + your server on connection. + * IMAP server-side simple string search using '=' instead of '~'. + ('=' also provides local simple string search.) + * IMAP IDLE support and $imap_idle + * function + * S/MIME support. Please see contrib/smime.rc for suggested settings. + * GPGME support via $crypt_use_gpgme + * Ability to encrypt postponed messages. See $postpone_encrypt and + $postpone_encrypt_as. + * GnuPG fingerprints are used internally when possible. + * $crypt_opportunistic_encrypt automatically enables/disables encryption + based on message recipients. + * IDNA support. Options $idn_decode and $idn_encode control whether + mutt will decode and encode international domains using IDNA. + * SMTPUTF8 support. Support for utf-8 domains without IDNA encoding. + To use this, unset idn_encode. + * $assumed_charset, $attach_charset, $ignore_linear_white_space + * Header caching for IMAP and Maildir. See $header_cache for more details. + * Internal ESMTP relay support. See $smtp_url. + * $mail_check_recent controls whether all unread mail or only new mail + since the last mailbox visit will be reported as new + * Support for saving history across sessions. See $save_history, + $history_file. + * More search patterns: + + thread patterns. Use ~(...) to match all threads that + contain a message that matches ... + + ~l matches all known lists, ~u only subscribed. + + ~$ pattern matches unreferenced messages. + + ~V pattern matches cryptographically verified messages. + * Improved flowed text support: $reflow_text, $reflow_wrap, + $reflow_space_quotes. + * $braille_friendly option will place the cursor at the beginning of + the current line in menus. + * Full large file support. + * Terminal status-line (TS) support, a.k.a. xterm title. see the + following variables: $ts_enabled, $ts_icon_format, $ts_status_format + * Generic spam detection: new configuration commands: 'spam' and + 'nospam', new options: $spam_separator, new expando: %H (for + $index_format), new pattern: ~H pattern + * New command line options: + + -A command line option for alias expansion. + + -D will print the value of all variables. + + -E command line option to edit draft and include files. + + -Q queries configuration variables + * New functions: + + you can edit threads via and + + lists mailboxes with new mail. + + displays the keycode for a key press. + + and + + and + * $resume_draft_files and $resume_edited_draft files control how + draft files are processed. + * $narrow_tree makes the thread tree narrower. + * new and changed hooks: reply-hook, send2-hook. crypt-hook can be + specified multiple times for the same regexp. + * The $alternates option has turned into the 'alternates' command. + * mime_lookup command specifies a list of MIME types that should not + be treated according to their mailcap entry + ------------------------------------------------------------------- Mon Apr 20 10:29:04 UTC 2020 - Ismail Dönmez diff --git a/mutt.spec b/mutt.spec index 3ea89fe..ab87c14 100644 --- a/mutt.spec +++ b/mutt.spec @@ -78,7 +78,7 @@ Recommends: w3m Requires(post): shared-mime-info Requires(postun): shared-mime-info %endif -Version: 1.13.5 +Version: 1.14.0 Release: 0 Summary: Mail Program # ftp://ftp.mutt.org/mutt/devel/ @@ -350,6 +350,8 @@ rm -f %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-notify %doc %{_docdir}/%name/samples/mutt_xtitle %doc %{_docdir}/%name/samples/sample.* %doc %{_docdir}/%name/samples/smime_keys_test.pl +%doc %{_docdir}/%name/samples/bgedit-detectgui.sh +%doc %{_docdir}/%name/samples/bgedit-screen-tmux.sh %dir %doc %{_docdir}/%name/samples/iconv/ %doc %{_docdir}/%name/samples/iconv/*.rc %doc %{_infodir}/*.gz