Releases: djcb/mu
Releases · djcb/mu
Release 1.10.4
New stable release.
Changes since 1.10.3:
Release 1.10.3
Stable release
- fix logger unit-test build for some environments
- mu/mu4e: improve server error messages
- add 'uninstall' target to makefile
- reset mu4e--last-delta-unread (notifications)
Release 1.10.2
New stable version; since 1.10.1:
- 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
Release 1.10.1
Fixes:
- defcustom typing updates
- re-enable json output for mu-find
- restore emacs27 compatibility (buffer-local-boundp)
- avoid tramp cornercase for mu4e version check
- handle function-type bookmarks again
- restore terminal colors after error
Release 1.10.0
A brand new stable release.
Please read https://github.com/djcb/mu/blob/release/1.10/NEWS.org with all the details
Release 1.8.14
New stable / bugfix release:
- create mu cache path if needed
- fix empty 'To:' header on reply to icalendar invitation
- use const char* from for time_to_string (avoids crash in some configs)
- mu4e-headers: appease byte-compiler
- mu4e-headers: fallback to :subject for :thread-subject
- mu-query-match-decider: add 'Related' to flags (rather than replace)
Release 1.8.13
Stable release 1.8.13
Changes (since 1.8.11, since there's no 1.8.12 release):
- Make server buffer invisible
- Fix mu-headers-toggle-setting user feedback
- Improve browse-url-handlers
- Update some tests, avoid compiler warnings
Release 1.8.11
Stable release 1.8.11
Bugfixes:
- Use fake message-ids when empty
- Add explicit check for charconv header
- Fix outdated doc for mime part actions
- mu-view: be clearer when no text-body found
- Fix mu4e-header-thread-first-child-prefix copy-pasta
- Ensure mime-parts are utf8
Release 1.8.10
Bugfix release
- Fix build with emacs 29 snapshots
- Use save-excursion around toggling html
- Install guile scripts and fix bindings
Release 1.8.9
Release v1.8.9
- Work around some Protonmail-specific (mis)behavior with messages
References; add some tests - Fix probleem with mu4e~view-message being nillified when it shouldn't.