Commit Graph

3645 Commits

Author SHA1 Message Date
djcb 71ee601dce Add the missing NEWS 2015-06-09 21:08:02 +03:00
djcb e02077ab3d mu: make NEWS.org the place to put user information 2015-06-09 21:08:02 +03:00
thdox e845147565 fix typo 2015-06-09 21:08:02 +03:00
Foivos S. Zakkak 51628e2229 Fix else case in if statement of #615 2015-05-25 16:50:33 +03:00
Dirk-Jan C. Binnema d13dc7a1bc Merge pull request #614 from emon/fix-mu4e-org-capture-templates
* mu4e/mu4e-actions.el: modify org-capture-templates
2015-05-24 11:53:01 +03:00
djcb 87341ec01b Merge branch 'pull-615' 2015-05-24 11:50:28 +03:00
Pan Jie 64959382b9 Mu4e: add support for composing in a new frame
Adds the variable mu4e-compose-in-new-frame and when set to t, message
are composed in a new frame rather than the current one.
2015-05-24 11:48:37 +03:00
djcb b6baea3b21 mu4e: fix mixed-up lines in faq example 2015-05-24 11:32:07 +03:00
KOMURA Takaaki 0901af847a * mu4e/mu4e-actions.el: modify org-capture-templates
add " " between :EMAIL: and 'mail'
move the cursor to the left of 'name'
2015-05-20 23:44:41 +09:00
djcb 976711c16c mu4e: support message-action when marking 'deferred'
When marking headers as 'deferred' (with '*'), and executing them ('x'),
you can now also apply arbitrary header actions to them.
2015-04-26 17:09:06 +03:00
djcb 7eb244b3b0 mu: don't use __FUNCTION__, use __func__
__FUNCTION__ is deprecated and gives compilation warnings. __func__ is
standardized in c99.
2015-04-22 21:06:31 +03:00
Dirk-Jan C. Binnema 0ffbb2e5f6 Merge pull request #602 from tiagosab/master
mu4e: avoid error when splitting headers window
2015-04-20 09:36:31 +03:00
djcb be2dbbe984 mu-find.1: mention mailing-list matching parameters
Mention matching, retrieving the mailing-list value (if any)
2015-04-19 15:44:40 +03:00
djcb 1fa9aea6e2 Bump version to 0.9.12
Enough changes to warrant a new version
2015-04-16 22:27:38 +03:00
Tiago Saboga a57228b724 mu4e: avoid error when splitting headers window 2015-03-28 09:07:50 -04:00
djcb 646b06563f mu4e: fix :thread-subject for the non-threaded case 2015-03-23 20:57:29 +02:00
djcb 910e41e2fe mu4e: experimental :thread-subject field (one subject per thread)
with :thread-subject field, we attempt to only show one subject per
thread, somewhat like mutt does it.

the current implementation is straightforward, but does not take into
account whether the thread-subject is currently visible on the screen,
which is a bit tricky to implement
2015-03-22 11:49:57 +02:00
djcb f160ad95f1 mu4e: custom prompts for visiting / saving uris 2015-03-22 11:49:28 +02:00
djcb 52176dabfc mu4e: make mu4e-headers-sort-field, mu4e-headers-sort-direction public 2015-03-22 10:57:07 +02:00
djcb 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
djcb dd26ad5e2d Merge branch 'pull-596'
Signed-off-by: djcb <djcb@djcbsoftware.nl>
2015-03-22 09:57:02 +02:00
Mark A. Hershberger 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
djcb 6ecef77b1f mu4e: fix some more typos in the reference doc 2015-03-21 18:28:20 +02:00
djcb 7ca574934c mu4e: fix typo 2015-03-21 16:11:44 +02:00
djcb 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
djcb 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
djcb 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
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 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
Danie Roux 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
djcb 33804f63d8 mu4e: add example for mu4e-contact-rewrite-function 2015-03-15 13:45:28 +02:00
djcb 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
djcb 9d8dfcaedd Merge branch 'master' of github.com:djcb/mu 2015-03-06 00:14:59 +02:00
djcb baebd53fb8 Fix a core dump under OpenBSD
Based on a patch by StAlphonsos
2015-03-06 00:12:34 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 0c88364255 Merge pull request #590 from sje30/patch-2
Update mu4e-vars.el
2015-02-25 08:35:04 -08:00
Stephen Eglen 3239a69fc5 Update mu4e-vars.el
typo
2015-02-25 09:50:55 +00:00
Dirk-Jan C. Binnema 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
Danie Roux 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
djcb d3457ec56c fix compiler warning 2015-02-21 14:18:24 -08:00
Dirk-Jan C. Binnema 242bc817e2 Merge pull request #588 from seblemaguer/master
fix for  #587
2015-02-21 14:16:02 -08:00
Sebastien Le Maguer 2e027c57ed fix for #587 2015-02-20 14:50:11 +01:00
Dirk-Jan C. Binnema 08c9ea6b46 Merge pull request #584 from zakkak/fix_for_280
Fix for #280
2015-02-17 21:57:43 -08:00
Foivos S. Zakkak 3cfb5b0795 Add FIXME comment for lost "signed" flag 2015-02-16 02:12:16 +02:00
Foivos S. Zakkak edd463186e Fix handling of only signed messages 2015-02-16 01:56:11 +02:00
Foivos S. Zakkak 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
Damien Cassou 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
Patrick Mosby 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
Dirk-Jan C. Binnema 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
Jean Schurger 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