Commit Graph

3755 Commits

Author SHA1 Message Date
djcb b43b701aa9 mu4e: add mu4e-user-agent-string
Add mu4e-user-agent-string, this allows for customizing the user-agent
string.
2015-11-22 11:25:05 +02:00
djcb cec825eec1 mu4e: fix for split-view
Commit 5708a173fa fixes some behavior for non-split-view, but
inadvertently changed the behavior for split-view as well.

Fix this.
2015-11-21 13:26:56 +02:00
Dirk-Jan C. Binnema 5708a173fa Merge pull request #691 from tmalsburg/master
mu4e: Moving in headers should only change view if mu4e-split-view is non-nil.
2015-11-19 12:48:27 +02:00
Dirk-Jan C. Binnema 84e5af4174 Merge pull request #701 from avar/avar/mu-find-doc-fix-mention-body
mu-find(1): Document that you can search through body:*
2015-11-19 12:47:00 +02:00
Dirk-Jan C. Binnema ff43d9efbe Merge pull request #702 from avar/avar/mu-index-doc-grammar-error
mu-index: Fix a grammar error in the --max-msg-size documentation
2015-11-19 12:43:47 +02:00
Ævar Arnfjörð Bjarmason 5e77927f02 mu-index: Fix a grammar error in the --max-msg-size documentation 2015-11-19 07:28:05 +01:00
Ævar Arnfjörð Bjarmason 600c5bb8e1 mu-find(1): Document that you can search throug body:*
This is a long-standing feature, it works, but there was no mention of
it in the docs.

There's also bodyhtml:* but that doesn't seem to do anything for me,
maybe I just don't have enough HTML mail.

These also exist:

    path,l          ???
    refs,r          ???

But I don't know what they're for. They should probably be documented
too.
2015-11-19 01:38:39 +01:00
Dirk-Jan C. Binnema 528ee56c75 Merge pull request #700 from avar/avar/fix-www
www: Small fixes to the mu webpage
2015-11-18 23:43:56 +02:00
Ævar Arnfjörð Bjarmason 8f2a06b0c0 www/mu4e: Link to external software packages & mention mbsync
Evidently mbsync is quite popular with mu, mention it here. Also link to
the various webpages for these projects.
2015-11-18 17:04:54 +01:00
Ævar Arnfjörð Bjarmason cd929226f3 www/mu4e: Fix the link to GitHub, it had incorrect Markdown syntax 2015-11-18 16:59:57 +01:00
djcb c9cf0b88e4 Merge branch 'master' of github.com:djcb/mu 2015-11-18 15:56:03 +02:00
djcb 6df9322257 Fix typo near get_new_basename
And clear op the function a bit.
2015-11-18 15:55:34 +02:00
Dirk-Jan C. Binnema 37d5c12bd2 Merge pull request #695 from hinrik/master
mu4e: Include '-' in example regex
2015-11-18 09:58:32 +02:00
djcb 539bd9be19 Fix message file creation
Make sure we 0-pad the numeric parts in message file names; this was
breaking some unit test.
2015-11-18 09:50:36 +02:00
djcb dd71cf8003 Merge branch 'master' of github.com:djcb/mu 2015-11-17 11:00:09 +02:00
djcb 3d9563ea4c Update NEWS.org 2015-11-17 10:59:35 +02:00
djcb fe8b3430c6 mu: optimize indexing (get_uid_term)
Some users were report seeing get_uid_term high in the profiles; so
optimize this:

- make mu_util_get_hash a static inline function (used by get_uid_term)
- don't use 'realpath' in get_uid_term, seem that's the main culprit
- some slight faster string handling there too.
2015-11-17 10:55:56 +02:00
Hinrik Örn Sigurðsson be0a99ab35 Include '-' and '_' in example regex
These are common in mailing list names.
2015-11-16 13:59:42 +00:00
Dirk-Jan C. Binnema 3c8f031f39 Merge pull request #694 from hinrik/master
mu4e: Mention how to shorten list names with dots
2015-11-15 16:19:50 +02:00
Hinrik Örn Sigurðsson a257a4fdeb Mention how to shorten list names with dots 2015-11-15 10:37:44 +00:00
Dirk-Jan C. Binnema dba2e50979 Merge pull request #693 from hinrik/master
mu4e: Allow specifying list shortnames with regexes
2015-11-14 09:19:42 +02:00
Hinrik Örn Sigurðsson 77529b105e Allow specifying list shortnames with regexes
This way mu4e will intelligently shorten mailing list names which
contain dots:

    (setq mu4e-mailing-list-patterns
          '("\\([a-z0-9.]+\\)\.lists\.company\.com"))
2015-11-14 00:04:26 +00:00
Dima Kogan 781f0782f5 mu4e: added action to show the current thread only
Add an action for view and headers buffer to show only the messages in
the current thread.
2015-11-12 12:57:26 +02:00
djcb 66a082a6ad mu4e: mention org-mime in doc 2015-11-12 12:42:51 +02:00
Titus von der Malsburg bf1325f7c4 mu4e: Moving in headers should only change view if mu4e-split-view is non-nil. 2015-11-11 11:41:14 -08:00
Bar Shirtcliff 22b7022798 mu4e: allow cc, bcc, mailing-list in mu4e-headers-mark-pattern
Based on patch by cinayakoshka, allow for matching more fields
2015-11-02 09:05:42 +02:00
Foivos S. Zakkak 9b3cc41d11 Remove outdated mu4e.org 2015-11-02 09:05:42 +02:00
djcb 26955ebe78 mu4e: remove duplicated line 2015-11-02 09:05:42 +02:00
Dirk-Jan C. Binnema be42db958f Merge pull request #682 from jeroentbt/patch-1
docs: mu-easy: summary to summary-len
2015-10-28 10:43:57 +02:00
jeroen tiebout abb3860145 summary to summary-len
This option has apparently changed somewhere down the line.
2015-10-27 00:04:57 +01:00
djcb 50d25ce0e0 mu: use '.msgpart' as extension
We were using '.part', but some desktop software interprets that as a
partial download.
2015-10-24 11:45:50 +03:00
djcb 23f4a64bdc NEWS: update 2015-10-21 08:09:33 +03:00
djcb ef5c864d76 configure: bump version to 0.9.15
We'll use odd minor version numbers (.15) for development releases; this
ultimately leads to the next stable 0.9.16.
2015-10-21 08:08:21 +03:00
djcb 0678d31056 mu: special-case text/calendar parts
Set the name for (otherwise unnamed) mime-parts of type text/calendar to
"vcal-<n>.vcs"; this allows for easier processing with external tools.
2015-10-21 08:06:40 +03:00
djcb 105809cd8e mu4e: Use length, not string-width when fontifying body
The latter does not what we want and gives errors (esp. on OSX it seems)
2015-10-19 12:13:21 +03:00
djcb a822c93ad0 Merge branch 'master' of github.com:djcb/mu 2015-10-16 11:22:17 +03:00
djcb aa871ee4da mu4e: don't insist of message-signature being a string
Better not to ignore message-signature, even when it's not a string.
2015-10-16 11:20:48 +03:00
djcb ff06d5fb4d mu4e: don't include '--' if no signature set
This fixes issue #434.
2015-10-16 11:18:50 +03:00
Dirk-Jan C. Binnema eb30731333 Merge pull request #678 from thierryvolpiatto/fix_body_property
mu4e: Fix propertizing body with mu4e-view-body-face.
2015-10-14 18:47:02 +03:00
Thierry Volpiatto 819959d2cb Fix propertizing body with mu4e-view-body-face.
* mu4e/mu4e-view.el (mu4e-view-message-text):
When using `propertize' all properties added by `mu4e-html2text-command'
in html message are overwrited by `mu4e-view-body-face', so use here
`add-face-text-property' if available, otherwise behave as before and return
body unchanged.
2015-10-14 17:39:09 +02:00
djcb 0956c096de mu4e: don't be too eager to open view
When there's no view yet, don't automatically open one when moving.
2015-10-13 16:16:10 +03:00
djcb 1a33a710db Add `mu4e-view-body-face`
This allows setting a custom face for the message body, e.g., if you
prefer a proportional font for the body:

    (set-face-attribute 'mu4e-view-body-face nil :font "Liberation Serif-10")
2015-10-13 08:03:56 +03:00
djcb a7d611c902 Fix moving when not in split-view mode
Don't insist on having a window (which caused an error), and don't
refuse to move in that case.
2015-10-13 07:39:24 +03:00
djcb ada193c8fd Don't raise 'Update process is already running' error
Only issue a message. Refactor a bit.

This is for the use-case where the time to update is longer than the
period between updates -- e.g. you return from suspension/hibernation
and an old update process is still running.
2015-10-13 07:05:55 +03:00
djcb 85716b7990 Merge branch 'master' of github.com:djcb/mu 2015-10-09 12:03:15 +03:00
Dirk-Jan C. Binnema 0411c3b389 Merge pull request #675 from tarsius/silence
mu4e: Fix issues reported by the byte-compiler.
2015-10-09 11:57:33 +03:00
Jonas Bernoulli a924985803 Fix issues reported by the byte-compiler. 2015-10-09 01:02:58 +02:00
djcb f6b596d292 Documentation: e-mail address are case-sensitive 2015-10-07 11:45:06 +03:00
djcb 5c18f315a0 Update NEWS for file-name format change 2015-10-07 10:35:13 +03:00
djcb 67f74d44b0 cosmetic 2015-10-07 10:34:55 +03:00