9367a4dd95
mu4e-headers: sort threaded headers by date
...
In "threaded-mode", we only sort by date; reflect this in the UI.
2021-02-16 19:34:05 +02:00
895f580b99
mu4e-headers: show search props in mode-line
...
I.e., whether a search is threaded/include-related/full.
There's high bike-shed potential, but let's not do that yet.
2021-02-12 20:39:49 +02:00
2d91a9ab27
mu4e-headers: fix compiler warning
...
'free variable'
and use mu4e~ rather than mu4e--
2021-02-12 20:39:01 +02:00
8405788f27
docs: update documentation
...
Update the mu-find man-page; update NEWS.org and mu4e.texi for the way
threading works.
2021-02-12 19:14:37 +02:00
bf5c93aab6
Merge pull request #1921 from tsdh/make-jump-maildir-query-editable-with-prefix-arg
...
mu4e-jump-to-maildir: offer editing the query when a prefix arg is given
2021-02-12 00:53:07 +02:00
7a70942e67
build: experimental support for the meson build system
2021-02-12 00:49:35 +02:00
6632e6c7f3
mu4e-jump-to-maildir: offer editing the query when a prefix arg is given
...
Also refactor the now two usages of the query completion feature into a
separate function `mu4e-read-query'.
2021-02-03 14:49:05 +01:00
9802ae9dc8
mu4e-headers: jump to message _outside_ save-excursion
...
Fixes : #1889 .
2021-01-30 12:40:00 +02:00
2b9732c669
mu4e: update documentation
2021-01-22 23:24:53 +02:00
68a75c2c91
mu4e: make thread indicators a bit lighter
...
Make the symbols a bit less chunky
2021-01-22 23:24:53 +02:00
362c53a7e7
mu4e: headers: fix some compiler warnings
2021-01-22 22:53:35 +02:00
86e1515c71
Merge pull request #1900 from Chris00/master
...
Fix the decoding of accents in Gnus view
2021-01-18 08:22:30 +02:00
53c9526871
mu4e: add org-mu4e-store-and-capture alias
...
Let it refer to the new function.
Fixes : #1905 .
2021-01-18 08:12:42 +02:00
a1664d2189
Fix the decoding of accents in Gnus view
...
Followup on https://github.com/djcb/mu/issues/1823
Fixes https://github.com/djcb/mu/issues/1886
2021-01-16 12:38:41 +01:00
55fd642b0c
Merge pull request #1868 from tsdh/search-query-completion
...
Completion for search query keywords and fixed or determinable values
2021-01-15 21:19:55 +02:00
5ca25e9e89
Merge pull request #1898 from Chris00/describe-binding
...
Restore C-h b default behavior
2021-01-15 21:16:26 +02:00
bcd96d8a1e
mu4e-view: use mm-insert-file-contents
...
Which should avoid some encoding troubles.
2021-01-15 21:07:38 +02:00
c1a5a690e4
mu4e-proc: update docstring for 'extract'
2021-01-15 21:07:07 +02:00
4acfce6e2c
Restore C-h b default behavior
...
Fixes https://github.com/djcb/mu/issues/1842
2021-01-13 11:49:32 +01:00
03dc7c06fd
Add paragraph for query completion to texinfo docs
2021-01-11 15:41:42 +01:00
25beafbdd4
Implement completion for search query keywords and fixed values
2021-01-11 15:41:42 +01:00
c311dc4d36
Fix 'mu4e-interrupt-update-mail alias definition
2021-01-11 10:23:55 +02:00
5213adeb2c
Merge pull request #1875 from thierryvolpiatto/save_attachment
...
Fix #1790 by providing mu4e-view-gnus-save-mime-parts
2021-01-11 09:45:12 +02:00
4dbc6ac399
mu4e-view: Use 'mu4e not "mu4e" when extracting
...
And param is a string.
Fixes : #1869 .
Fixes : #1865 .
2021-01-03 15:27:16 +02:00
b09b3cb2bb
mu4e-main: fix hide-personal-addresses typo
...
Fixes #1879 .
2021-01-03 14:58:28 +02:00
e76f894476
Fix Selecting deleted buffer when quitting mu4e
2021-01-03 12:54:13 +01:00
00651acaab
Fix #1790 by providing mu4e-view-gnus-save-mime-parts
...
in replacement of mu4e-view-save-attachment-multi for gnus viewers.
The alias mu4e-view-save-attachment have been replaced by a wrapper function
that calls either mu4e-view-save-attachment-multi or
mu4e-view-gnus-save-mime-parts depending of the context.
2020-12-27 09:46:18 +01:00
46bd705131
Merge pull request #1874 from thierryvolpiatto/Remove_null_byte
...
Remove null byte added probably by error
2020-12-26 13:54:01 +02:00
4830e7de14
Remove null byte added probably by error
2020-12-26 08:49:19 +01:00
fe6cbf5949
Use mu4e-query-rewrite-function also for computing bookmark counts
...
Until now, the bookmark queries were sent to mu in their original form. Thus,
if you have `mu4e-query-rewrite-function` set, the numbers shown next to the
bookmarks didn't reflect the actual number of query results you'd get when
opening a bookmark view.
With this commit, the `mu4e-query-rewrite-function` is applied and the result
is sent to mu for evaluation (in `mu4e~start`) and the likewise the rewritten
queries are used to find the matching one in the last query results (in
`mu4e~main-bookmarks`).
* mu4e/mu4e-utils.el (mu4e~start): Send the rewritten queries for evaluation to
mu.
* mu4e/mu4e-main.el (mu4e~main-bookmarks): Compare last mu query results with
rewritten queries.
2020-12-13 17:06:11 +01:00
273eb822d5
mu4e: add mu4e-last-query-result[s]
...
This makes the most recent results from the queries (i.e. the numbers)
available using the supported 'mu4e-' API.
Fixes : #1845 .
2020-12-06 14:48:46 +02:00
aba0ab3629
mu4e: cosmetics
2020-12-06 13:20:13 +02:00
9cab1ae751
mu4e-compose: restrict to headers in before-save-hook-fn
...
Follow up to issue #1846 .
2020-12-05 11:42:54 +02:00
03d5640cee
Do not use shell commands to extract version number
...
Avoid using 'head', 'sed' or other POSIX commands to extract the version number when Emacs can do it. This allows installing just 'mu', without the extra unix tools in a Windows environment.
2020-12-04 16:45:09 +01:00
4eed85187f
mu4e-compose: Don't auto-update Message-Id/Date
...
Fixes #1846
2020-12-02 08:51:35 +02:00
946bf7571e
mu4e-vars: remove unused face
2020-11-30 20:34:54 +02:00
6bda2a12ff
Merge pull request #1777 from jesusbv/add-new-entry-org
...
mu4e: Add Org entry when accepting event
2020-11-28 10:45:16 +02:00
d7512b1259
mu4e-org: Use derived-mode-p correctly
...
Fixes : #1840
2020-11-24 00:17:17 +02:00
c62dbb250c
Avoid looping through buffer-list when not needed
2020-11-16 08:59:45 +01:00
0fbe6edc4e
No need to call read-only-mode when buffer is already read-only
...
In mu4e~view-gnus, mu4e-view-mode derive from gnus-article-mode which derive
from gnus-mode which derive from special-mode:
(get 'mu4e-view-mode 'mode-class) => special.
2020-11-16 07:48:33 +01:00
d33d48665f
Merge pull request #1834 from plantarum/ical
...
Ical documentation
2020-11-15 20:00:15 +02:00
13118ae173
mu4e-org: Don't trigger errors outside mu4e
...
The functions only work when in mu4e-view-mode/mu4e-headers-mode, which
implies that mu4e is already loaded. So no need to check.
Fixes #1829 .
2020-11-15 17:20:52 +02:00
df0f78d891
Merge pull request #1836 from thierryvolpiatto/disable_mm-verify-option
...
Disable `mm-verify-option` let-bounded in `mu4e~view-gnus`
2020-11-15 17:20:23 +02:00
8a96a1ef57
Merge pull request #1835 from thierryvolpiatto/no_lambdas_on_hooks
...
Use functions instead of lambdas in add-hook calls
2020-11-15 17:19:14 +02:00
c2e478381a
Merge pull request #1828 from Chris00/master
...
Add a section about iCalendar to the manual
2020-11-15 17:16:16 +02:00
41682af7b1
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-11-15 08:19:15 +01:00
0109172ad4
Use functions instead of lambdas in add-hook calls
2020-11-13 11:38:50 +01:00
d54729290d
Fixing syntax errors in mu4e.texi
2020-11-12 09:24:24 -05:00
faf11bcd2f
Added notes about iCalendar integration to manual
2020-11-12 09:18:18 -05:00
861194f9a1
mu4e-view: insert-file-contents (gnus mode)
...
It seems the earlier version (using insert-file-contents-literally, then
trying to fix it has some problems)
HT: thierryvolpiatto
Fixes : #1823 .
2020-11-11 21:57:29 +02:00