Skip to content

Releases: djcb/mu

Release 1.8.15

21 Aug 15:51
v1.8.15
Compare
Choose a tag to compare

Fix gcc 13 build

Release 1.10.6

06 Aug 13:40
v1.10.6
Compare
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
Compare
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)

Release 1.10.4

22 Jun 20:51
v1.10.4
Compare
Choose a tag to compare

New stable release.

Changes since 1.10.3:

  • contact/display-name: quote "names" with '@'
  • gmime-test: fix leak
  • mu4e: run mu4e-view-rendered-hook non-read-only (#2500)
  • mu4e: don't error out in mu4e-view-quit (#2487)
  • mu4e: add mu4e-fetch-field
  • message: remove control characters from subject (#2477)
  • meson.build: avoid clang build warning

Release 1.10.3

15 Apr 20:32
v1.10.3
Compare
Choose a tag to compare

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

09 Apr 12:15
v1.10.2
Compare
Choose a tag to compare

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

02 Apr 06:44
v1.10.1
Compare
Choose a tag to compare

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

26 Mar 07:37
v1.10.0
Compare
Choose a tag to compare

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

29 Jan 10:31
v1.8.14
Compare
Choose a tag to compare

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

06 Dec 08:30
v1.8.13
Compare
Choose a tag to compare

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