Releases: djcb/mu
Releases · djcb/mu
Release v1.12.4
New stable release
- 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.
Stable release v1.12.3
- 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
Release 1.12.2
Stable release 1.12.2
A bunch of fixes and some features restored:
- fix guile loading path
- respect message-cite-reply-position
- bring back mu4e-message-goto-(top|bottom)
- bring back mu4e-compose-context-switch
- bring back mu4e-compose-attach-captured-message
- improve manpages layout
- flag messages with "list-unsubscribe" as MailingList messages
- fix some build warnings
Release 1.12.1
Various small tweaks / fixes:
- CLD2: add build option; ensure CLD2 is actually used
- insist --maildir is absolute
- tweak mu4e-compose; add 'display-buffer option for mu4e-compose-switch
- fix typos, update mu4e documentation
Release 1.12.0
First release from the new stable 1.12 series.
For details, please see NEWS.org.
Release 1.10.8
Stable release 1.10.8
- guile: fix module installation path
- infodir: allow passing absolute path
- mu4e-view: assign gnus-article-buffer (helps with some external
programs) - mu4e: fix completion with non-quick keys (when using completion
frameworks)
Release 1.10.7
Stable release 1.10.7
- Fix mu4e-compose-complete-addresses defcustom
- Allow for specifying the guile dir (useful for distros)
meson setup -Dguile-extension-dir= build
Release 1.8.15
Fix gcc 13 build
Release 1.10.6
New stable release 1.10.6
Changes since 1.10.5:
- 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)
Release 1.10.5
Bugfix release
Changes:
- in single-window mode, restore point after quitting headers-mode
- check the part-type in Multipart (avoids an error in verifying unsigned messages with a signed attachment)