summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-23configure: bump version to 1.4.151.4.15release/1.4.xDirk-Jan C. Binnema
2021-01-23mu-msg-sexp: Improve list-post regexpDirk-Jan C. Binnema
This should catch some more addresses.
2021-01-20Fix 'mu4e-interrupt-update-mail alias definitionYuri D'Elia
2021-01-03configure.ac: bump version to 1.4.141.4.14Dirk-Jan C. Binnema
2021-01-03lib: fix mu-msg-json buildDirk-Jan C. Binnema
2021-01-03mu4e-view: Use 'mu4e not "mu4e" when extractingDirk-Jan C. Binnema
And param is a string. Fixes: #1869. Fixes: #1865.
2020-12-01Fix `mu help` doesn't show the `init` command. Fix a sentence.David
2020-12-01mu4e: avoid calendar charset errorDirk-Jan C. Binnema
Fixes #issue #1832. HT: tpeacock19.
2020-12-01Disable `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-09build: bump version to 1.4.131.4.13Dirk-Jan C. Binnema
2020-08-09mu4e: gnus-view: Make sure to clean up gnus mm buffersDirk-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-26bump version to 1.4.121.4.12Dirk-Jan C. Binnema
2020-07-26mu4e-proc: ensure mu4e~call-mu does not truncate1.4.11Dirk-Jan C. Binnema
For non-nil settings of print-length, print-level. (and remove an unused defun).
2020-07-26mu4e.texi: remove obsolete crypto footnote.Dirk-Jan C. Binnema
Fixes #1761.
2020-07-26NEWS.org, mu4e-vars.e.: fix spelling mu4e-contact-rewrite-functionDato 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-26Don'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-26In mu(1) refer to mu-script(1) instead of mu-guile, which does not existTodd Carson
2020-07-26mu4e: mu4e-info is not interactiveDirk-Jan C. Binnema
2020-06-09build: bump version 1.4.101.4.10Dirk-Jan C. Binnema
2020-06-07mu4e-headers: require mule-util for truncate-string-ellipsisDirk-Jan C. Binnema
Seems this is needed in some setups. Not fully clear why, but harmless. Fixes #1717.
2020-06-07NEWS.org: fix confusing display on githubDirk-Jan C. Binnema
2020-06-06bump version to 1.4.91.4.9Dirk-Jan C. Binnema
2020-06-03mu4e: avoid trouble with truncate-string-to-widthDirk-Jan C. Binnema
Treatment of the 'ellipsis' parameter is a bit unclear, gave errors in some cases. Fixes #1716
2020-05-30bump version 1.4.81.4.8Dirk-Jan C. Binnema
2020-05-30mu4e: handle compose-mail when mu4e is not yet runningDirk-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-24Merge branch 'master' into release/1.4.xDirk-Jan C. Binnema
2020-05-24bump version to 1.4.71.4.71,4.7Dirk-Jan C. Binnema
2020-05-24bump version to 1.4.7Dirk-Jan C. Binnema
2020-05-24update documentationDirk-Jan C. Binnema
2020-05-20mu4e-maildir-shortcuts: update for today's functionalityDirk-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-19Merge pull request #1701 from mrvdb/masterDirk-Jan C. Binnema
Missing space between sig verification and signers
2020-05-19Merge remote-tracking branch 'upstream/master'Marcel van der Boom
2020-05-19Add missing space between signature verification and signersMarcel van der Boom
2020-05-18mu4e: remove easy-accounts / no-trash-providers for nowDirk-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-18Merge pull request #1700 from derek-upham/masterDirk-Jan C. Binnema
Strip properties from mu4e-completing-read-function results.
2020-05-18Strip 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-17bump version to 1.4.61.4.6Dirk-Jan C. Binnema
2020-05-17mu-contacts: cosmeticDirk-Jan C. Binnema
2020-05-17Merge pull request #1663 from czan/masterDirk-Jan C. Binnema
mu: always sort descending within threads
2020-05-16mu4e: support 'no trash flag' for all mark-for-trashDirk-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-15mu4e-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-14NEWS.org: small updateDirk-Jan C. Binnema
We don't use readline anymore, for now at least (see #1621).
2020-05-13Merge pull request #1691 from vqhuy/fix-make-contextDirk-Jan C. Binnema
Fix `make-mu4e-context-account()` set incorrect query for bookmarks
2020-05-13Merge pull request #1693 from tarsiiformes/typosDirk-Jan C. Binnema
Fix typos
2020-05-12Fix typosJonas Bernoulli
2020-05-12Fix make-mu4e-context-accountVu Quoc Huy
set the correct query for bookmarks when no-trash-flag is used
2020-05-11mu-server: disable readline support for nowDirk-Jan C. Binnema
Seems to be causing problem in non-interactive mode
2020-05-10bump version to 1.4.51.4.5Dirk-Jan C. Binnema
2020-05-10Merge pull request #1686 from gspe/fix-no-trash-flagDirk-Jan C. Binnema
Fix mu4e-headers-mark-or-move-to-trash()
2020-05-10Fix 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.