Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maildir-utils for openSUSE:Factory 
checked in at 2022-07-05 12:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maildir-utils (Old)
 and      /work/SRC/openSUSE:Factory/.maildir-utils.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maildir-utils"

Tue Jul  5 12:09:11 2022 rev:30 rq:986622 version:1.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/maildir-utils/maildir-utils.changes      
2022-06-05 21:28:46.113065593 +0200
+++ /work/SRC/openSUSE:Factory/.maildir-utils.new.1548/maildir-utils.changes    
2022-07-05 12:09:45.112580142 +0200
@@ -1,0 +2,62 @@
+Mon Jul  4 10:56:17 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.8.3:
+  * properly install info files
+  * allow for alternative emacs binaries
+  * extra tests
+  * mu: propagate read marks to all with same message-id
+  * small doc updates
+
+-------------------------------------------------------------------
+Mon Jul  4 10:55:40 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.8.2:
+  * handle some corner-case queries with special characters
+  * allow searching for email address components
+  * fix find with links generations
+  * update doc versioning
+
+-------------------------------------------------------------------
+Sun Jun 26 09:37:55 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.8.1:
+  mu:
+  * The server protocol (as used my mu4e) has seen a number of updates, to 
allow for faster rendering. As before, there???s no compatibility between minor 
release numbers (1.4 vs 1.6 vs 1.8) nor within development series (such as 
1.7). However, within a stable release (such as all 1.6.x) the protocol won???t 
change (except if required to fix some severe bug; never happened in practice)
+  * The processed number in the indexing statistics has been renamed into 
checked and describes the number of message files considered for updating, 
which is a bit more useful that the old value, which was more-or-less 
synonymous with the updated number (which are the message that got (re)parsed / 
(re)added to the database.  Basically, it counts all the messages for which we 
checked their timestamp.
+  * The internals of the message handling in mu have been heavily reworked; 
much of this is not immediately visible but is an enabler for some new features.
+  * Instead of passing --muhome, you can now also set an environment variable 
MUHOME.
+  * The info command now includes information about the last indexing 
operation and the last database change that took place; note that the 
information may be slightly delayed due to database caching.
+  * the verify command for checking signatures has been updated, and is more 
informative
+  * a new command fields provides information about the message fields and 
flags for use in queries. The information is the same information that mu uses 
and so stays up to date.
+  * a new message field changed, which refers to the time/date of the last 
time a message was changed (the file ctime)
+  * new message flags personal to search for ???personal??? messages, which 
are defined as a message with at least one personal contact, and calendar for 
messages with calendar-invitations.
+  * message sexps are now cached in the store, which makes delivering 
sexp-based search results (as used by mu4e) much faster.
+  mu4e:
+  * the old mu4e-view is gone; only the gnus-based one remains. This allowed 
for removing quite a bit of old code.
+  * the mu4e headers rendering is much faster (a factor of 3+), which makes 
displaying big results snappier. This required some updates in the headers 
handling and in the server protocol. Separate from that, the cached message 
sexps (see the mu section) make getting the results much faster. This becomes 
esp. clear when there are a lot of query results.
+  * ???related??? messages are now recognizable as such in the headers-view, 
with their own face, mu4e-related-face; by default with an italic slant.
+  * For performance testing, you can set the variable 
mu4e-headers-report-render-time to t and mu4e will report the search/rendering 
speed of each query operation.
+  * Removed header-fields :attachments, :signature, :encryption and 
:user-agent. They???re obsolete with the Gnus-based message viewer.
+  * The various ???toggles??? for the headers-view (full-search, 
include-related, skip-duplicates, threading) were a bit hard to find and with 
non-obvious key-bindings. For that, there is now mu4e-headers-toggle-setting 
(bound to M) to handle all of that. The toggles are also reflected in the 
mode-line; so e.g. ???RTU??? means we???re including [R]elated messages, and 
show [T]hreads, skip duplicates ([U]nique).
+  * A new defcustom, mu4e-view-open-program for starting the appropriate 
program for a give file (e.g., xdg-open). There are some reasonable defaults 
for various systems. This can also be set to a function.
+  * indexing happens in the background now and mu4e can interact with the 
server while it is ongoing; this allows for using mu4e during lengthy indexing 
operations.
+  * mu4e-index-updated-hook now fires after indexing completed, regardless of 
whether anything changed (before, it fired only is something changed). In your 
hook-functions (or elsewhere) you can check if anything changed using the new 
variable mu4e-index-update-status. And note that processed has been renamed 
into checked, with a slightly different meaning, see the mu section.
+  * message-user-organization can now be used to set the Organization: header. 
See its docstring for details.
+  * mu4e-compose-context-switch no longer attempts to update the draft folder 
(which turned out to be a little fragile). However, it has been updated to 
automatically change the Organization: header, and attempts to update the 
message signature. Also, there???s a key-binding now: C-c ;
+  * Changed the default for mu4e-compose-complete-only-after to 2018-01-01, to 
filter out contacts not seen after that date.
+  * As an additional measure to limit the number of contacts that mu4e loads 
for auto-completions, there???s mu4e-compose-complete-max, to set a precise 
numerical match (before any possible filtering). Set to nil (no maximum by 
default).
+  * Updated the ???fancy??? characters for some header fields. Added new ones 
for personal and list messages.
+  * Removed make-mu4e-bookmark which was obsoleted in version 1.3.9.
+  * Add command mu4e-sexp-at-point for showing/hiding the s-expression for the 
message-at-point. Useful for development / debugging. Bound to ~,~ in headers 
and view mode.
+  * undo is now supported across message-saves
+  * a lot of the internals have been changed:
+    + mu4e is slowly moving from using the ???~'= to the more common '=--'= 
separator for private functions; i.e., =mu4e-foo becomes mu4e--foo.
+    + mu4e-utils.el had become a bit of a dumping ground for bits of code; 
it???s gone now, with the functionality move to topic-specific files ??? 
mu4e-folders.el, mu4e-bookmarks.el, mu4e-update.el, and included in existing 
files.
+    + the remaining common functionality has ended up in mu4e-helpers.el
+    + mu4e-search.el takes the search-specific code from mu4e-headers.el,
+  guile:
+  * the current guile support has been deprecated. It may be revamped at some 
point, but will be different from the current one, which is to be removed after 
1.8
+  toys:
+  * the toys (mug) has been removed, as they no longer worked with the rest of 
the code.
+
+-------------------------------------------------------------------

Old:
----
  mu-1.6.11.tar.xz

New:
----
  mu-1.8.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maildir-utils.spec ++++++
--- /var/tmp/diff_new_pack.G6GWnb/_old  2022-07-05 12:09:45.640580901 +0200
+++ /var/tmp/diff_new_pack.G6GWnb/_new  2022-07-05 12:09:45.644580906 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           maildir-utils
-Version:        1.6.11
+Version:        1.8.3
 Release:        0
 Summary:        Maildir indexer and searcher
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Email/Utilities
 URL:            https://www.djcbsoftware.nl/code/mu/
-Source:         
https://github.com/djcb/mu/releases/download/%{version}/mu-%{version}.tar.xz
+Source:         
https://github.com/djcb/mu/releases/download/v%{version}/mu-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake >= 1.14
 BuildRequires:  emacs-nox >= 24.4
@@ -41,6 +41,7 @@
 %package -n mu4e
 Summary:        Emacs-based e-mail client based on the mu e-mail 
indexer/searcher
 Group:          Productivity/Networking/Email/Clients
+BuildArch:      noarch
 Requires:       %{name} = %{version}
 Requires(post): %{install_info_prereq}
 Requires(preun):%{install_info_prereq}

++++++ mu-1.6.11.tar.xz -> mu-1.8.3.tar.xz ++++++
++++ 194080 lines of diff (skipped)

Reply via email to