97441454b1
- Update to 1.12.15: * fix the dbus install issue #2894 * save all attachments if none are selected * documentation improvements
Michael Vetter2026-01-19 08:03:51 +00:00
ffe14c3f21
Accepting request 1304743 from server:mail
Ana Guerrero2025-09-15 17:52:54 +00:00
26941aa582
- Update to 1.12.12: Overall: * In 'mu init', --my-address has been renamed into --personal-address for consistency. The old name still works. Mu4e: * Emacs bookmarks can be now also be created for mu4e queries; see the mu4e-emacs-bookmark-policy defcustom * Support dash when completing maildirs * Add defcustom for mu4e-compose-jump-to-reasonable-place, so it can be overridden, e.g. in compose hooks. * In mu4e, make indexing snappier when there no new messages SCM: * Experimental new Guile bindings under scm/, including a reference manual and unit tests.
Michael Vetter2025-07-25 06:19:36 +00:00
152afa4557
Accepting request 1277001 from server:mail
Ana Guerrero2025-05-13 18:06:58 +00:00
5055f455cf
- Update to 1.12.11: * New stable update; mostly to fix#2847, but with some doc fixes as well.
Michael Vetter2025-05-13 05:25:45 +00:00
2dd021dac8
- Update to 1.12.10: * add --format=json2 for mu find, which produces a bit more 'idiomatic' json * close notifications once done * more informative mu4e-analyze-last-query (include all parameters) * Make mu4e-maildir-shortcut and mu4e-bookmarks understand a property :hide-if-no-unread, which hides the maildir/bookmark from the main-view if there are no unread messages which the corresponding query.
Michael Vetter2025-05-08 06:56:17 +00:00
8f3bd0d04b
- Update to 1.12.9: * new command mu4e-analyze-last-query which shows information about how the server interpreted the last query; this can be useful if you don't get the result you expected. * When you ask for bookmarks or maildirs through mu4e-search-bookmark or mu4e-search-maildir, unread counts are displayed in the (default) completions UI next to the maildir or bookmark. If you don't want to see these counts, set mu4e-hide-short-counts to non-nil. * experimental: a "transient" menu, which provides easy access to some common (and some not so common) functions in mu4e. For now, you can enable this with: (require 'mu4e-transient) (global-set-key (kbd "C-c m") #'mu4e-transient-menu) This requires you to have the "transient" package, which means Emacs 28 or later or alternatively you can install it manually. As stated, it's experimental and will be change / expanded over time, but already I find it quite useful. * gnus mailing-list management commands such as gnus-mailing-list-subscribe, gnus-mailing-list-unsubscribe now also work in mu4e. Also available through the transient menu. * 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
Michael Vetter2025-02-27 08:35:13 +00:00
e39cd348d4
Accepting request 1233581 from server:mail
Ana Guerrero2024-12-30 13:26:35 +00:00
cc014e115c
- 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: In mu4e (see docstrings for details): * new command 'mu4e-view-jump-to-mime-part', to jump to some mime part by number. * new variable mu4e-trash-without-flag, if set to non-nil, "trashing" a message will not add the "T" flag.
Michael Vetter2024-12-27 16:46:49 +00:00
c39d3b7241
Accepting request 1218735 from server:mail
Ana Guerrero2024-10-28 14:22:11 +00:00
567ced11f1
- Update to 1.12.7: * many documentation fixes * mu4e: fix some mu4e-compose-captured-message corner case (#2745) * mu4e: fix 'user-agent' field (#2750) * few tiny tweaks * However biggest change is regarding mu's "threadiness" with respect to Xapian. For a while, some people, ran into Xapian database corruptions (I've seen it very occasionally, some people more often); issue #2706. I don't know the precise cause, but it seems to be related to using threads with Xapian; the mu code in this area hasn't changed much, so perhaps newer Xapian versions are less forgiving? Anyway, this is all speculation. Database corruption with mu is not catastrophic, since you can always rebuild it without data-loss; however, it's still annoying and we'd obviously want to avoid that. 1.12.7 includes a change to make the database access single-threaded again, which seems to help for this problem. We're really returning to the behavior some older versions of mu, with the difference that now you'll get a message in mu4e Cannot handle command while indexing, please retry later. Hope that doesn't inconvenience people too much. Might have a deeper look into when I have some more time and not in the 1.12.x series.
Michael Vetter2024-10-28 07:56:03 +00:00
b829a0cabb
- Update to 1.12.6: * 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)
Michael Vetter2024-07-28 06:44:43 +00:00
8aa5353831
Accepting request 1171850 from server:mail
Ana Guerrero2024-05-05 10:10:53 +00:00
161c5b08d8
- Update to 1.12.5: * Rework message composition; split off parts into mu4e-draft.el This tries harder to maintain the current buffer as expected * This fixes e.g. emacs-report-bug handling * New hook mu4e-compose-post-hook for tweaking what mu4e does when we're done with a message (after sending, cancelling, ...). By default, it tries to close the frame if needed, and restore the window configuration. See its docstring. * Better handle forwarding of encoded messages * Don't remove non-mu4e completion in composer * Integrate iCalendar support with message-composition * Handle mu4e-sent-messages-behavior correctly when it's a function * Better support NetBSD * Support some file systems that don't put the file type in d_type * Improve documentation
Michael Vetter2024-05-03 20:53:08 +00:00
8c43ab390b
Accepting request 1167921 from server:mail
Ana Guerrero2024-04-16 18:05:00 +00:00
1e57d4c55e
- Update to 1.12.4: * 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.
Michael Vetter2024-04-16 06:10:52 +00:00
956caa7e73
Accepting request 1166274 from server:mail
Ana Guerrero2024-04-09 14:47:54 +00:00
96d87b2b8e
- Update to 1.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
Michael Vetter2024-04-09 05:01:02 +00:00
4330035a32
Accepting request 1158893 from server:mail
Ana Guerrero2024-03-18 15:46:15 +00:00
3860bc431d
- Update to 1.12.2: * 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
Michael Vetter2024-03-18 07:52:57 +00:00
5ebafc82e5
Accepting request 1154557 from server:mail
Ana Guerrero2024-03-04 20:25:19 +00:00
287bd640b0
- Update to 1.12.1: * 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
Michael Vetter2024-03-04 06:36:28 +00:00
3feeda2130
Accepting request 1150565 from server:mail
Ana Guerrero2024-02-26 18:45:28 +00:00
3dcdd14baa
- Update to 1.12.0: * Significant speedups in both mu and mu4e * Reworked message composition, closer to its Gnus origins which adds many of its features * Overhauled the query parser; squashing a number of bugs/limitations, incl. dealing with CJK messages * Experimental folding of message threads * Better and faster indexing of HTML messages * Experimental search by (human) language wit CLD2 * For details see NEWS.org file
Michael Vetter2024-02-26 07:06:59 +00:00
5d5f4d24bd
Accepting request 1125110 from server:mail
Ana Guerrero2023-11-13 21:18:47 +00:00
e804ae0730
- Update to 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)
Michael Vetter2023-11-10 19:38:04 +00:00
de6a8a1065
Accepting request 1108391 from server:mail
Ana Guerrero2023-09-01 12:21:48 +00:00
7d46d22062
- Update to 1.10.7: * Fix mu4e-compose-complete-addresses defcustom * Allow for specifying the guile dir (useful for distros) meson setup -Dguile-extension-dir= build
Michael Vetter2023-09-01 07:39:36 +00:00
1ad17f71a5
- Update to 1.10.6: * 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)
Michael Vetter2023-08-06 19:07:43 +00:00
bef1f53b98
- Update to 1.10.5: * 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)
Michael Vetter2023-07-10 05:36:48 +00:00
3f04ef26d4
- Update to 1.10.2: * 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
Michael Vetter2023-04-09 14:56:42 +00:00
846e37bc20
- Update to 0.7.1: Added: * Added command folders expunge that deletes all emails marked for deletion. Changed: * Changed the location of the documentation. Fixed: * Fixed broken links in README.md. Removed: * Removed the maildir-backend cargo feature, it is now included by default. * Removed issues section on GitHub, now issues need to be opened by sending an email at ~soywod/pimalaya@todo.sr.ht.
Michael Vetter2023-03-27 06:51:13 +00:00
3adc723b13
- Update to 1.8.14: * 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)
Michael Vetter2023-01-29 11:31:58 +00:00
20b523add7
- Update to 1.8.11: * Use fake message-ids when empty * Add explicit check for charconv header * Fix outdated doc for mime part actions * mu-view: be clearer when no text-body found * Fix mu4e-header-thread-first-child-prefix copy-pasta * Ensure mime-parts are utf8
Michael Vetter2022-10-25 06:49:15 +00:00
9cac233a93
- Update to 1.8.10: * Fix build with emacs 29 snapshots * Use save-excursion around toggling html * Install guile scripts and fix bindings
Michael Vetter2022-09-15 07:03:20 +00:00
9ad8431e37
- Update to 1.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.
Michael Vetter2022-08-16 08:28:40 +00:00
d32461bbfd
- Update to 1.8.8: * 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.
Michael Vetter2022-08-08 06:57:56 +00:00
149599cd8a
Accepting request 990950 from server:mail
Richard Brown2022-07-26 17:44:22 +00:00
077f1637da
- Update to 1.8.7: * 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
Michael Vetter2022-07-25 07:49:28 +00:00
591bb2a1d3
- Update to 1.8.6: * 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
Michael Vetter2022-07-14 07:52:10 +00:00
6307a4f399
- Update to 1.8.5: * 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
Michael Vetter2022-07-06 06:56:45 +00:00
cb90f43465
- Update to 1.8.3: * properly install info files * allow for alternative emacs binaries * extra tests * mu: propagate read marks to all with same message-id * small doc updates
Michael Vetter2022-07-04 10:57:45 +00:00
4aa9d34452
- Update to 1.6.11: * mu-init: update manpage #2200. * indexer: don't wait when indexing does not progress #2233. * guile: add XAPIAN_CXXFLAGS #2236. * mu4e: don't loop mu4e-update-index when index is empty #2240.
Michael Vetter2022-06-05 12:40:59 +00:00
6fff01b66c
- Update to 1.6.10: * fix --terminate help display * make undo work across compose saves * ignore .update when store is empty * add xapian deps
Michael Vetter2021-12-03 18:34:20 +00:00
d346cbf22e
- Update to 1.6.5: * Create numbered backup of attached file when already exists (#2090) * Use and instead of progn and fix some long lines * Fix mu4e-view-save-attachments void variable * mu4e-headers: restore mark after update * view-gnus: Add S-SPC to scroll-down binding
Michael Vetter2021-08-27 12:18:47 +00:00
e5a1caeb0d
- Update to 1.6.4: * mu4e: Add back the `h' keybinding to toggle HTML view in a gnus article * mu4e: toggle-html: use if-let/seq-find * mu4e-view-gnus: Fix some flycheck warnings (doc) * Create numbered backup of attached file when already exists #2090 * Use and instead of progn and fix some long lines * mu4e-compose: regenerate Date: when user removes it
Michael Vetter2021-08-23 05:15:47 +00:00
b74f4a6cdd
Accepting request 912426 from server:mail
Richard Brown
2021-08-18 06:55:57 +00:00
43e952f57c
- Update to 1.6.3: * A few more updates -- lazy indexing and thread-subjects, org link config.
Michael Vetter2021-08-16 14:20:32 +00:00
b809b62506
Accepting request 911241 from server:mail
Richard Brown
2021-08-11 09:47:14 +00:00
cb63cbffaf
Accepting request 909634 from home:mssola:branches:server:mail
Dirk Stoecker2021-08-10 11:32:18 +00:00
eb8eb57216
- Update to 1.4.14: * lib: fix mu-msg-json build * mu4e-view: Use 'mu4e not "mu4e" when extracting * Fix mu help doesn't show the init command * mu4e: avoid calendar charset error * Disable mm-verify-option let-bounded in mu4e~view-gnusMichael Vetter2021-01-04 10:15:23 +00:00
928a0dab33
- Update to 1.4.8: * Strip properties from mu4e-completing-read-function results * mu4e: remove easy-accounts / no-trash-providers for now * Add missing space between signature verification and signers * mu4e-maildir-shortcuts: update for today's functionality * mu4e-maildir-shortcuts: update for today's functionality
Michael Vetter2020-06-01 05:51:05 +00:00