Commit Graph

3773 Commits

Author SHA1 Message Date
c0015e44b9 Merge pull request #717 from avar/avar/correct-documentation-about-status
mu-server man page: Correct documentation about status reporting
2015-12-09 08:20:06 +02:00
86d309259c Merge pull request #719 from avar/avar/mu4e-doc-fixes
mu4e: Fix "the the" in mu4e docstring
2015-12-09 08:19:27 +02:00
dbd9e1d9d8 Fix "the the" in mu4e docstring 2015-12-09 04:51:02 +01:00
d276b393af mu-server man page: Correct documentation about status reporting
This 500 number was correct in v0.9.7-pre-302-g858552a, but since
v0.9.8.2-41-gc2e3eac it's been hardcoded to 1000 in the server code.

See also issue #715 and issue #716.
2015-12-08 20:54:52 +01:00
899253359b Merge pull request #697 from j-hao/master
mu4e: Add mu4e-headers-mark-all to execute certain action on all visible msg
2015-12-04 23:23:55 +02:00
2262e185af mu4e: allow for clearing some cached values
This helpful for various 'change account' actions
2015-12-04 23:20:27 +02:00
706c9e0ea9 mu4e: fix compiler warning 2015-12-04 23:19:32 +02:00
2a75c652c2 Add mu4e-headers-mark-all to execute certain action on all msgs from current query 2015-12-03 19:32:15 +08:00
0b5b94304e Merge pull request #710 from jjasghar/ws-cleanup
docs: Cleaned up some trailing white space(s)
2015-11-29 16:47:49 +02:00
9c3c3d3bbf Merge branch 'master' of github.com:djcb/mu 2015-11-29 16:42:58 +02:00
d37385030f mu4e: Fetch markpair in interactive declaration
This makes it possible to bind mark shortcuts in view-mode for certain
markpairs.
2015-11-29 16:42:30 +02:00
5ce58b68f3 Cleaned up some trailing white space(s)
- Walked through the NEWS, README, and about org-pages and removed some
  white spaces that where sticking around.
- 🤘
2015-11-28 17:16:33 -06:00
4d85bad069 Merge pull request #708 from prsarv/master
quoted starttls in multiple accounts
2015-11-25 23:14:04 +02:00
2289474578 Merge pull request #1 from prsarv/prsarv-patch-1
update mu4e.texi
2015-11-25 15:32:29 -05:00
628c3d3386 update mu4e.texi
Added quote against starttls on info page for multiple accounts.
2015-11-25 15:17:49 -05:00
25ebb5abf7 Merge pull request #704 from avar/avar/refactor-lambda-keybinding-into-function
mu4e-{view,headers}: Refactor a (lamba) kbd-bound function into a named function
2015-11-23 05:27:31 +02:00
4cffcfa440 mu4e-{view,headers}: Refactor a (lamba) kbd-bound function into a named function
Because this was a lambda C-h m would just show "??" instead of the
function name, and the documentation would be really confusing since it
showed the deparsed lambda function instead of the function name being
called.

Fix this by refactoring both the view & headers [ and ] functions into
named functions, and make their shared logic new internal
mu4u~{headers,view}-* functions.
2015-11-22 22:32:05 +01:00
a2409b62ca mu4e: when in-reply-to: is removed, remove references: too
When user removes the In-Reply-To header, also remove the (hidden)
References header when sending the message, effectively making the
message appear at the top-level.

Mention in the doc, NEWS.
2015-11-22 12:17:36 +02:00
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
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
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
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
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
5e77927f02 mu-index: Fix a grammar error in the --max-msg-size documentation 2015-11-19 07:28:05 +01:00
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
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
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
cd929226f3 www/mu4e: Fix the link to GitHub, it had incorrect Markdown syntax 2015-11-18 16:59:57 +01:00
c9cf0b88e4 Merge branch 'master' of github.com:djcb/mu 2015-11-18 15:56:03 +02:00
6df9322257 Fix typo near get_new_basename
And clear op the function a bit.
2015-11-18 15:55:34 +02:00
37d5c12bd2 Merge pull request #695 from hinrik/master
mu4e: Include '-' in example regex
2015-11-18 09:58:32 +02:00
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
dd71cf8003 Merge branch 'master' of github.com:djcb/mu 2015-11-17 11:00:09 +02:00
3d9563ea4c Update NEWS.org 2015-11-17 10:59:35 +02:00
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
be0a99ab35 Include '-' and '_' in example regex
These are common in mailing list names.
2015-11-16 13:59:42 +00:00
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
a257a4fdeb Mention how to shorten list names with dots 2015-11-15 10:37:44 +00:00
dba2e50979 Merge pull request #693 from hinrik/master
mu4e: Allow specifying list shortnames with regexes
2015-11-14 09:19:42 +02:00
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
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
66a082a6ad mu4e: mention org-mime in doc 2015-11-12 12:42:51 +02:00
bf1325f7c4 mu4e: Moving in headers should only change view if mu4e-split-view is non-nil. 2015-11-11 11:41:14 -08:00
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
9b3cc41d11 Remove outdated mu4e.org 2015-11-02 09:05:42 +02:00
26955ebe78 mu4e: remove duplicated line 2015-11-02 09:05:42 +02:00
be42db958f Merge pull request #682 from jeroentbt/patch-1
docs: mu-easy: summary to summary-len
2015-10-28 10:43:57 +02:00
abb3860145 summary to summary-len
This option has apparently changed somewhere down the line.
2015-10-27 00:04:57 +01:00
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
23f4a64bdc NEWS: update 2015-10-21 08:09:33 +03:00