- Update to 1.12.15:
* fix the dbus install issue #2894
* save all attachments if none are selected
* documentation improvements
- Update to 1.12.14:
* improved guix (and other systems) compatibility: make fewer assumptions
about where system programs are
* documentations improvements, in manpages and the mu4e reference manual
* labels: better messages when importing
* scm: stabilize tests. tweaks api.
* mu4e: add mu4e-view-mark-and-next
* mu4e: mu4e-dbus-mode; a new experimental minor in which mu4e exposes
some of its data over DBus.
OBS-URL: https://build.opensuse.org/request/show/1328013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=63
* fix the dbus install issue #2894
* save all attachments if none are selected
* documentation improvements
- Update to 1.12.14:
* improved guix (and other systems) compatibility: make fewer assumptions
about where system programs are
* documentations improvements, in manpages and the mu4e reference manual
* labels: better messages when importing
* scm: stabilize tests. tweaks api.
* mu4e: add mu4e-view-mark-and-next
* mu4e: mu4e-dbus-mode; a new experimental minor in which mu4e exposes
some of its data over DBus.
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=127
- 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
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
- 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
* 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
- 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
* 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
- 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
* 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
- 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
* 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
* improved documentation: man-pages, mu4e reference manual, README
* new function mu4e-save-message, to save a copy of the message at
point
* reduce logging a bit
* fix mu4e-compose-pre-hook which broke with the 1.12.5 changes
* fix bookmark support (bookmark-make-record-function)
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=108
- Update to 1.12.5:
* Rework message composition; split off parts into mu4e-draft.el
This tries harder to maintain the current buffer as expected
* This fixes e.g. emacs-report-bug handling
* New hook mu4e-compose-post-hook for tweaking what mu4e does when
we're done with a message (after sending, cancelling, ...).
By default, it tries to close the frame if needed, and restore
the window configuration. See its docstring.
* Better handle forwarding of encoded messages
* Don't remove non-mu4e completion in composer
* Integrate iCalendar support with message-composition
* Handle mu4e-sent-messages-behavior correctly when it's a function
* Better support NetBSD
* Support some file systems that don't put the file type in d_type
* Improve documentation
OBS-URL: https://build.opensuse.org/request/show/1171850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=54
* Rework message composition; split off parts into mu4e-draft.el
This tries harder to maintain the current buffer as expected
* This fixes e.g. emacs-report-bug handling
* New hook mu4e-compose-post-hook for tweaking what mu4e does when
we're done with a message (after sending, cancelling, ...).
By default, it tries to close the frame if needed, and restore
the window configuration. See its docstring.
* Better handle forwarding of encoded messages
* Don't remove non-mu4e completion in composer
* Integrate iCalendar support with message-composition
* Handle mu4e-sent-messages-behavior correctly when it's a function
* Better support NetBSD
* Support some file systems that don't put the file type in d_type
* Improve documentation
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=106
* query when quitting emacs with unhandled marks in a headers buffer
* fix mime-handling
* update sent handling (simplifying it)
* some internal improvements
* number of small fixes / updates
* documentation updates
* re-enable a specific database lock; this makes indexing a bit slower,
but hopefully avoids some db corruption.
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=104
* improve documentation / manpages
* add --reindex option to 'mu index'
* split off mu4e-complete-contact (for wider use)
* work around some mail rendering issues with some emacs version
* update some dependencies
* fix some build warnings on older emacsen
* fix musl build
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=102
- Update to 1.12.0:
* Significant speedups in both mu and mu4e
* Reworked message composition, closer to its Gnus origins which
adds many of its features
* Overhauled the query parser; squashing a number of bugs/limitations,
incl. dealing with CJK messages
* Experimental folding of message threads
* Better and faster indexing of HTML messages
* Experimental search by (human) language wit CLD2
* For details see NEWS.org file
OBS-URL: https://build.opensuse.org/request/show/1150565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=49
* Significant speedups in both mu and mu4e
* Reworked message composition, closer to its Gnus origins which
adds many of its features
* Overhauled the query parser; squashing a number of bugs/limitations,
incl. dealing with CJK messages
* Experimental folding of message threads
* Better and faster indexing of HTML messages
* Experimental search by (human) language wit CLD2
* For details see NEWS.org file
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=96
- Update to 1.10.6:
* mu4e: clarify sortable fields in UI
* mu4e: fix mu4e-view-refresh
* guile: use the standard guile extension directory
* mu: expand file paths in command-line options (e.g.,
--maildir=~/Maildir) for shell that don't do so themselves (such as
bash)
* mu: set default batch-size to 50000 so we won't use too much memory
(the old default broke systems with limited memory)
OBS-URL: https://build.opensuse.org/request/show/1102597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=46
* mu4e: clarify sortable fields in UI
* mu4e: fix mu4e-view-refresh
* guile: use the standard guile extension directory
* mu: expand file paths in command-line options (e.g.,
--maildir=~/Maildir) for shell that don't do so themselves (such as
bash)
* mu: set default batch-size to 50000 so we won't use too much memory
(the old default broke systems with limited memory)
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=90
- Update to 1.10.2:
* improve unit tests
* fix threading issue with file-based logging
* re-enable --after option for mu cfind
* allow extracting message-parts from message (mu extract)
* allow using relative message paths (view/extract/verify)
Mu4e:
* by default, don't reuse frame with composing in new frame
* allow for disabling global modeline items
* create random name for newly detached views
* documentation update
OBS-URL: https://build.opensuse.org/request/show/1078170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=42
* improve unit tests
* fix threading issue with file-based logging
* re-enable --after option for mu cfind
* allow extracting message-parts from message (mu extract)
* allow using relative message paths (view/extract/verify)
Mu4e:
* by default, don't reuse frame with composing in new frame
* allow for disabling global modeline items
* create random name for newly detached views
* documentation update
OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=82
- Update to 1.10.0:
mu:
* a new command-line parser, which allows (hopefully!) for a better user
interaction; better error checking and more
* Invalid e-mail addresses are no longer added to the contacts-cache.
* The cfind command gained --format=json, which makes it easy to further
process contact information, e.g. using jq. See the manpage for more details.
* The init command learned --reinit to reinitialize the database
with the setings of an exisitng one
* The script command is gone, and integrated with mu directly, i.e. the
scripts (when enabled) are directly visible in the mu output. Also see
the Guile section.
* The extract command gained the --uncooked option to tell it to not replace
spaces with dashes in extracted filenames (and a few other things).
* Revamped manpages which are now generated from org descriptions
* Standardize on PCRE-flavored regular expressions throughout mu.
* Experimental: as bit of a hack, html message bodies are processed as if
they were plain text, similar how “old mu” would do it (1.6.x and earlier).
A nicer solution would be to convert to text, but this something for the future.
* the MSYS2 (Windows) builds is experimental now; some things may not work;
see e.g. https://github.com/djcb/mu/issues?q=is%3Aissue+label%3Amsys, but
we welcome efforts to fix those things.
mu4e:
* emacs 26.3 or higher is now required for mu4e
* mu4e-view-mode-hook now fires before the message is rendered. If you have
hook-functions that depend on the message contents, you should use the new mu4e-view-rendered-hook.
* mu4e window management has been completely reworked and cleaned up, affecting
the message loading as well as the window-layout. As a user-visible feature, there’s
now the z binding (mu4e-view-detach), to ‘detach’ view and alllow for keeping multiple
views around; see the manual entry for further details.
OBS-URL: https://build.opensuse.org/request/show/1074565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maildir-utils?expand=0&rev=40