Commit Graph

  • 0db380dfe7 Accepting request 1328013 from server:mail factory Ana Guerrero 2026-01-19 17:38:01 +00:00
  • 97441454b1 - Update to 1.12.15: * fix the dbus install issue #2894 * save all attachments if none are selected * documentation improvements Michael Vetter 2026-01-19 08:03:51 +00:00
  • ffe14c3f21 Accepting request 1304743 from server:mail Ana Guerrero 2025-09-15 17:52:54 +00:00
  • 7327e065d2 - Update to 1.12.13: * Improvements to the build process * Guile/Scheme binding ("SCM") * New experimental "labels" sub-command * See https://github.com/djcb/mu/releases/tag/v1.12.13 for details Michael Vetter 2025-09-15 08:09:10 +00:00
  • 2500656e76 Accepting request 1295676 from server:mail Dominique Leuenberger 2025-07-25 15:06:12 +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 Vetter 2025-07-25 06:19:36 +00:00
  • 152afa4557 Accepting request 1277001 from server:mail Ana Guerrero 2025-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 Vetter 2025-05-13 05:25:45 +00:00
  • 83badc8fc8 Accepting request 1275419 from server:mail Dominique Leuenberger 2025-05-08 16:23:09 +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 Vetter 2025-05-08 06:56:17 +00:00
  • 55f9c4dd66 Accepting request 1248922 from server:mail Dominique Leuenberger 2025-02-27 13:51:19 +00:00
  • 7222c7927e OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=117 Michael Vetter 2025-02-27 10:44:41 +00:00
  • 89a4f5f12d OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=116 Michael Vetter 2025-02-27 08:58:07 +00:00
  • e4af24baa7 OBS-URL: https://build.opensuse.org/package/show/server:mail/maildir-utils?expand=0&rev=115 Michael Vetter 2025-02-27 08:44:18 +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 Vetter 2025-02-27 08:35:13 +00:00
  • e39cd348d4 Accepting request 1233581 from server:mail Ana Guerrero 2024-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 Vetter 2024-12-27 16:46:49 +00:00
  • c39d3b7241 Accepting request 1218735 from server:mail Ana Guerrero 2024-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 Vetter 2024-10-28 07:56:03 +00:00
  • 87c8a733be Accepting request 1189969 from server:mail leap-16.1 leap-16.0 Dominique Leuenberger 2024-07-28 15:20:12 +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 Vetter 2024-07-28 06:44:43 +00:00
  • 8aa5353831 Accepting request 1171850 from server:mail Ana Guerrero 2024-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 Vetter 2024-05-03 20:53:08 +00:00
  • 8c43ab390b Accepting request 1167921 from server:mail Ana Guerrero 2024-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 Vetter 2024-04-16 06:10:52 +00:00
  • 956caa7e73 Accepting request 1166274 from server:mail Ana Guerrero 2024-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 Vetter 2024-04-09 05:01:02 +00:00
  • 4330035a32 Accepting request 1158893 from server:mail Ana Guerrero 2024-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 Vetter 2024-03-18 07:52:57 +00:00
  • 5ebafc82e5 Accepting request 1154557 from server:mail Ana Guerrero 2024-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 Vetter 2024-03-04 06:36:28 +00:00
  • 3feeda2130 Accepting request 1150565 from server:mail Ana Guerrero 2024-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 Vetter 2024-02-26 07:06:59 +00:00
  • 5d5f4d24bd Accepting request 1125110 from server:mail Ana Guerrero 2023-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 Vetter 2023-11-10 19:38:04 +00:00
  • de6a8a1065 Accepting request 1108391 from server:mail Ana Guerrero 2023-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 Vetter 2023-09-01 07:39:36 +00:00
  • 56b7ae601b Accepting request 1102597 from server:mail Dominique Leuenberger 2023-08-07 13:29:06 +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 Vetter 2023-08-06 19:07:43 +00:00
  • 7f6ed9393f Accepting request 1097858 from server:mail Dominique Leuenberger 2023-07-10 14:40:13 +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 Vetter 2023-07-10 05:36:48 +00:00
  • 2675258e19 Accepting request 1094747 from server:mail Dominique Leuenberger 2023-06-23 19:52:50 +00:00
  • 4944a9a566 - Update to 1.10.4: * 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 Michael Vetter 2023-06-23 05:59:52 +00:00
  • 834dba4b35 Accepting request 1082365 from server:mail Dominique Leuenberger 2023-04-24 20:31:25 +00:00
  • 8e70a846ed - Update to 1.10.3: * 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) Michael Vetter 2023-04-17 06:37:48 +00:00
  • 326f217d82 Accepting request 1078170 from server:mail Dominique Leuenberger 2023-04-09 18:32:58 +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 Vetter 2023-04-09 14:56:42 +00:00
  • 2a24375ed4 Accepting request 1076762 from server:mail Dominique Leuenberger 2023-04-02 22:51:59 +00:00
  • dfd24980d5 - Update to 1.10.1: * 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 Michael Vetter 2023-04-02 18:14:54 +00:00
  • e6cced99cf Accepting request 1074565 from server:mail Dominique Leuenberger 2023-03-27 16:16:38 +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 Vetter 2023-03-27 06:51:13 +00:00
  • 3cf95c9f8c Accepting request 1061865 from server:mail Dominique Leuenberger 2023-01-30 16:10:03 +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 Vetter 2023-01-29 11:31:58 +00:00
  • ef6de9f4c8 Accepting request 1040532 from server:mail Dominique Leuenberger 2022-12-06 13:24:15 +00:00
  • 3f9b844901 - Update to 1.8.13: * Make server buffer invisible Michael Vetter 2022-12-06 08:36:16 +00:00
  • 3d021dbadc Accepting request 1031034 from server:mail Dominique Leuenberger 2022-10-25 09:20:20 +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 Vetter 2022-10-25 06:49:15 +00:00
  • 8653ae8aa8 Accepting request 1003709 from server:mail Dominique Leuenberger 2022-09-15 20:58:59 +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 Vetter 2022-09-15 07:03:20 +00:00
  • 24e0415290 Accepting request 996446 from server:mail Dominique Leuenberger 2022-08-16 15:08:06 +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 Vetter 2022-08-16 08:28:40 +00:00
  • 7804087ae0 Accepting request 993675 from server:mail Dominique Leuenberger 2022-08-08 09:42:59 +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 Vetter 2022-08-08 06:57:56 +00:00
  • 149599cd8a Accepting request 990950 from server:mail Richard Brown 2022-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 Vetter 2022-07-25 07:49:28 +00:00
  • e028802449 Accepting request 989100 from server:mail Dominique Leuenberger 2022-07-14 14:34:32 +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 Vetter 2022-07-14 07:52:10 +00:00
  • 0c8b95f910 Accepting request 986973 from server:mail Dominique Leuenberger 2022-07-06 13:42:14 +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 Vetter 2022-07-06 06:56:45 +00:00
  • b5a2aef9cb Accepting request 986622 from server:mail Dominique Leuenberger 2022-07-05 10:09:11 +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 Vetter 2022-07-04 10:57:45 +00:00
  • 3d9360cc18 Accepting request 980883 from server:mail Dominique Leuenberger 2022-06-05 19:28:38 +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 Vetter 2022-06-05 12:40:59 +00:00
  • 595a6a6a4d Accepting request 935567 from server:mail Dominique Leuenberger 2021-12-05 21:45:50 +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 Vetter 2021-12-03 18:34:20 +00:00
  • 3232963028 Accepting request 928957 from server:mail Dominique Leuenberger 2021-11-03 16:26:24 +00:00
  • 7a18f2ea98 - Update to 1.6.9: * Just a version bump because 1.6.8 had a mistake in them Michael Vetter 2021-11-03 08:21:36 +00:00
  • b7f634b30b Accepting request 914603 from server:mail Dominique Leuenberger 2021-08-27 19:44:10 +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 Vetter 2021-08-27 12:18:47 +00:00
  • 63610b3092 Accepting request 913628 from server:mail Dominique Leuenberger 2021-08-24 08:54:34 +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 Vetter 2021-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 Vetter 2021-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 Stoecker 2021-08-10 11:32:18 +00:00
  • 8cb0d73877 Accepting request 866501 from server:mail Dominique Leuenberger 2021-01-25 17:24:36 +00:00
  • 9881b30ba0 - Update to 1.4.15: * Fix 'mu4e-interrupt-update-mail alias definition * mu-msg-sexp: Improve list-post regexp Michael Vetter 2021-01-25 08:44:52 +00:00
  • 199d23ad6e Accepting request 860126 from server:mail Dominique Leuenberger 2021-01-04 18:08:55 +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-gnus Michael Vetter 2021-01-04 10:15:23 +00:00
  • 918891c7c6 Accepting request 825263 from server:mail Dominique Leuenberger 2020-08-10 13:02:56 +00:00
  • 27b72d59d4 - Update to 1.4.13: * Bugfix release, no changes provided Michael Vetter 2020-08-10 07:08:57 +00:00
  • f998a24a00 Accepting request 822925 from server:mail Dominique Leuenberger 2020-07-27 15:45:49 +00:00
  • 9ebcad841d - Update to 1.4.12: * Bugfix release, no changes provided Michael Vetter 2020-07-27 07:06:38 +00:00
  • ac008e9d3b Accepting request 813122 from server:mail Dominique Leuenberger 2020-06-11 08:05:40 +00:00
  • c186b05ceb - Update to 1.4.10: * mu4e-headers: require mule-util for truncate-string-ellipsis Michael Vetter 2020-06-10 07:46:36 +00:00
  • ea2d1bfa12 Accepting request 812445 from server:mail Dominique Leuenberger 2020-06-08 22:06:13 +00:00
  • edec2ddc93 - Update to 1.4.9: * mu4e: avoid trouble with truncate-string-to-width Michael Vetter 2020-06-08 07:52:04 +00:00
  • 4a997887d7 Accepting request 810523 from server:mail Dominique Leuenberger 2020-06-02 12:39:15 +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 Vetter 2020-06-01 05:51:05 +00:00
  • 524bc30a81 Accepting request 806278 from server:mail Dominique Leuenberger 2020-05-19 12:45:24 +00:00