9799d76fdb
Merge pull request #575 from jeansch/master
...
mu4e: Let not be stuck into *mu4e-output* after rendering html. Reduce by one levels of (with-temp-buffer.
2015-02-05 18:23:09 +02:00
783cfae414
Let not be stuck into *mu4e-output* after rendering html. Reduce by one levels of (with-temp-buffer.
2015-02-05 10:42:45 -05:00
a958390bbf
Merge pull request #574 from jeansch/master
...
mu4e: Added action to import attachment in diary. Better handle encoding while sending html to html2text.
2015-02-04 21:22:51 +02:00
f32092210e
mu4e: moved 'tmp-file' deletion at the right place.
2015-02-03 16:40:52 -05:00
d63f1b3114
mu4e: Used temporary file instead of region to call the html renderer. (fix encoding issues)
2015-02-03 15:44:21 -05:00
e84f5d307f
mu4e: Added action to import attachment in diary.
2015-02-03 12:14:58 -05:00
9c98a7ab21
Merge pull request #566 from cpbotha/fix-org-html-in-text-part
...
mu4e: Fix org-mu4e bug with HTML in text/plain part
2015-02-01 18:51:42 +02:00
94a12f1dfe
Merge pull request #570 from cpbotha/faq-format-flowed
...
mu4e: Add FAQ on how to activate format=flowed
2015-02-01 18:50:55 +02:00
bd805d0fc1
Add FAQ on how to activate format=flowed
2015-02-01 09:25:00 +02:00
6a2db14290
Fix org-mu4e bug with HTML in text/plain part
...
When sending org mode mail, both the text/html and text/plain parts
contained the HTML version of the mail, instead of just the text/html
part. This patch puts the raw-body (org format) in the text part, and
the html with replaced images in the html part.
2015-01-28 09:09:18 +02:00
b644de548b
mu4e: update copyright year
2015-01-25 23:55:23 +02:00
da3c43e325
Merge pull request #564 from DamienCassou/reindent
...
Reindent source code to ease future modifications
2015-01-25 23:43:55 +02:00
5f5ff74801
Merge pull request #563 from DamienCassou/queue-actions
...
Improve queue-related actions of the main view
2015-01-25 23:43:38 +02:00
fda2db085e
Reindent source code to ease future modifications
...
Only whitespace changes.
2015-01-19 10:53:11 +01:00
8a2c40a4b7
Improve queue-related actions of the main view
...
- The queue-related actions of `mu4e~main-view-real` have been extracted
to their own `mu4e~main-view-queue` method.
- The queue toggling action now has the word "currently" to easily.
distinguish between the current state and the toggle (e.g., "currently
queued" instead of just "queued").
- The "[f]lush queued emails" is only visible if there is at least 1
email in the queue.
- The number of emails in the queue is visible in the flushing
action (e.g., "[f]lush 10 queued emails").
2015-01-19 10:41:51 +01:00
ce5905ffca
Merge pull request #558 from stsquad/fix-ref
...
mu4e-vars: fix reference to obsolete mu4e-my-email-addresses
2015-01-15 17:02:32 +02:00
6bde425aa4
mu4e-vars: fix reference to obsolete mu4e-my-email-addresses
...
This variable has been replaced with mu4e-user-mail-address-list.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
2015-01-15 09:23:30 +00:00
25110722cb
Merge pull request #556 from abend/protect_msgid
...
mu-cmd-server.c: quote msgid in query
2015-01-09 07:08:53 +02:00
17dbee957a
mu-cmd-server.c: quote msgid in query
2015-01-08 12:45:02 -08:00
6722e59e01
Merge branch 'master' of github.com:djcb/mu
2015-01-03 17:14:24 +02:00
af00ff802f
mu4e: fix typo in mu4e~headers-query-navigate
2015-01-03 17:12:26 +02:00
58e0595188
mu4e: specify $MU in sauron script
2015-01-01 21:45:11 +08:00
5de855d779
Merge branch 'master' of github.com:djcb/mu
2015-01-01 21:43:18 +08:00
fd8b13736b
Merge pull request #552 from leafac/patch-4
...
mu4e: Change `longlines-mode` for `visual-line-mode`
2015-01-01 21:30:19 +08:00
7fea97a831
Merge pull request #551 from leafac/patch-3
...
mu4e: Fix typo in documentation
2015-01-01 21:29:33 +08:00
87e667aa23
Merge pull request #550 from leafac/patch-2
...
mu4e: Fix configuration placement
2015-01-01 21:29:02 +08:00
0cb9892091
Merge pull request #549 from leafac/patch-1
...
mu4e: Fix mistake in documentation
2015-01-01 21:27:57 +08:00
74213dea96
Change longlines-mode for visual-line-mode
...
Emacs has line wrapping build in by default using `visual-line-mode`.
http://www.emacswiki.org/emacs/LongLines
2014-12-29 15:54:26 -05:00
83d9fa1b2a
Fix typo in documentation
2014-12-29 15:35:58 -05:00
32a57602e5
Fix configuration placement
...
The code and the prose were misplaced.
2014-12-29 15:04:49 -05:00
a675186815
Fix mistake in documentation
...
The function is expected to return plain text, not HTML.
2014-12-29 11:13:37 -05:00
ffe25e6786
Update address for reporting issues
...
Use the github one instead of the (obsolete) google-code one.
2014-12-20 14:08:17 -08:00
5ab37ab382
mu4e: mu4e~view-compose-contact takes full address when available
2014-12-13 09:47:17 -08:00
c5987700e7
mu4e: org: allow customization of linking in headers mode
...
Depending on org-mu4e-link-query-in-headers-mode, we can link to the
query or the particular message.
2014-12-10 22:57:54 -08:00
9162e3e68c
mu4e: mu4e-headers-find-if-next: move before search
...
when searching for the next match, go the end of the current line; when
searching for the previous match, go to the beginning of the current
line.
2014-12-10 22:51:13 -08:00
faf7fc7953
Merge pull request #535 from xuhdev/patch-1
...
mu4e: Add a missing keybinding to doc for previous query
2014-12-08 23:35:33 -08:00
639db4036e
Add a missing keybinding to doc for previous query
2014-12-08 21:27:48 -08:00
8820104229
Merge pull request #534 from che2/fix-msgs-count
...
guile: Fix build error in msgs-count.scm
2014-12-08 01:56:56 -08:00
c6c93234fb
Fix build error in msgs-count.scm
...
mu:run-stats expects the passed-in function to take 3 arguments. The
third argument applies to gnuplot only, which is not applicable to the
count function in msgs-count.scm.
2014-12-07 16:29:14 -05:00
64ed6e71c1
mu4e: append `substring' to the completion-styles for address-completion
2014-12-06 14:23:55 +02:00
6d4fe6434f
Merge pull request #531 from xuhdev/message-view-doc
...
Add a key binding for message-view doc.
2014-12-05 08:27:35 +02:00
25abc7ffa7
Merge pull request #532 from seanfarley/master
...
mu4e: add another example for using marks to tag a message
2014-12-05 08:26:13 +02:00
2d74c8e5a6
mu4e: add another example for using marks to tag a message
...
This example shows how to archive and mark a message as read which emphasizes
the importance of order in tagging a message before anything else due to the
implementation of tagging (since it currently uses 'sed').
2014-12-04 14:36:23 -08:00
ecc4aca360
Add a key binding for message-view doc.
2014-12-04 13:44:27 -08:00
0364942564
Merge pull request #530 from seanfarley/master
...
mu4e-view: select next unread message in view buffer
2014-12-04 23:33:30 +02:00
fd949273e0
mu4e-view: select next unread message in view buffer
...
Previously, the behavior of mu4e-view-headers-next-unread was that the cursor moved in the headers view but did not change the highlight nor the message in the view buffer. This patch updates the function to also select the message in the view buffer which appears to also highlight the message correctly in the header view.
2014-12-01 20:37:50 -08:00
823d80f075
mu4e: allow lisp expressions for bookmarks
...
based on an idea by davidcsterratt
2014-12-01 23:29:40 +02:00
707051827d
minor doc fixes
2014-12-01 23:21:10 +02:00
3eb06e2a98
Merge pull request #527 from jyp/master
...
mu4e: Document the mu4e-marks variable in the manual
2014-12-01 23:10:14 +02:00
93214e7018
take a stab at the documentation of mu4e-marks
2014-11-30 23:13:00 +01:00