Commit Graph

3526 Commits

Author SHA1 Message Date
5287b151b2 Merge pull request #518 from zakkak/docUpdate
mu4e: Add documentation about mu4e-compose-dont-reply-to-self
2014-11-23 14:27:52 +02:00
c9a14fa096 Add documentation about mu4e-compose-dont-reply-to-self 2014-11-22 19:01:05 +02:00
8f9499c0c9 mu4e: update mu4e-headers-find-if documentation 2014-11-22 17:27:15 +02:00
7eac4ac918 mu4e: add mu4e-headers-find-if
This function can be used to jump to some message in the headers list
that matches a certain pattern.
2014-11-22 13:23:29 +02:00
ddc3297ce9 mu4e: update documentation with some examples 2014-11-22 13:23:01 +02:00
80b4c17edc mu4e: make it easy to use shr for viewing rich text message
new emacs versions have the shr html renderer; we can use it to render
rich text messages. And some snippet to do so, and document it.
2014-11-01 12:41:55 +02:00
64738b8d4f mu4e: goto point-min after showing main screen 2014-10-30 21:02:18 +02:00
fd6df0848c mu4e.texi: /bin/sh does not like sauron-msg
Use sauron_msg instead
2014-10-30 08:16:13 +02:00
48d42ccf75 Merge branch 'master' of github.com:djcb/mu 2014-10-26 21:22:59 +02:00
8305c2e147 mu4e: add note about overly long header lines 2014-10-26 21:21:51 +02:00
3062dc1a39 Merge pull request #501 from zakkak/master
Add uncrustify configuration for C code
2014-10-21 13:01:59 +03:00
bcdc1aeba5 Add uncrustify configuration for C code 2014-10-20 15:00:53 +03:00
18dcebd820 Update HACKING 2014-10-19 18:48:48 +03:00
d368c0c3f3 mu4e: some documentation updates 2014-10-19 12:04:11 +03:00
c6dd538975 mu-msg-part.c: some cosmetic changes 2014-10-19 11:38:49 +03:00
260fdb8123 Merge pull request #500 from zakkak/decryption_field
Add decryption field
2014-10-19 11:19:35 +03:00
aaef9493cd Fix signatures' detail box for encrypted messages
In the case of encrypted and signed messages the signature field's
details box did not work due to missing flags to the mu verify command.
This commit fixes this issue.
2014-10-19 03:53:32 +03:00
8f8bc52023 Revert "Do not handle signature parts after verification"
This reverts commit 6e9b9ad2d0.

Unfortunately the reverted commit breaks the Signature field for
encrypted and, at the same time, signed messages.

TODO: details button in the Signatures field does not work for such
cases because the signature is encrypted.

Conflicts:
	lib/mu-msg-part.c
2014-10-19 03:39:32 +03:00
2d843ca887 Add Decryption field
Add a decryption field of the form

Decryption: 2 part(s) decrypted 1 part(s) failed

Meaning that 2 encrypted mime parts where successfully decrypted and 1
part failed.  Note that the number 2 refers to the number of
successfully decrypted mime parts and not the number of successfully
decrypted encryptes multiparts, i.e., if an encrypted multipart
contains 4 parts and decryption is successful the field will be

Decryption: 4 part(s) decrypted

TODO: Add details button listing the names and indexes of the
decrypted (or not) mime-parts
2014-10-19 03:27:58 +03:00
d412cd84ec Merge pull request #499 from zeckalpha/patch-1
mu4e: Extra quote in mu4e smtp example configuration.
2014-10-18 20:25:11 +03:00
ce9b831772 Extra quote in mu4e smtp example configuration. 2014-10-18 11:53:53 -05:00
ae75060b6a Merge pull request #498 from zakkak/skip_signatures
Do not handle signature parts after verification
2014-10-18 13:16:44 +03:00
98e105063d Merge pull request #497 from zakkak/failed_decryption
Improve decrypt failure handling
2014-10-18 13:16:34 +03:00
6e9b9ad2d0 Do not handle signature parts after verification
Since signatures are not listed as attachments there is no reason to
handle them after the verification.
2014-10-18 12:44:33 +03:00
a79cd23cd1 Improve decrypt failure handling
On failure to decrypt, list the encrypted part as an attachment
2014-10-18 12:33:20 +03:00
47db3d8bc3 Merge pull request #495 from zakkak/master
Fix #494. Start indexing attachments from 1 instead of 0
2014-10-17 17:24:48 +03:00
c40522b632 Fix #494. Start indexing from 1 instead of 0 2014-10-17 15:53:32 +03:00
baedf6b186 Merge pull request #492 from zakkak/master
Fix save for attachments
2014-10-15 14:56:53 +03:00
0b52878920 Fix save for attachments
Bug introduced with 51037be7fb
2014-10-15 14:32:20 +03:00
6bbd8739ae Merge pull request #491 from zakkak/master
Fix replying and forwarding of messages
2014-10-15 08:35:28 +03:00
925bc6a15c Fix forwarding of gpg encrypted mails (#186) 2014-10-15 03:12:29 +03:00
c5fd36a67f Fix replying to gpg encrypted mails (#186) 2014-10-15 02:42:57 +03:00
ee7eb9c142 Merge pull request #487 from zakkak/master
Fix encrypted multiparts and attachments indexing
2014-10-14 11:46:39 +03:00
a6a58b65f1 Remove left over argument from merge 2014-10-13 13:27:47 +03:00
ace922317f threader: try to handle pathless messages 2014-10-13 09:56:39 +03:00
6f50298667 Fix encrypted multiparts and attachments indexing
Pull request #483 does not handle encrypted multiparts properly.  It
used to just verify the signature and not process the parts of the
multipart.  This commit resolves this issue.

Additionally it did not index attachments properly and in the case of a
multipart directly containing more than one multiparts resulted on non
unique indexing of attachments/parts.  This commit resolves this issue
as well.
2014-10-12 22:43:58 +03:00
46934a9167 mu4e: Use save-excursion to leave point before signature
Based on the patch by janisteunissen.
  7f8b598e00
2014-10-12 16:18:07 +03:00
0faeceb46a Merge pull request #478 from odi/master
mu4e: Add different face attribute for the mode-line
2014-10-12 12:14:15 +03:00
4964fc721d Update mu4e-vars.el 2014-10-12 10:39:07 +02:00
ad48860101 Update mu4e-headers.el 2014-10-12 10:38:38 +02:00
34f42e799b mu4e: unbreak sending mail when gnus-agents is unplugged in gnus (#462) 2014-10-12 10:36:33 +03:00
168610b719 Merge pull request #365 from jschwab/add-capture-template-keywords
* mu4e/org-mu4e.el (org-mu4e-store-link): Add capture template keywords
2014-10-12 10:18:21 +03:00
83e6e642cb Merge pull request #486 from holocronweaver/master
mu4e: Mention need for multiple account SMTP credentials in manual.
2014-10-12 10:15:58 +03:00
bdf160dabe mu4e: Mention need for multiple account SMTP credentials in manual. 2014-10-11 14:47:51 -04:00
bd334a5d02 Merge pull request #480 from jonEbird/master
mu4e: updated html export to org v8 standards
2014-10-11 16:10:40 +03:00
be6170d357 split off `org-old-mu4e.el' for backward compatibility
For now this is just a copy of org-mu4e.el (which requires org-mode
8.x), but the expectancy is that they will diverge.
2014-10-11 16:08:21 +03:00
7035882c78 mu4e: add note about completing-read / helm to the FAQ (#286) 2014-10-11 14:33:36 +03:00
549f90d629 mu.1: mention --nocolor. Fixes #485 2014-10-11 14:18:19 +03:00
ac023b74a7 mu-msg-crypto: give better error when gpg is not found
also fixes some other warnings
2014-10-11 14:05:08 +03:00
99f08c50c4 mu-threader: debugging for some reported problem in find_or_create 2014-10-11 14:04:17 +03:00