Commit Graph

279 Commits

Author SHA1 Message Date
b815f61216 * mu4e-proc: inform user when database needs upgrade 2012-12-28 18:53:45 +02:00
23f746d714 * mu4e: make mu4e-headers-mark-for-each-if a 'public' function (i.e.., s/mu4e~/mu4e-/) 2012-12-28 15:33:42 +02:00
d38fbccd47 * mu4e-draft.el: hopefully fix the references issue 2012-12-28 14:48:20 +02:00
deb862a488 * fix broken references: don't comma-separate 2012-12-28 12:49:31 +02:00
8b89ff3c90 * mu4e-headers: fix typo 2012-12-27 20:33:50 +02:00
42879bb8ef * minor 2012-12-27 20:23:08 +02:00
3d71c260ae * mu4e: add include-related, skip-headers toggling support mu4e-headers,
document it.
2012-12-27 16:27:53 +02:00
382ccc2e2e * improvements in the :mailing-list field 2012-12-26 13:01:36 +02:00
6219719e2f * set `mu4e-headers-include-related-maxnum' to 800 2012-12-25 20:40:04 +02:00
b1e1574883 * mu4e: move mu4e-search-results-limit => mu4e-headers-results-limit 2012-12-25 19:42:47 +02:00
8f00cccd3c * mu4e: document skip-headers and include-related 2012-12-25 19:42:07 +02:00
58f5e39d34 * add support for finding related messages to mu-find, mu4e, this does *not*
include the actual implementation though
2012-12-25 11:58:32 +02:00
f70ff6b78e Drop misplaced braces
'make' fails to build docs:

    mu4e.texi:31: Misplaced {
    mu4e.texi:31: Misplaced }

Not sure if it's the best way to fix ;-)
2012-12-24 11:45:14 +02:00
9db55ac7ab Fix '' letters in a message view 2012-12-24 00:04:46 +04:00
4a2e813e4f * don't use longlines-mode (visual-line-mode is available in all emacsen we support) 2012-12-23 14:18:14 +02:00
9eb628fcb6 * rename mu4e-headers-split-view-resize --> mu4e-headers-split-view-grow 2012-12-23 14:05:48 +02:00
15f765d276 Merge pull request #93 from tarsius/undefun
* add various commands to replace anonymous lambas in keymaps
2012-12-23 04:01:13 -08:00
4f37e979e1 * some small improvements for the mailing list support 2012-12-22 21:57:49 +02:00
144b5b1ba2 * mu4e-view: cosmetic 2012-12-22 21:12:36 +02:00
1e6b7792d6 * better handling of mailing lists which are not in the shortcuts lists 2012-12-22 11:48:02 +02:00
0095bfdc5a * cosmetic 2012-12-20 23:33:09 +02:00
4dd81e5b7f * mu4e-utils: when completing a maildir, put the initial / there already 2012-12-20 23:32:37 +02:00
10ad5ce2ca * mu4e: add support for display mailing list (short)names in headers/view mode 2012-12-18 23:29:17 +02:00
7053582dd7 * add skipping-dups support to mu4e 2012-12-17 22:30:26 +02:00
2cd915f611 * cosmetics 2012-12-17 22:26:22 +02:00
8d8bce91fb * fix `mu4e~headers-human-date' 2012-12-17 00:33:25 +02:00
17f3ef0c4b Merge pull request #113 from tarsius/custom
* various improvements for 'defcustom' usage and explicitly offer `turn-on-visual-line-mode' as hook function.
2012-12-15 02:42:06 -08:00
f7b6c6e6ab * some fixes for the retagging action (thanks to Abdó Roig-Maranges) 2012-12-15 12:06:32 +02:00
9bc27d63ef * cosmetic 2012-12-15 12:02:04 +02:00
a9d3e6e503 * make sure mu4e-compose-parent-message is available in mu4e-compose-mode as
well (thanks to Tsunenobu Kai)
2012-12-15 12:01:50 +02:00
4e6824dd69 mu4e-view-mode-hook: define explicitly
Explicit offer `turn-on-visual-line-mode' as hook function.
2012-12-12 20:07:01 +01:00
cd5f730222 mu4e-maildir-shortcuts: define custom type 2012-12-12 20:07:01 +01:00
faa0e6f55f mu4e-sent-messages-behavior: fix custom type defintion 2012-12-12 20:03:36 +01:00
5921afbe5c * mu4e-actions: fix 'sed' parameters in mu4e-action-retag-message 2012-12-10 02:01:55 +02:00
59dc5c89fc Merge pull request #112 from Popsch/fix_docu
*mu4e.texi: use save-excursion in the mu4e-compose-mode-hook
2012-12-09 05:35:40 -08:00
46a49c8875 * remove all addresses in `mu4e-user-mail-address-list' from cc-list; fixes #101 2012-12-09 15:31:39 +02:00
0e204fece4 * small cleanup of the retagging support 2012-12-09 15:07:21 +02:00
a896a497b7 use save-excursion in the mu4e-compose-mode-hook 2012-12-08 21:59:53 -05:00
b875690bc0 Change mode before setting local variables in mu4e-view
Otherwise, the mode-change messes up with local bindings. In paricular, this
caused mu4e~view-msg contain the wrong path after a flag change.
2012-12-07 00:24:16 +01:00
fb2f5d6a53 Adds an action to change tags header
New action mu4e-action-retag-message that reads tag changes from the user and
modifies the corresponding header (X-Keywords, X-Label, etc) on the message.
2012-12-07 00:18:00 +01:00
522f4104f9 Change refile target in region email.
Now, mark commands with region on headers view,
target of the first email is reflected in the rest of email.

```
              Date         From     Subject
--------------------------------------------
              2012-12-05   Github   ...
              2012-12-05   Yahoo!   ...
              2012-12-05   Work     ...

  refiling to

              Date         From     Subject
--------------------------------------------
r -> /github  2012-12-05   Github   ...
r -> /github  2012-12-05   Yahoo!   ...
r -> /github  2012-12-05   Work     ...
```

In this patch, change target in region email.

```
              Date         From     Subject
--------------------------------------------
r -> /github  2012-12-05   Github   ...
r -> /yahoo   2012-12-05   Yahoo!   ...
r -> /work    2012-12-05   Work     ...
```
2012-12-05 16:46:12 +09:00
12799b8f50 Fix parens typo in add-hook example
You had (let ((symbol valueform) body)).
2012-11-29 07:47:30 -05:00
5335908f57 Merge pull request #90 from tarsius/cited4
* mu4e-cited-4-face: inherit font-lock-keyword-face
2012-11-26 14:45:32 -08:00
0c11313027 * mu4e-view: list inline-parts as attachments, too. 2012-11-25 18:33:03 +02:00
a82fecfb75 Merge pull request #95 from tarsius/custom
* fix parent groups of custom groups and options
2012-11-14 14:29:38 -08:00
371e3907c5 mu4e: fix typo and doc-string formatting 2012-11-14 13:48:06 +01:00
17be9ec05a mu4e: autoload major entry points
Autoload functions `mu4e' and `mu4e~compose-mail' and the definition of
the mail-user-agent `mu4e-user-agent'.  The last to are required so
that `compose-mail' can be used without explicitly loading mu4e.

Also require `mu4e' in mu4e-compose.el (after providing mu4e-compose
to avoid a circular dependencies).  This is required because the
autoload definitions only cause mu4e-compose but not mu4e to be loaded
when using `compose-mail', but if mu4e isn't loaded various handlers
are not loaded (and possibly there are other problems if mu4e is not
fully loaded).
2012-11-14 13:48:06 +01:00
6424a82d60 mu4e: add function mu4e-user-agent
Without this `mail-user-agent' cannot be set to `mu4e-user-agent'
through customize, as the custom type expects a function.  Not sure
whether this function is actually ever used; if it is then returning
the symbol is probably the correct thing to do, as other such
functions suggest.
2012-11-14 13:48:06 +01:00
9b0a21c70f mu4e: mu4e-split-view: add to custom group mu4e-headers 2012-11-14 12:27:40 +01:00
5a12450745 mu4e: fix parent groups of custom groups mu4e and org-mu4e 2012-11-14 12:27:04 +01:00