Commit Graph

994 Commits

Author SHA1 Message Date
757c87a22c * Merge branch 'master' of github.com:djcb/mu 2014-04-06 20:10:20 +01:00
8b775ab238 * mu4e: update the contact-rewriting code a bit:
- make the default nil rather than a dummy (identity) function, for
    speed
  - don't use 'canonical' but the 'rewrite' which is a bit more general
2014-04-06 17:51:12 +01:00
1b8373f438 * mu4e/mu4e-compose.el (mu4e-sent-handler): Honour `message-kill-buffer-on-exit'. 2014-03-28 13:38:46 +01:00
d2915b7bb9 fixes #383 2014-03-28 10:24:43 +01:00
86f0934f7b solves #383 2014-03-28 10:24:29 +01:00
f6fb12262a * mu4e/mu4e-contrib.el (mu4e-view-bookmark-make-record): Fix, using last-query doesn't work when the query contain a date query. 2014-03-25 07:30:35 +01:00
9a23d356de * mu4e/mu4e-view.el (mu4e-mark-region-code): Add docstring. 2014-03-24 09:22:39 +01:00
8394e6069f * mu4e/mu4e-view.el (mu4e-mark-region-code): New function to highlight region marked with `message-mark-inserted-region'.
* mu4e/mu4e-vars.el (mu4e-region-code): New face.
2014-03-24 09:17:25 +01:00
057a804e6c * mu4e/mu4e-contrib.el: Add bookmark handlers for mu4e. 2014-03-21 20:27:33 +01:00
339d6ac562 * mu4e: workaround; limit subject to 600 chars (thanks to Toni Reina); fixes #394. 2014-03-21 07:30:37 +02:00
e55840a917 * mu4e: when erasing buffer, nullify view-message too; fixes #395 2014-03-21 07:22:54 +02:00
92d5ed112b * mu4e/mu4e-main.el (mu4e~main-toggle-mail-sending-mode): Save position when toggling. 2014-03-13 16:12:54 +01:00
e3274461db * mu4e: applied Michael Strey's patch for the date in citations
What was going wrong?

  Using the function `mu4e-view-message-text',
  mu4e~draft-cite-original created a temporary buffer. Based on this
  buffer the function message-cite-original-without-signature,
  borrowed from Gnus, had to extract the date for the citation
  line. The problem was, that this function depends on a standardized
  date in ISO format whilst mu4e-view-message-text formatted the date
  according to the setting of mu4e-view-date-format.

  This patch hopefully solves this problem by setting
  mu4e-view-date-format in function mu4e~draft-cite-original.
2014-03-09 20:08:55 +02:00
9b5c841602 * mu4e: make sure the signature gets insert at the right places (Fixes #381) 2014-03-03 19:54:36 +02:00
9a56e3736e Merge pull request #387 from thierryvolpiatto/master
* mu4e: fully fix last pull request about `mu4e~fontify-cited`
2014-03-03 19:36:39 +02:00
9262622612 Fix contradictory example in 6.6 Queuing mail 2014-03-02 22:32:15 +02:00
951834b816 Add missing parenthesis in 7.3.1 Setting up maildir shortcuts example 2014-03-02 22:32:15 +02:00
ee2e9d11f3 * mu4e/mu4e-utils.el (mu4e~fontify-cited): remove unsused let var. 2014-03-02 21:04:21 +01:00
3835c2e45e * mu4e/mu4e-utils.el (mu4e~fontify-cited): Use string-width.
* mu4e/mu4e-vars.el (mu4e-cited-regexp): Improve it.
2014-03-02 20:58:49 +01:00
1e8f97b961 * mu4e/mu4e-utils.el (mu4e~fontify-cited): Simplify.
* mu4e/mu4e-vars.el (mu4e-cited-regexp): Simplify regex and use a group to match the >*.
2014-03-02 08:19:33 +01:00
815961acbb * mu4e/mu4e-utils.el (mu4e~fontify-cited): Fix regexp matching cited lines. 2014-03-02 06:16:58 +01:00
647b9381bc Corrected the property list 2014-02-13 14:24:01 +00:00
c7612ae3a3 * mu4e/org-mu4e.el (org-mu4e-store-link): Add capture template keywords
For other email links (e.g., wl, mh, gnus), a number of keywords are
defined in org capture templates.  This makes these keywords available
for use in captures from mu4e.

http://orgmode.org/manual/Template-expansion.html

Inspiration from Roelof Burger
https://groups.google.com/d/msg/mu-discuss/4sffZofVKAY/aVTdVYoVyiUJ
2014-02-09 16:33:46 -08:00
cd7b6b273e Revert "Quit in a way similar to help buffers'"
This reverts commit 519a18107c.

Conflicts:
	mu4e/mu4e-view.el
2014-02-08 21:03:25 +00:00
186fc89414 Avoid unnecessary errors 2014-02-07 06:12:41 +00:00
28a970a778 mu4e-view-mode: use overlays for url numbers 2014-02-07 06:12:21 +00:00
49e46e99ac Merge pull request #361 from sabof/make-view-region-keymaps-external
* mu4e: make region maps configurable.
2014-02-06 20:40:40 -08:00
d24176ed82 Added docstrings 2014-02-07 02:10:35 +00:00
d6f08f3202 Externalised the contacts map 2014-02-07 01:38:33 +00:00
a587a1aef4 Merge pull request #360 from sabof/prevent-point-motion-in-headers
* mu4e: try not to move, when executing marks
2014-02-06 07:41:04 -08:00
a128a56bc6 mu4e-view: externalized keymaps 2014-02-06 08:42:57 +00:00
204b09dde3 Try not to move, when executing marks 2014-02-06 02:09:08 +00:00
e2c8bff298 Moved citation regexps to a variable 2014-02-05 20:24:05 +00:00
35a40bc3fb Merge pull request #339 from akopytov/master
* mu4e: Fix for #338.
2014-02-03 23:32:00 -08:00
75bee1f082 Merge pull request #357 from sabof/more-accurate-deletion-test
* prevent occasional errors when windows are deleted
2014-02-03 23:28:51 -08:00
77c4623ba3 Merge pull request #358 from sabof/delete-window-on-quit
* mu4e: quit in a way similar to help buffers'
2014-02-03 22:25:09 -08:00
d4bcf629c2 Use window-deletable-p 2014-02-03 05:30:29 +00:00
519a18107c Quit in a way similar to help buffers' 2014-02-03 04:40:14 +00:00
f51c051084 Verify that mu4e-split-view is used 2014-02-02 23:46:31 +00:00
b29489e272 fix main search shortcut typo 2014-01-31 10:41:56 -08:00
d28950cf48 * fix typo 2014-01-25 20:08:40 -08:00
b1e5873f39 * tweak 2014-01-25 20:08:16 -08:00
5a066de5ff * mu4e-main: fix the main menu regexps 2014-01-25 20:03:37 -08:00
1bd332fba1 * mu4e: small update in doc 2014-01-25 02:48:32 +02:00
957c5ceaef * mu4e: fix regexp 2014-01-25 02:48:17 +02:00
d6890a7d42 Merge pull request #345 from DamienCassou/goto-begin-end-of-message
* better `M-<` and `M->` when composing a message.
2014-01-24 16:28:14 -08:00
a655640e7b * mu4e-main: allow for non-alphanum shortcuts 2014-01-12 13:07:36 +02:00
a4646ca502 * mu4e-utils: fix mu4e~temp-window 2014-01-12 12:57:05 +02:00
8a1d00c436 Use message-signature-separator 2014-01-09 18:18:36 +01:00
ae25096db6 Better M-< and M-> when composing a message.
This commit provides the following 2 functions that help the user go to
interesting positions at the beginning and end of the message being
composed. These 2 functions are bound to the standard `M-<` and `M->`
keys (or more precisely, to the keys where 'beginning-of-buffer and
'end-of-buffer are bound).

mu4e-compose-goto-top: Go to the beginning of the message or buffer.
  Go to the beginning of the message or, if already there, go to the
  beginning of the buffer.

mu4e-compose-goto-bottom Go to the end of the message or buffer.
  Go to the end of the message (before signature) or, if already there,
  go to the end of the buffer.
2014-01-09 18:16:36 +01:00