Skip to content

Releases: djcb/mu

Release v1.12.4

15 Apr 17:01
v1.12.4

Choose a tag to compare

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

08 Apr 20:52
v1.12.3

Choose a tag to compare

  • 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

16 Mar 21:38
v1.12.2

Choose a tag to compare

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

03 Mar 08:25
v1.12.1

Choose a tag to compare

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

24 Feb 14:20
v1.12.0

Choose a tag to compare

First release from the new stable 1.12 series.

For details, please see NEWS.org.

Release 1.10.8

09 Nov 19:31
v1.10.8

Choose a tag to compare

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

30 Aug 19:34
v1.10.7

Choose a tag to compare

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

21 Aug 15:51
v1.8.15

Choose a tag to compare

Fix gcc 13 build

Release 1.10.6

06 Aug 13:40
v1.10.6

Choose a tag to compare

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

08 Jul 07:44
v1.10.5

Choose a tag to compare

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)