2025-03-03 03:29:41 by Kevin Bloom | Files touched by this commit (2) |
Log message:
mu: forgot patches
|
2025-03-03 03:26:54 by Kevin Bloom | Files touched by this commit (3) |  |
Log message:
mu: update to 1.12.9
- new command mu4e-analyze-last-query
- update to bookmarking
- experimental: a "transient" menu, which provides easy access to
some common (and some not so common) functions in mu4e (requires
emacs >=28)
- The mu server uses PCRE-compatible regexps (for addresses), which
are not necessarily compatible with Emacs regular expressions.
However, mu4e can now automatically translate; this depends on the
pcre2el package which the user should install when using regular
expression-addresses.
- the cleanup phase after indexing has been sped up significantly
- updated documentation; man-pages and mu4e reference manual
|
2024-12-26 17:38:17 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
mu: update to 1.12.8
- documentation improvements
- removal of the old threading option and cleanup
- 'lazy' indexing is even lazier (faster)
- make references (the References:/In-reply-to: headers) searchable
(with "references:" or "ref:")
- add new combination-field "related:" to search by msgid: _or_
references:
|
2024-12-07 16:19:52 by Nia Alarie | Files touched by this commit (1) |
Log message:
mu: Requires 64-bit wide atomics
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-28 15:44:31 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
mu: updated to 1.12.7
- fixed threading issue with xapian
- improved documentation
- other small tweaks and bug fixes
|
2024-08-09 11:42:40 by Ryo ONODERA | Files touched by this commit (327) |
Log message:
*: Recursive revbump from security/libassuan2
|
2024-07-29 21:32:58 by Kevin Bloom | Files touched by this commit (3) |  |
Log message:
mu: updated to version 1.12.6
Packaging changes:
- removed patch due to upstream fixing bug
Upstream changes:
- improved documentation: man-pages, mu4e reference manual, README
- new function `mu4e-save-message`, to save a copy of the message at
point
- reduce logging a bit
- fix `mu4e-compose-pre-hook` which broke with the 1.12.5 changes
- fix bookmark support (`bookmark-make-record-function`)
- fixed running mu server on non-systemd operating systems
|