| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-23 | configure: bump version to 1.4.151.4.15release/1.4.x | Dirk-Jan C. Binnema | |
| 2021-01-23 | mu-msg-sexp: Improve list-post regexp | Dirk-Jan C. Binnema | |
| This should catch some more addresses. | |||
| 2021-01-20 | Fix 'mu4e-interrupt-update-mail alias definition | Yuri D'Elia | |
| 2021-01-03 | configure.ac: bump version to 1.4.141.4.14 | Dirk-Jan C. Binnema | |
| 2021-01-03 | lib: fix mu-msg-json build | Dirk-Jan C. Binnema | |
| 2021-01-03 | mu4e-view: Use 'mu4e not "mu4e" when extracting | Dirk-Jan C. Binnema | |
| And param is a string. Fixes: #1869. Fixes: #1865. | |||
| 2020-12-01 | Fix `mu help` doesn't show the `init` command. Fix a sentence. | David | |
| 2020-12-01 | mu4e: avoid calendar charset error | Dirk-Jan C. Binnema | |
| Fixes #issue #1832. HT: tpeacock19. | |||
| 2020-12-01 | Disable `mm-verify-option` let-bounded in `mu4e~view-gnus` | Thierry Volpiatto | |
| When this option is set to 'known and the needed key is not yet in the user's keyring, mu4e may hangs forever unable to verify email so lets user set this variable globally to 'never to prevent this issue. | |||
| 2020-08-09 | build: bump version to 1.4.131.4.13 | Dirk-Jan C. Binnema | |
| 2020-08-09 | mu4e: gnus-view: Make sure to clean up gnus mm buffers | Dirk-Jan C. Binnema | |
| After leaving a gnus-view buffer, we should clean up the the mm-* buffers it creates; we were leaking those. Fixes #1781 | |||
| 2020-07-26 | bump version to 1.4.121.4.12 | Dirk-Jan C. Binnema | |
| 2020-07-26 | mu4e-proc: ensure mu4e~call-mu does not truncate1.4.11 | Dirk-Jan C. Binnema | |
| For non-nil settings of print-length, print-level. (and remove an unused defun). | |||
| 2020-07-26 | mu4e.texi: remove obsolete crypto footnote. | Dirk-Jan C. Binnema | |
| Fixes #1761. | |||
| 2020-07-26 | NEWS.org, mu4e-vars.e.: fix spelling mu4e-contact-rewrite-function | Dato Simó | |
| mu4e-contact-rewrite-function was obsoleted in 1.4, but the entry in NEWS.org entry, and the make-obsolete-variable call, referred to it as mu4e-contacts-rewrite-function. (Should be "contact", not "contacts".) | |||
| 2020-07-26 | Don't declare mu_str_size_s() with the const attribute. | Todd Carson | |
| When this function is declared const or pure, clang at -O1 or higher optimizes away the call to mu_str_size_s() inside mu_str_size(), so that it ignores its argument and returns whatever is in mu_str_size_s()'s static buffer. Found when test-mu-str failed while testing an update of mu in OpenBSD's ports tree. | |||
| 2020-07-26 | In mu(1) refer to mu-script(1) instead of mu-guile, which does not exist | Todd Carson | |
| 2020-07-26 | mu4e: mu4e-info is not interactive | Dirk-Jan C. Binnema | |
| 2020-06-09 | build: bump version 1.4.101.4.10 | Dirk-Jan C. Binnema | |
| 2020-06-07 | mu4e-headers: require mule-util for truncate-string-ellipsis | Dirk-Jan C. Binnema | |
| Seems this is needed in some setups. Not fully clear why, but harmless. Fixes #1717. | |||
| 2020-06-07 | NEWS.org: fix confusing display on github | Dirk-Jan C. Binnema | |
| 2020-06-06 | bump version to 1.4.91.4.9 | Dirk-Jan C. Binnema | |
| 2020-06-03 | mu4e: avoid trouble with truncate-string-to-width | Dirk-Jan C. Binnema | |
| Treatment of the 'ellipsis' parameter is a bit unclear, gave errors in some cases. Fixes #1716 | |||
| 2020-05-30 | bump version 1.4.81.4.8 | Dirk-Jan C. Binnema | |
| 2020-05-30 | mu4e: handle compose-mail when mu4e is not yet running | Dirk-Jan C. Binnema | |
| We were trying to start mu4e asynchronously, then compose the mail but this doesn't quite work the way some external packages expected, and this would fail. Fixes #1710 Fixes #1698 | |||
| 2020-05-24 | Merge branch 'master' into release/1.4.x | Dirk-Jan C. Binnema | |
| 2020-05-24 | bump version to 1.4.71.4.71,4.7 | Dirk-Jan C. Binnema | |
| 2020-05-24 | bump version to 1.4.7 | Dirk-Jan C. Binnema | |
| 2020-05-24 | update documentation | Dirk-Jan C. Binnema | |
| 2020-05-20 | mu4e-maildir-shortcuts: update for today's functionality | Dirk-Jan C. Binnema | |
| The text: Optionally, you can add the following: `:hide' - if t, maildir is hdden from the main-view and speedbar. `:hide-unread' - do not show the counts of unread/total number of messages for the maildir in the main-view. is not true for the current version, so let's remove it. * | |||
| 2020-05-19 | Merge pull request #1701 from mrvdb/master | Dirk-Jan C. Binnema | |
| Missing space between sig verification and signers | |||
| 2020-05-19 | Merge remote-tracking branch 'upstream/master' | Marcel van der Boom | |
| 2020-05-19 | Add missing space between signature verification and signers | Marcel van der Boom | |
| 2020-05-18 | mu4e: remove easy-accounts / no-trash-providers for now | Dirk-Jan C. Binnema | |
| The code still has some problems, and the original author has moved elsewhere (which is fine of course), but it's not ready enough for 1.4.... yet. So let's remove it for now and check again with 1.5+. | |||
| 2020-05-18 | Merge pull request #1700 from derek-upham/master | Dirk-Jan C. Binnema | |
| Strip properties from mu4e-completing-read-function results. | |||
| 2020-05-18 | Strip properties from mu4e-completing-read-function results. | Derek Upham | |
| Some completion engines (like "flx") decorate the strings that they return. If MU4E passes such a string down to MU, the "format" call preserves the text properties in the generated S-expression, producing an invalid query. MU4E itself has no interest in those decorations, so strip them out as early as possible from all prompts that use mu4e-completing-read-function. | |||
| 2020-05-17 | bump version to 1.4.61.4.6 | Dirk-Jan C. Binnema | |
| 2020-05-17 | mu-contacts: cosmetic | Dirk-Jan C. Binnema | |
| 2020-05-17 | Merge pull request #1663 from czan/master | Dirk-Jan C. Binnema | |
| mu: always sort descending within threads | |||
| 2020-05-16 | mu4e: support 'no trash flag' for all mark-for-trash | Dirk-Jan C. Binnema | |
| Use a non-macro implementation for mu4e-(view|headers)-mark-for-trash, and honor the no-trash flag. Fixes #1687. | |||
| 2020-05-15 | mu4e-compose: fix external use (`compose-mail') | Dirk-Jan C. Binnema | |
| Ensure compose-mail with mu works again, including passing various parameters. Fixes #1695. | |||
| 2020-05-14 | NEWS.org: small update | Dirk-Jan C. Binnema | |
| We don't use readline anymore, for now at least (see #1621). | |||
| 2020-05-13 | Merge pull request #1691 from vqhuy/fix-make-context | Dirk-Jan C. Binnema | |
| Fix `make-mu4e-context-account()` set incorrect query for bookmarks | |||
| 2020-05-13 | Merge pull request #1693 from tarsiiformes/typos | Dirk-Jan C. Binnema | |
| Fix typos | |||
| 2020-05-12 | Fix typos | Jonas Bernoulli | |
| 2020-05-12 | Fix make-mu4e-context-account | Vu Quoc Huy | |
| set the correct query for bookmarks when no-trash-flag is used | |||
| 2020-05-11 | mu-server: disable readline support for now | Dirk-Jan C. Binnema | |
| Seems to be causing problem in non-interactive mode | |||
| 2020-05-10 | bump version to 1.4.51.4.5 | Dirk-Jan C. Binnema | |
| 2020-05-10 | Merge pull request #1686 from gspe/fix-no-trash-flag | Dirk-Jan C. Binnema | |
| Fix mu4e-headers-mark-or-move-to-trash() | |||
| 2020-05-10 | Fix mu4e-headers-mark-or-move-to-trash() | Giuseppe Fierro | |
| Fix mu4e-headers-mark-or-move-to-trash() to pick right trash folder when :no-trash-flag option is used in a context. | |||
