Skip to content

Releases: djcb/mu

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

Release 1.8.11

24 Oct 20:49
v1.8.11
Compare
Choose a tag to compare

Stable release 1.8.11

Bugfixes:

  1. Use fake message-ids when empty
  2. Add explicit check for charconv header
  3. Fix outdated doc for mime part actions
  4. mu-view: be clearer when no text-body found
  5. Fix mu4e-header-thread-first-child-prefix copy-pasta
  6. Ensure mime-parts are utf8

Release 1.8.10

14 Sep 20:42
v1.8.10
Compare
Choose a tag to compare

Bugfix release

  • Fix build with emacs 29 snapshots
  • Use save-excursion around toggling html
  • Install guile scripts and fix bindings

Release 1.8.9

15 Aug 20:24
v1.8.9
Compare
Choose a tag to compare

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.

Release 1.8.8

07 Aug 09:13
v1.8.8
Compare
Choose a tag to compare

Fixes:

  • Update mu4e-action-add-org-contact for new contact format (#2306)
  • Ensure non-nil works (rather than only t) in mu4e-server (#2310)

Add some more unit tests for skipdups / related messages.

Release 1.8.7

24 Jul 09:54
v1.8.7
Compare
Choose a tag to compare

A few minor fixes:

  • ensure the the "current message" is cleared with clearing the
    headers-view; also update mu4e-message-at-point to be stricter
  • only show messages in mu-find that exist
  • load mu4e-view earlier

Release 1.8.6

14 Jul 05:23
v1.8.6
Compare
Choose a tag to compare

Another stable release:

  • Fix the the minimized main menu
  • Be less picky with maildirs with trailing /
  • Add mu4e-copy-thing-at-point, bind to c in view
  • Add more matching tests

Release 1.8.5

05 Jul 22:20
v1.8.5
Compare
Choose a tag to compare

New stable release:

  • some minor build updates
  • add a lispdir option
  • the 1.8.4 release & tag got mixed up, so we're going straight to 1.8.5

Release 1.8.3

01 Jul 05:53
v1.8.3
Compare
Choose a tag to compare

Some fixes:

  • properly install info files
  • allow for alternative emacs binaries
  • extra tests
  • mu: propagate read marks to all with same message-id
  • small doc updates