Commit Graph

5006 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 76734e9d0e configure: bump version to 1.4.15 2021-01-23 17:43:49 +02:00
Dirk-Jan C. Binnema 61d61566ab mu-msg-sexp: Improve list-post regexp
This should catch some more addresses.
2021-01-23 17:43:18 +02:00
Yuri D'Elia 4abfc8d2a4 Fix 'mu4e-interrupt-update-mail alias definition 2021-01-20 11:08:08 +02:00
Dirk-Jan C. Binnema c20663c58d configure.ac: bump version to 1.4.14 2021-01-03 18:42:00 +02:00
Dirk-Jan C. Binnema 5b6634ea0b lib: fix mu-msg-json build 2021-01-03 18:41:59 +02:00
Dirk-Jan C. Binnema b1717751fa mu4e-view: Use 'mu4e not "mu4e" when extracting
And param is a string.

Fixes: #1869.
Fixes: #1865.
2021-01-03 18:32:43 +02:00
David 70abdaa530 Fix `mu help` doesn't show the `init` command. Fix a sentence. 2020-12-01 14:57:18 +02:00
Dirk-Jan C. Binnema 48424734e9 mu4e: avoid calendar charset error
Fixes #issue #1832.

HT: tpeacock19.
2020-12-01 14:54:18 +02:00
Thierry Volpiatto 8c29210083 Disable `mm-verify-option` let-bounded in `mu4e~view-gnus`
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-12-01 14:51:55 +02:00
Dirk-Jan C. Binnema dfbbae9521 build: bump version to 1.4.13 2020-08-09 20:14:22 +03:00
Dirk-Jan C. Binnema 6880fa5ef9 mu4e: gnus-view: Make sure to clean up gnus mm buffers
After leaving a gnus-view buffer, we should clean up the the mm-*
buffers it creates; we were leaking those.

Fixes #1781
2020-08-09 17:06:32 +03:00
Dirk-Jan C. Binnema 2b49db2c28 bump version to 1.4.12 2020-07-26 13:48:01 +03:00
Dirk-Jan C. Binnema 7606ca51c1 mu4e-proc: ensure mu4e~call-mu does not truncate
For non-nil settings of print-length, print-level.

(and remove an unused defun).
2020-07-26 12:08:06 +03:00
Dirk-Jan C. Binnema 4d3019da7c mu4e.texi: remove obsolete crypto footnote.
Fixes #1761.
2020-07-26 12:07:56 +03:00
Dato Simó c7a6aae780 NEWS.org, mu4e-vars.e.: fix spelling mu4e-contact-rewrite-function
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 12:06:18 +03:00
Todd Carson 1db7c5e263 Don't declare mu_str_size_s() with the const attribute.
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 12:05:56 +03:00
Todd Carson 87192af2df In mu(1) refer to mu-script(1) instead of mu-guile, which does not exist 2020-07-26 12:05:41 +03:00
Dirk-Jan C. Binnema 0a93c1af49 mu4e: mu4e-info is not interactive 2020-07-26 12:03:09 +03:00
Dirk-Jan C. Binnema dd4e5e34b4 build: bump version 1.4.10 2020-06-09 18:42:37 +03:00
Dirk-Jan C. Binnema 822623d742 mu4e-headers: require mule-util for truncate-string-ellipsis
Seems this is needed in some setups. Not fully clear why, but harmless.

Fixes #1717.
2020-06-07 18:38:50 +03:00
Dirk-Jan C. Binnema 526894381b NEWS.org: fix confusing display on github 2020-06-07 18:38:30 +03:00
Dirk-Jan C. Binnema 40c0f5535b bump version to 1.4.9 2020-06-06 15:34:58 +03:00
Dirk-Jan C. Binnema f89245fb77 mu4e: avoid trouble with truncate-string-to-width
Treatment of the 'ellipsis' parameter is a bit unclear, gave errors in
some cases.

Fixes #1716
2020-06-03 21:20:48 +03:00
Dirk-Jan C. Binnema ff87cf885d bump version 1.4.8 2020-05-30 13:34:14 +03:00
Dirk-Jan C. Binnema 4ed9644878 mu4e: handle compose-mail when mu4e is not yet running
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-30 13:33:41 +03:00
Dirk-Jan C. Binnema 6bd6f5b1a4 Merge branch 'master' into release/1.4.x 2020-05-24 23:13:08 +03:00
Dirk-Jan C. Binnema 118d9198f6 bump version to 1.4.7 2020-05-24 20:22:42 +03:00
Dirk-Jan C. Binnema c8d9be848c bump version to 1.4.7 2020-05-24 20:21:58 +03:00
Dirk-Jan C. Binnema d6e017c19f update documentation 2020-05-24 20:12:49 +03:00
Dirk-Jan C. Binnema 9030cfc657 mu4e-maildir-shortcuts: update for today's functionality
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-20 07:12:04 +03:00
Dirk-Jan C. Binnema c283cd173d
Merge pull request #1701 from mrvdb/master
Missing space between sig verification and signers
2020-05-19 11:29:07 +03:00
Marcel van der Boom fa5b181e25 Merge remote-tracking branch 'upstream/master' 2020-05-19 09:09:08 +02:00
Marcel van der Boom 01736c9a65 Add missing space between signature verification and signers 2020-05-19 09:08:30 +02:00
Dirk-Jan C. Binnema 1c88651f41 mu4e: remove easy-accounts / no-trash-providers for now
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 18:56:15 +03:00
Dirk-Jan C. Binnema 5bc63119e1
Merge pull request #1700 from derek-upham/master
Strip properties from mu4e-completing-read-function results.
2020-05-18 18:55:37 +03:00
Derek Upham bb865fd1af Strip properties from mu4e-completing-read-function results.
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-18 08:12:56 -07:00
Dirk-Jan C. Binnema 45bcad1f7e bump version to 1.4.6 2020-05-17 14:53:18 +03:00
Dirk-Jan C. Binnema 35db0f5906 mu-contacts: cosmetic 2020-05-17 14:53:18 +03:00
Dirk-Jan C. Binnema 53b553124c
Merge pull request #1663 from czan/master
mu: always sort descending within threads
2020-05-17 14:45:39 +03:00
Dirk-Jan C. Binnema f016f257f9 mu4e: support 'no trash flag' for all mark-for-trash
Use a non-macro implementation for mu4e-(view|headers)-mark-for-trash,
and honor the no-trash flag.

Fixes #1687.
2020-05-16 12:43:23 +03:00
Dirk-Jan C. Binnema a2d315df4c mu4e-compose: fix external use (`compose-mail')
Ensure compose-mail with mu works again, including passing various
parameters.

Fixes #1695.
2020-05-15 23:42:05 +03:00
Dirk-Jan C. Binnema 59ddfb410c NEWS.org: small update
We don't use readline anymore, for now at least (see #1621).
2020-05-14 00:04:59 +03:00
Dirk-Jan C. Binnema 4855004161
Merge pull request #1691 from vqhuy/fix-make-context
Fix `make-mu4e-context-account()` set incorrect query for bookmarks
2020-05-13 23:59:43 +03:00
Dirk-Jan C. Binnema cc9816ba89
Merge pull request #1693 from tarsiiformes/typos
Fix typos
2020-05-13 23:56:04 +03:00
Jonas Bernoulli 564d892701 Fix typos 2020-05-12 23:56:55 +02:00
Vu Quoc Huy 1b0d06f706 Fix make-mu4e-context-account
set the correct query for bookmarks when no-trash-flag is used
2020-05-12 00:38:16 +02:00
Dirk-Jan C. Binnema 55cac6f2e5 mu-server: disable readline support for now
Seems to be causing problem in non-interactive mode
2020-05-11 22:04:01 +03:00
Dirk-Jan C. Binnema 099d41f3b5 bump version to 1.4.5 2020-05-10 11:58:58 +03:00
Dirk-Jan C. Binnema d8e59cedd1
Merge pull request #1686 from gspe/fix-no-trash-flag
Fix mu4e-headers-mark-or-move-to-trash()
2020-05-10 11:57:15 +03:00
Giuseppe Fierro 08318af76c Fix mu4e-headers-mark-or-move-to-trash()
Fix mu4e-headers-mark-or-move-to-trash() to pick right trash folder when
:no-trash-flag option is used in a context.
2020-05-10 08:25:41 +02:00