a2c27c0c5a
mu4e: construct attach map even when not showing header
...
This is a bit of hack, but solves the problem; even when not _showing_
the attachments-header, construct the corresponding map, so the
keybindings work.
2019-04-27 08:38:53 +03:00
d979efb9c5
Merge pull request #1374 from Chris00/prepare-display
...
mu4e: Increase `max-specpdl-size' when decoding messages
2019-04-27 08:21:10 +03:00
325c623575
Escape HTML entities
2019-04-21 21:59:10 +02:00
2a8c57e56d
Do not repeat the "From" and "To" when converting to HTML
...
Before this commit the HTML was looking as
From: From: email
To: To: email
2019-04-20 12:19:21 +02:00
8eb0c2eb49
Quote '@' symbols in @code section
2019-04-18 16:16:16 +02:00
2ec1b46076
Merge pull request #1390 from Ambrevar/easy-accounts
...
mu4e: Easy accounts with make-mu4e-context-account
2019-04-17 22:59:30 +03:00
e9970fb890
mu4e-actions: fix whitespace, flycheck warnings
2019-04-15 07:38:58 +03:00
da1cb4e97b
mu4e-actions: fix mu4e~write-body-to-html
...
Use mu4e~view-construct-contacts-header instead of a non-existing
function.
2019-04-15 07:19:44 +03:00
a90fe78f62
Merge pull request #1386 from davidcsterratt/master
...
Issue #1385 : get mu4e-action-view-in-browser to show headers
2019-04-13 12:36:39 +03:00
eb042404f6
mu4e.texi: Fix a @ref
2019-03-24 15:46:07 +01:00
b1ae7d52c8
mu4e.texi: Fix typo
2019-03-24 15:46:07 +01:00
826d555313
Merge pull request #1393 from whxvd/typos
...
mu4e: Fix some typos
2019-03-24 12:17:19 +02:00
2108bbc1a4
Look at all frames for header buffer when auto updating headers
2019-03-11 18:21:13 -04:00
10c0507665
mu4e: Fix some typos
2019-03-11 13:34:50 +01:00
610bc91547
mu4e: Update doc with "Trashing messages" section
2019-03-04 16:32:33 +01:00
c18566b815
mu4e: Update doc with "Account setup helper" section
2019-03-04 16:32:33 +01:00
67a110d2fb
mu4e: Add `make-mu4e-context-account' for easy setup with sane defaults
2019-03-04 16:26:55 +01:00
bbc055d75a
mu4e: Implement mu4e-*-mark-or-move-to-trash (e.g. for Gmail)
2019-03-04 15:46:54 +01:00
f9b615c3bb
mu4e: use a simple x as the 'fancy' delete mark
...
The 'fancy' version had some interesting interactions (see #1245 ), so
this is the easiest way to avoid those.
Also some flycheck fixes.
2019-03-02 11:46:34 +02:00
31f73b32a7
mu4e: make mu4e~view-message buffer-local
...
So we don't leak it outside mu4e. `mu4e-message-at-point` should do the
right thing.
2019-02-25 21:49:41 +02:00
9cf120b012
mu4e-view: only try to link messages when there is one
...
Otherwise, org-store-link elsewhere might hit the mu4e error.
2019-02-21 17:21:56 +02:00
0348822381
Issue #1385 : get mu4e-action-view-in-browser to show headers
...
Here is a very simple patch that achieves what I want, though I am
sure there are nicer ways of doing it.
2019-02-20 18:17:53 +00:00
1b408928c8
mu4e: allow linking outside mu4e with org-mu4e-store-link
...
This should help e.g. mu4e-conversation.
2019-02-18 07:22:16 +02:00
4e7c2cd24f
mu4e: properly display messages in the draft folder (with gnus)
2019-02-10 13:43:55 +01:00
4b868e742f
mu4e: Remove article-de-*-unreadable which prevent decoding
2019-02-10 13:10:44 +01:00
d9066d869a
Increase `max-specpdl-size' when decoding messages
...
Some messages (e.g. Outlook automatic replies) need a greater value
than the default one of `max-specpdl-size' to be displayed properly.
2019-02-02 15:47:22 +01:00
156c421113
mu4e: fix some gnus body decoding issues
...
Hat-tip: Chris00
2019-02-02 13:44:49 +02:00
f57381bf4a
Merge pull request #1320 from jabranham/replace-cl-cl-lib
...
mu4e: Replace cl with cl-lib
2019-02-02 13:37:50 +02:00
0746a4affe
Set mml-enable-flowed according to mu4e-compose-format-flowed
...
Fixes https://github.com/djcb/mu/issues/1358
2019-01-29 10:35:06 +01:00
cc8a6c0c78
mu4e-headers.el: fix highlighting when headers window is not selected.
...
Highlighting target header is not working, when message view is selected and
mu4e-headers window is out of focus.
To fix this, call mu4e highlight function with mu4e-headers as current buffer.
2019-01-11 17:01:54 +09:00
3b9f9e5c39
mu4e-headers.el: fix for jumping specific message after search
...
While reading message using split view, search can be triggered after
automatic update and index. In this case, mu4e headers is not inside selected
window and mu4e-headers-goto-message-id fails to move window point of mu4e
headers.
To fix this, call set-window-point for mu4e headers window explitctly.
2019-01-11 16:24:40 +09:00
57150a47f3
mu4e: update doc with outlook note
...
Thanks to Ken Mankoff.
2019-01-08 22:28:25 +02:00
2674ca5583
mu4e: Replace cl with cl-lib
2019-01-04 16:03:58 -06:00
9352219dcf
mu4e: mark compose buffers as non-modified later
...
To avoid marking user-unchanged buffers as modified.
2018-12-12 21:35:46 +02:00
ff4280d687
mu4e-view: some flycheck warning fixes
2018-12-01 12:55:44 +02:00
fa73d6fd8e
mu4e-view: use permanent-local, activate mu4e-view later
...
Mark some variables as use permanent-local so they'll survive a
major-mode change. Activate mu4e-view later, so hooks have some more
material to work with.
2018-12-01 12:55:44 +02:00
2c08006335
mu4e: mu4e-message flycheck fixes
2018-11-19 21:41:28 +02:00
de1ce35884
Merge pull request #1341 from abo-abo/fix-view-attachment
...
mu4e/mu4e-view.el (mu4e-view-open-attachment): Ensure attachments are set
2018-11-19 21:40:52 +02:00
c4c17d32e1
Merge pull request #1340 from alexmurray/master
...
mu4e: Non-breaking spaces should be replaced with a space and not removed
2018-11-19 21:02:06 +02:00
e6c24c28a3
Merge pull request #1338 from ibizaman/bookmark-function
...
mu4e: allow :query to accept a function returning a query string
2018-11-19 20:59:50 +02:00
6a8bbbd55f
mu4e/mu4e-view.el (mu4e-view-open-attachment): Ensure attachments are set
...
Before this change, I would press "o" and `mu4e~view-attach-map' would
be nil. Now it works as expected.
2018-11-18 16:22:39 +01:00
283ba93b8a
Non-breaking spaces should be replaced with a space and not removed
...
Fixes #1339
2018-11-14 11:36:36 +10:30
509a62d7a8
mu4e: flycheck fixes in mu4e-vars.el
2018-11-12 22:03:28 +02:00
a0c2cf2313
allow :query to accept a function returning a query string
...
This allows one to dynamically generate the query string, based for
example on the value of a variable.
2018-11-10 22:30:25 -08:00
700e5e76da
mu4e-view: switch mode before filling message
...
That way, the attachment map etc. stay valid.
2018-11-07 21:24:02 +02:00
7dcb9087c2
mu4e: enable mu4e-view *before* internal processing
...
So, user gets a pristine message, and hashes etc. are still valid (since
they don't survive mu4e-view-mode)
2018-11-05 18:39:56 +02:00
69ed3498bb
mu4e: mu4e-index-updated-hook should not depend on mu4e~contacts
2018-11-04 13:20:20 +02:00
4e1cfdf668
mu4e/doc: add notes about using Hydra
2018-11-04 12:49:35 +02:00
c69131e645
mu4e/doc: extend notes about speeding up indexing
2018-11-04 12:48:52 +02:00
d5a4ba06ce
mu4e: switch to mu4e-view later (internal)
...
When using 'internal' mode, activate mu4e-view-mode only after the
buffer has been set up, so hooks have some more interesting material to
work with.
2018-11-04 12:31:32 +02:00