1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-29 07:51:04 +02:00
Commit Graph

4772 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
4ffecba0b8
Merge pull request #1406 from Chris00/to-html
mu4e: Better conversion to HTML
2019-04-21 22:19:07 +03:00
Christophe Troestler
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
Dirk-Jan C. Binnema
d7b21f1d8b
Merge pull request #1405 from wavexx/fix_texinfo_errors
Quote '@' symbols in texinfo's @code section
2019-04-18 22:06:26 +03:00
Yuri D'Elia
8eb0c2eb49 Quote '@' symbols in @code section 2019-04-18 16:16:16 +02:00
Dirk-Jan C. Binnema
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
djcb
e9970fb890 mu4e-actions: fix whitespace, flycheck warnings 2019-04-15 07:38:58 +03:00
djcb
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
djcb
46c3c5a49b editorconfig: update with elisp settings 2019-04-15 07:14:33 +03:00
Dirk-Jan C. Binnema
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
djcb
195814d454 add .editorconfig 2019-04-13 12:09:29 +03:00
djcb
c00dfdb3fd web: update index.md 2019-04-13 12:08:51 +03:00
djcb
db4029e792 configure.ac: bump version to 1.3.1, cleanups
Bump the version to 1.3.1, the new development version.
2019-04-13 12:07:54 +03:00
djcb
f62b4e534a configure.ac: bump version to 1.2 2019-04-07 10:54:18 +03:00
djcb
817425392c update HACKING
Update HACKING; mention gmime-3.0 and some cosmetics.
2019-04-07 10:43:34 +03:00
Dirk-Jan C. Binnema
66a988f0f2
Merge pull request #1398 from whxvd/2
mu4e: Fix two typos in doc
2019-03-30 12:03:06 +02:00
Sebastian Miele
eb042404f6 mu4e.texi: Fix a @ref 2019-03-24 15:46:07 +01:00
Sebastian Miele
b1ae7d52c8 mu4e.texi: Fix typo 2019-03-24 15:46:07 +01:00
djcb
51be30ada9 NEWS.org: update for release 2019-03-24 12:44:04 +02:00
Dirk-Jan C. Binnema
826d555313
Merge pull request #1393 from whxvd/typos
mu4e: Fix some typos
2019-03-24 12:17:19 +02:00
Dirk-Jan C. Binnema
fc41e6c32b
Merge pull request #1395 from kevinjfoley/mu4e-refresh-other-frame
mu4e: Look at all frames for header buffer when auto updating headers
2019-03-24 12:16:39 +02:00
djcb
6e8378ddcd mu: update crypto verify test 2019-03-24 11:54:12 +02:00
djcb
bc891030f6 mu: fix utf-8 flatten 2019-03-24 11:43:51 +02:00
djcb
da10f30adf utils: small optimization in utf8_flatten
In the common path, avoid building an unneeded std::string. This should
up in some profiles.
2019-03-23 17:00:25 +02:00
Kevin J. Foley
2108bbc1a4 Look at all frames for header buffer when auto updating headers 2019-03-11 18:21:13 -04:00
Sebastian Miele
10c0507665 mu4e: Fix some typos 2019-03-11 13:34:50 +01:00
Pierre Neidhardt
610bc91547 mu4e: Update doc with "Trashing messages" section 2019-03-04 16:32:33 +01:00
Pierre Neidhardt
c18566b815 mu4e: Update doc with "Account setup helper" section 2019-03-04 16:32:33 +01:00
Pierre Neidhardt
67a110d2fb mu4e: Add `make-mu4e-context-account' for easy setup with sane defaults 2019-03-04 16:26:55 +01:00
Pierre Neidhardt
bbc055d75a mu4e: Implement mu4e-*-mark-or-move-to-trash (e.g. for Gmail) 2019-03-04 15:46:54 +01:00
djcb
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
djcb
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
djcb
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
David C Sterratt
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
djcb
9bffb465bd mu: don't include text attachments as part of body
It's somewhat nice in some case, but not generally so; so let's not do
it.
2019-02-18 08:30:55 +02:00
djcb
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
Dirk-Jan C. Binnema
508d3d4ae5
Merge pull request #1375 from Chris00/display-draft
mu4e: properly display messages in the draft folder (with gnus)
2019-02-12 14:51:59 +02:00
Christophe Troestler
4e7c2cd24f mu4e: properly display messages in the draft folder (with gnus) 2019-02-10 13:43:55 +01:00
Christophe Troestler
4b868e742f mu4e: Remove article-de-*-unreadable which prevent decoding 2019-02-10 13:10:44 +01:00
djcb
d9f62b5b98 guile: require guile-snarf to be available
Even if guile 2.2 is otherwise available, we'd still fail to build if guile
can't find guile-snarf. One example where this happens is on debian,
which has guile-snarf, but not guile-snarf-2.2.

Of course ideally guile-snarf without the '-2.2' would work... but at
least for now let's fix the build-breakage.
2019-02-09 14:36:20 +02:00
Christophe Troestler
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
djcb
156c421113 mu4e: fix some gnus body decoding issues
Hat-tip: Chris00
2019-02-02 13:44:49 +02:00
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
eb6efee81d
Merge pull request #1368 from oleskiewicz/master
mu-config: add NO_COLOR environment variable
2019-02-02 13:34:25 +02:00
Dirk-Jan C. Binnema
b4e0c09247
Merge pull request #1372 from Chris00/flowed
mu4e: Set mml-enable-flowed according to mu4e-compose-format-flowed
2019-02-02 13:32:57 +02:00
Christophe Troestler
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
Piotr Oleskiewicz
4784a7b0c9
mu: update manpage
document usage of the NO_COLOR environment variable
2019-01-28 15:54:12 +00:00
Piotr Oleskiewicz
c7ea01304f
mu-config: put environmental variable in inverted commas 2019-01-28 15:50:47 +00:00
Piotr Oleskiewicz
8ffce6b2bc
Merge branch 'master' of github.com:djcb/mu 2019-01-25 13:58:31 +00:00
Dirk-Jan C. Binnema
ca1cd57b7a
Merge pull request #1360 from rhdxmr/goto-header-other-window
mu4e: Fix jumping to specific header in unselect window
2019-01-24 23:06:01 -08:00
Piotr Oleskiewicz
5faad10451
mu-config: add NO_COLOR environment variable 2019-01-22 17:08:24 +00:00