17 Commits

Author SHA256 Message Date
ffe14c3f21 Accepting request 1304743 from server:mail
- Update to 1.12.13:
  * Improvements to the build process
  * Guile/Scheme binding ("SCM")
  * New experimental "labels" sub-command
  * See https://github.com/djcb/mu/releases/tag/v1.12.13 for details

OBS-URL: https://build.opensuse.org/request/show/1304743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=62
2025-09-15 17:52:54 +00:00
7327e065d2 - Update to 1.12.13:
* Improvements to the build process
  * Guile/Scheme binding ("SCM")
  * New experimental "labels" sub-command
  * See https://github.com/djcb/mu/releases/tag/v1.12.13 for details

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=125
2025-09-15 08:09:10 +00:00
2500656e76 Accepting request 1295676 from server:mail
- Update to 1.12.12:
  Overall:
  * In 'mu init', --my-address has been renamed into --personal-address
    for consistency. The old name still works.
  Mu4e:
  * Emacs bookmarks can be now also be created for mu4e queries; see
    the mu4e-emacs-bookmark-policy defcustom
  * Support dash when completing maildirs
  * Add defcustom for mu4e-compose-jump-to-reasonable-place, so it can be
    overridden, e.g. in compose hooks.
  * In mu4e, make indexing snappier when there no new messages
  SCM:
  * Experimental new Guile bindings under scm/, including a reference
    manual and unit tests.

OBS-URL: https://build.opensuse.org/request/show/1295676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=61
2025-07-25 15:06:12 +00:00
26941aa582 - Update to 1.12.12:
Overall:
  * In 'mu init', --my-address has been renamed into --personal-address
    for consistency. The old name still works.
  Mu4e:
  * Emacs bookmarks can be now also be created for mu4e queries; see
    the mu4e-emacs-bookmark-policy defcustom
  * Support dash when completing maildirs
  * Add defcustom for mu4e-compose-jump-to-reasonable-place, so it can be
    overridden, e.g. in compose hooks.
  * In mu4e, make indexing snappier when there no new messages
  SCM:
  * Experimental new Guile bindings under scm/, including a reference
    manual and unit tests.

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=123
2025-07-25 06:19:36 +00:00
152afa4557 Accepting request 1277001 from server:mail
- Update to 1.12.11:
  * New stable update; mostly to fix #2847, but with some doc fixes as well.

OBS-URL: https://build.opensuse.org/request/show/1277001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=60
2025-05-13 18:06:58 +00:00
5055f455cf - Update to 1.12.11:
* New stable update; mostly to fix #2847, but with some doc fixes as well.

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=121
2025-05-13 05:25:45 +00:00
83badc8fc8 Accepting request 1275419 from server:mail
- Update to 1.12.10:
  * add --format=json2 for mu find, which produces a bit more 'idiomatic' json
  * close notifications once done
  * more informative mu4e-analyze-last-query (include all parameters)
  * Make mu4e-maildir-shortcut and mu4e-bookmarks understand a property
    :hide-if-no-unread, which hides the maildir/bookmark from the main-view
    if there are no unread messages which the corresponding query.

OBS-URL: https://build.opensuse.org/request/show/1275419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=59
2025-05-08 16:23:09 +00:00
2dd021dac8 - Update to 1.12.10:
* add --format=json2 for mu find, which produces a bit more 'idiomatic' json
  * close notifications once done
  * more informative mu4e-analyze-last-query (include all parameters)
  * Make mu4e-maildir-shortcut and mu4e-bookmarks understand a property
    :hide-if-no-unread, which hides the maildir/bookmark from the main-view
    if there are no unread messages which the corresponding query.

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=119
2025-05-08 06:56:17 +00:00
55f9c4dd66 Accepting request 1248922 from server:mail
- Update to 1.12.9:
  * new command mu4e-analyze-last-query which shows information about
    how the server interpreted the last query; this can be useful if you
    don't get the result you expected.
  * When you ask for bookmarks or maildirs through mu4e-search-bookmark or
    mu4e-search-maildir, unread counts are displayed in the (default)
    completions UI next to the maildir or bookmark. If you don't want to
    see these counts, set mu4e-hide-short-counts to non-nil.
  * experimental: a "transient" menu, which provides easy access to some
    common (and some not so common) functions in mu4e. For now, you can
    enable this with:
      (require 'mu4e-transient)
      (global-set-key (kbd "C-c m") #'mu4e-transient-menu)
    This requires you to have the "transient" package, which means Emacs
    28 or later or alternatively you can install it manually. As stated,
    it's experimental and will be change / expanded over time, but already
    I find it quite useful.
  * gnus mailing-list management commands such as
    gnus-mailing-list-subscribe, gnus-mailing-list-unsubscribe now also
    work in mu4e. Also available through the transient menu.
  * The mu server uses PCRE-compatible regexps (for addresses), which are
    not necessarily compatible with Emacs regular expressions. However,
    mu4e can now automatically translate; this depends on the pcre2el
    package which the user should install when using regular
    expression-addresses.
  * the cleanup phase after indexing has been sped up significantly
  * updated documentation; man-pages and mu4e reference manual

OBS-URL: https://build.opensuse.org/request/show/1248922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=58
2025-02-27 13:51:19 +00:00
7222c7927e OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=117 2025-02-27 10:44:41 +00:00
89a4f5f12d OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=116 2025-02-27 08:58:07 +00:00
e4af24baa7 OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=115 2025-02-27 08:44:18 +00:00
8f3bd0d04b - Update to 1.12.9:
* new command mu4e-analyze-last-query which shows information about
    how the server interpreted the last query; this can be useful if you
    don't get the result you expected.
  * When you ask for bookmarks or maildirs through mu4e-search-bookmark or
    mu4e-search-maildir, unread counts are displayed in the (default)
    completions UI next to the maildir or bookmark. If you don't want to
    see these counts, set mu4e-hide-short-counts to non-nil.
  * experimental: a "transient" menu, which provides easy access to some
    common (and some not so common) functions in mu4e. For now, you can
    enable this with:
      (require 'mu4e-transient)
      (global-set-key (kbd "C-c m") #'mu4e-transient-menu)
    This requires you to have the "transient" package, which means Emacs
    28 or later or alternatively you can install it manually. As stated,
    it's experimental and will be change / expanded over time, but already
    I find it quite useful.
  * gnus mailing-list management commands such as
    gnus-mailing-list-subscribe, gnus-mailing-list-unsubscribe now also
    work in mu4e. Also available through the transient menu.
  * The mu server uses PCRE-compatible regexps (for addresses), which are
    not necessarily compatible with Emacs regular expressions. However,
    mu4e can now automatically translate; this depends on the pcre2el
    package which the user should install when using regular
    expression-addresses.
  * the cleanup phase after indexing has been sped up significantly
  * updated documentation; man-pages and mu4e reference manual

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=114
2025-02-27 08:35:13 +00:00
e39cd348d4 Accepting request 1233581 from server:mail
- Update to 1.12.8:
  * documentation improvements
  * removal of the old threading option and cleanup
  * 'lazy' indexing is even lazier (faster)
  * make references (the References:/In-reply-to: headers) searchable
    (with "references:" or "ref:"
  * add new combination-field "related:" to search by msgid: or
    references:
  In mu4e (see docstrings for details):
  * new command 'mu4e-view-jump-to-mime-part', to jump to some mime part
    by number.
  * new variable mu4e-trash-without-flag, if set to non-nil, "trashing" a
    message will not add the "T" flag.

OBS-URL: https://build.opensuse.org/request/show/1233581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=57
2024-12-30 13:26:35 +00:00
cc014e115c - Update to 1.12.8:
* documentation improvements
  * removal of the old threading option and cleanup
  * 'lazy' indexing is even lazier (faster)
  * make references (the References:/In-reply-to: headers) searchable
    (with "references:" or "ref:"
  * add new combination-field "related:" to search by msgid: or
    references:
  In mu4e (see docstrings for details):
  * new command 'mu4e-view-jump-to-mime-part', to jump to some mime part
    by number.
  * new variable mu4e-trash-without-flag, if set to non-nil, "trashing" a
    message will not add the "T" flag.

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=112
2024-12-27 16:46:49 +00:00
c39d3b7241 Accepting request 1218735 from server:mail
- Update to 1.12.7:
  * many documentation fixes
  * mu4e: fix some mu4e-compose-captured-message corner case (#2745)
  * mu4e: fix 'user-agent' field (#2750)
  * few tiny tweaks
  * However biggest change is regarding mu's "threadiness" with respect to
    Xapian. For a while, some people, ran into Xapian database
    corruptions (I've seen it very occasionally, some people more often);
    issue #2706.
    I don't know the precise cause, but it seems to be related to using
    threads with Xapian; the mu code in this area hasn't changed much, so
    perhaps newer Xapian versions are less forgiving? Anyway, this is all
    speculation. Database corruption with mu is not catastrophic, since you
    can always rebuild it without data-loss; however, it's still annoying
    and we'd obviously want to avoid that.
    1.12.7 includes a change to make the database access single-threaded
    again, which seems to help for this problem. We're really returning to
    the behavior some older versions of mu, with the difference that now
    you'll get a message in mu4e
    Cannot handle command while indexing, please retry later.
    Hope that doesn't inconvenience people too much. Might have a deeper
    look into when I have some more time and not in the 1.12.x series.

OBS-URL: https://build.opensuse.org/request/show/1218735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=56
2024-10-28 14:22:11 +00:00
567ced11f1 - Update to 1.12.7:
* many documentation fixes
  * mu4e: fix some mu4e-compose-captured-message corner case (#2745)
  * mu4e: fix 'user-agent' field (#2750)
  * few tiny tweaks
  * However biggest change is regarding mu's "threadiness" with respect to
    Xapian. For a while, some people, ran into Xapian database
    corruptions (I've seen it very occasionally, some people more often);
    issue #2706.
    I don't know the precise cause, but it seems to be related to using
    threads with Xapian; the mu code in this area hasn't changed much, so
    perhaps newer Xapian versions are less forgiving? Anyway, this is all
    speculation. Database corruption with mu is not catastrophic, since you
    can always rebuild it without data-loss; however, it's still annoying
    and we'd obviously want to avoid that.
    1.12.7 includes a change to make the database access single-threaded
    again, which seems to help for this problem. We're really returning to
    the behavior some older versions of mu, with the difference that now
    you'll get a message in mu4e
    Cannot handle command while indexing, please retry later.
    Hope that doesn't inconvenience people too much. Might have a deeper
    look into when I have some more time and not in the 1.12.x series.

OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=110
2024-10-28 07:56:03 +00:00
4 changed files with 125 additions and 6 deletions

View File

@@ -1,3 +1,121 @@
-------------------------------------------------------------------
Mon Sep 15 08:03:03 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.13:
* Improvements to the build process
* Guile/Scheme binding ("SCM")
* New experimental "labels" sub-command
* See https://github.com/djcb/mu/releases/tag/v1.12.13 for details
-------------------------------------------------------------------
Fri Jul 25 06:18:51 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.12:
Overall:
* In 'mu init', --my-address has been renamed into --personal-address
for consistency. The old name still works.
Mu4e:
* Emacs bookmarks can be now also be created for mu4e queries; see
the mu4e-emacs-bookmark-policy defcustom
* Support dash when completing maildirs
* Add defcustom for mu4e-compose-jump-to-reasonable-place, so it can be
overridden, e.g. in compose hooks.
* In mu4e, make indexing snappier when there no new messages
SCM:
* Experimental new Guile bindings under scm/, including a reference
manual and unit tests.
-------------------------------------------------------------------
Tue May 13 05:25:15 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.11:
* New stable update; mostly to fix #2847, but with some doc fixes as well.
-------------------------------------------------------------------
Thu May 8 06:56:03 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.10:
* add --format=json2 for mu find, which produces a bit more 'idiomatic' json
* close notifications once done
* more informative mu4e-analyze-last-query (include all parameters)
* Make mu4e-maildir-shortcut and mu4e-bookmarks understand a property
:hide-if-no-unread, which hides the maildir/bookmark from the main-view
if there are no unread messages which the corresponding query.
-------------------------------------------------------------------
Thu Feb 27 08:34:14 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.9:
* new command mu4e-analyze-last-query which shows information about
how the server interpreted the last query; this can be useful if you
don't get the result you expected.
* When you ask for bookmarks or maildirs through mu4e-search-bookmark or
mu4e-search-maildir, unread counts are displayed in the (default)
completions UI next to the maildir or bookmark. If you don't want to
see these counts, set mu4e-hide-short-counts to non-nil.
* experimental: a "transient" menu, which provides easy access to some
common (and some not so common) functions in mu4e. For now, you can
enable this with:
(require 'mu4e-transient)
(global-set-key (kbd "C-c m") #'mu4e-transient-menu)
This requires you to have the "transient" package, which means Emacs
28 or later or alternatively you can install it manually. As stated,
it's experimental and will be change / expanded over time, but already
I find it quite useful.
* gnus mailing-list management commands such as
gnus-mailing-list-subscribe, gnus-mailing-list-unsubscribe now also
work in mu4e. Also available through the transient menu.
* The mu server uses PCRE-compatible regexps (for addresses), which are
not necessarily compatible with Emacs regular expressions. However,
mu4e can now automatically translate; this depends on the pcre2el
package which the user should install when using regular
expression-addresses.
* the cleanup phase after indexing has been sped up significantly
* updated documentation; man-pages and mu4e reference manual
-------------------------------------------------------------------
Fri Dec 27 16:46:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.8:
* documentation improvements
* removal of the old threading option and cleanup
* 'lazy' indexing is even lazier (faster)
* make references (the References:/In-reply-to: headers) searchable
(with "references:" or "ref:"
* add new combination-field "related:" to search by msgid: or
references:
In mu4e (see docstrings for details):
* new command 'mu4e-view-jump-to-mime-part', to jump to some mime part
by number.
* new variable mu4e-trash-without-flag, if set to non-nil, "trashing" a
message will not add the "T" flag.
-------------------------------------------------------------------
Mon Oct 28 07:51:13 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.7:
* many documentation fixes
* mu4e: fix some mu4e-compose-captured-message corner case (#2745)
* mu4e: fix 'user-agent' field (#2750)
* few tiny tweaks
* However biggest change is regarding mu's "threadiness" with respect to
Xapian. For a while, some people, ran into Xapian database
corruptions (I've seen it very occasionally, some people more often);
issue #2706.
I don't know the precise cause, but it seems to be related to using
threads with Xapian; the mu code in this area hasn't changed much, so
perhaps newer Xapian versions are less forgiving? Anyway, this is all
speculation. Database corruption with mu is not catastrophic, since you
can always rebuild it without data-loss; however, it's still annoying
and we'd obviously want to avoid that.
1.12.7 includes a change to make the database access single-threaded
again, which seems to help for this problem. We're really returning to
the behavior some older versions of mu, with the difference that now
you'll get a message in mu4e
Cannot handle command while indexing, please retry later.
Hope that doesn't inconvenience people too much. Might have a deeper
look into when I have some more time and not in the 1.12.x series.
-------------------------------------------------------------------
Sun Jul 28 06:44:23 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maildir-utils
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: maildir-utils
Version: 1.12.6
Version: 1.12.13
Release: 0
Summary: Maildir indexer and searcher
License: GPL-3.0-or-later
@@ -69,13 +69,14 @@ mu4e is an emacs-based e-mail client. It is based on the mu e-mail indexer/searc
%files
%doc README.org
%doc %{_datadir}/doc/mu/NEWS.org
%doc %{_datadir}/doc/mu/IDEAS.org
%license COPYING
%dir %{_datadir}/doc/mu
%{_bindir}/mu
%{_mandir}/man?/*%{ext_man}
%files -n mu4e
%{_datadir}/doc/mu/mu4e-about.org
%doc %{_datadir}/doc/mu/mu4e-about.org
%dir %{_datadir}/emacs/site-lisp/mu4e/
%{_datadir}/emacs/site-lisp/mu4e/*.{el,elc}
%{_infodir}/mu4e.info%{?ext_info}

3
mu-1.12.13.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7908078c5cc90afc7c038d4372b33b404f7fddfe466a27994413dc06f993a445
size 775148

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8a539b687c999678fd7cd37cc4ab15ee5e87801027d982ba195b3a9cb53b761
size 719392