52176dabfc
mu4e: make mu4e-headers-sort-field, mu4e-headers-sort-direction public
2015-03-22 10:57:07 +02:00
455582401e
date-parsing: don't lowercase date range strings
...
Allow them to be received unmolested in mu_date_parse_hdwmy
2015-03-22 10:24:14 +02:00
dd26ad5e2d
Merge branch 'pull-596'
...
Signed-off-by: djcb <djcb@djcbsoftware.nl >
2015-03-22 09:57:02 +02:00
2aac8e43cb
guile: Add '--delete' option to find-dups.scm
...
Closes #592
Uses open-pipe* to ensure that escaping isn't needed (seen in md5sum)
since arguments are passed.
Also see this discussion: http://thread.gmane.org/gmane.lisp.guile.user/11777
Experimental feature... be careful.
2015-03-22 09:55:30 +02:00
6ecef77b1f
mu4e: fix some more typos in the reference doc
2015-03-21 18:28:20 +02:00
7ca574934c
mu4e: fix typo
2015-03-21 16:11:44 +02:00
097b4232e2
mu4e: compose: tells us what you saved when saving a message
...
Provide the number of lines saved in a draft message
2015-03-21 15:23:35 +02:00
7de65b91bc
mu4e: rework uri-handling in view, add mu4e-view-save-url
...
Rework the handling of URIs in the view a bit; add a functionto save
URLs to the kill ring. Also add mu4e-view-for-each-uri to iterate over
them.
2015-03-21 15:22:12 +02:00
6680b364a8
mu4e: remove mu4e-view-url-regexp, use thing-at-point
...
Don't use our own URL-matching regexp, use the one that emacs provides
(in thing-at-point), which is a bit more general, and seems to better
handle some URLs.
2015-03-21 10:28:01 +02:00
2d78755bd6
Merge pull request #579 from halbtuerke/save-multiple-attachments-without-asking
...
mu4e: Add option for saving multiple attachments into same directory.
2015-03-17 19:14:46 +02:00
209f10b356
Merge pull request #597 from danieroux/non-interactive-mark-thread
...
mu4e: Extract mu4e-headers-mark-thread-using-markpair
2015-03-17 19:10:40 +02:00
69ef3037a7
Extract mu4e-headers-mark-thread-using-markpair
...
This allows for a key binding to something like:
(mu4e-headers-mark-thread-using-markpair '(read))
2015-03-17 12:55:17 +02:00
33804f63d8
mu4e: add example for mu4e-contact-rewrite-function
2015-03-15 13:45:28 +02:00
3c104dfdf4
mu: deactivate unit test for mu_util_dir_expand
...
The test fails in some cases with interesting directory setups, although
the function does work. So de-activate the test for now, until we come
up with a better one.
2015-03-15 13:26:56 +02:00
9d8dfcaedd
Merge branch 'master' of github.com:djcb/mu
2015-03-06 00:14:59 +02:00
baebd53fb8
Fix a core dump under OpenBSD
...
Based on a patch by StAlphonsos
2015-03-06 00:12:34 +02:00
6921c039d0
Merge pull request #580 from DamienCassou/update-mail-in-main-with-same-keys
...
Make sure C-S-u and C-c C-u work in main view
2015-03-04 06:59:39 +02:00
0c88364255
Merge pull request #590 from sje30/patch-2
...
Update mu4e-vars.el
2015-02-25 08:35:04 -08:00
3239a69fc5
Update mu4e-vars.el
...
typo
2015-02-25 09:50:55 +00:00
cdea9fefaa
Merge pull request #589 from danieroux/test-case-for-include-related
...
Add a test case for https://github.com/djcb/mu/issues/380
2015-02-23 19:07:54 -08:00
f996d92daa
Add a test case for https://github.com/djcb/mu/issues/380
...
--include-related fails on some platforms (OSX 10.9 and 10.10) due to a
compilation error.
This test case catches it.
2015-02-22 21:27:13 +02:00
d3457ec56c
fix compiler warning
2015-02-21 14:18:24 -08:00
242bc817e2
Merge pull request #588 from seblemaguer/master
...
fix for #587
2015-02-21 14:16:02 -08:00
2e027c57ed
fix for #587
2015-02-20 14:50:11 +01:00
08c9ea6b46
Merge pull request #584 from zakkak/fix_for_280
...
Fix for #280
2015-02-17 21:57:43 -08:00
3cfb5b0795
Add FIXME comment for lost "signed" flag
2015-02-16 02:12:16 +02:00
edd463186e
Fix handling of only signed messages
2015-02-16 01:56:11 +02:00
8456c1c2dc
Fix #280
...
Since `parent` is not really used as a parent, I use it as the last
visited encrypted part while going down the parts-tree.
At the decryption of a part (`mu_msg_crypto_decrypt_part`) I check,
through the GMimeDecryptResult, for signatures (`check_decrypt_result`)
and add them to the part (`tag_with_sig_status`). Any nested parts hold
that encrypted part as their parent. Finally at `handle_part`, for each
part I check if it a descendent of an encrypted part. If so, I proceed
checking for signatures and adding them to the `msgpart`.
2015-02-16 01:19:32 +02:00
d0890a3b0c
Make sure C-S-u and C-c C-u work in main view
...
These 2 shortcuts update mail index in both the headers and view modes
but not in the main view.
2015-02-13 10:47:25 +01:00
aec66cbf5c
Add option for saving multiple attachments into same directory.
...
This feature was discussed in the `mu-discuss` Google group.
https://groups.google.com/d/topic/mu-discuss/LpwtWZ1WCyg/discussion
2015-02-11 15:46:01 +01:00
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