1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-24 07:26:49 +02:00
Commit Graph

3587 Commits

Author SHA1 Message Date
djcb
5ef90a3432 * fix unit test after thread-sorting change (fixes #413) 2014-04-27 11:23:45 +03:00
djcb
a6f6c54d67 * bump version to 0.9.9.6pre3 2014-04-14 03:37:58 +03:00
djcb
757c87a22c * Merge branch 'master' of github.com:djcb/mu 2014-04-06 20:10:20 +01:00
djcb
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
Dirk-Jan C. Binnema
9940614dd3 Merge pull request #406 from thierryvolpiatto/master
* mu4e/mu4e-compose.el (mu4e-sent-handler): Honour `message-kill-buffer-...
2014-03-30 09:25:39 -07:00
Thierry Volpiatto
1b8373f438 * mu4e/mu4e-compose.el (mu4e-sent-handler): Honour `message-kill-buffer-on-exit'. 2014-03-28 13:38:46 +01:00
joost
d2915b7bb9 fixes #383 2014-03-28 10:24:43 +01:00
joost
86f0934f7b solves #383 2014-03-28 10:24:29 +01:00
Dirk-Jan C. Binnema
14a17ff07c Merge pull request #404 from thierryvolpiatto/master
* mu4e/mu4e-contrib.el (mu4e-view-bookmark-make-record): Fix, using last...
2014-03-26 04:53:03 -07:00
Thierry Volpiatto
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
Dirk-Jan C. Binnema
431d97f556 Merge pull request #403 from thierryvolpiatto/master
* mu4e: format regions quoted with `message-mark-inserted-region'
2014-03-24 02:27:01 -07:00
Thierry Volpiatto
9a23d356de * mu4e/mu4e-view.el (mu4e-mark-region-code): Add docstring. 2014-03-24 09:22:39 +01:00
Thierry Volpiatto
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
djcb
0c18a0b816 * mu: store date as 0 if it does not exist; this allows searching 2014-03-22 18:51:39 +02:00
Dirk-Jan C. Binnema
77accde8b0 Merge pull request #401 from thierryvolpiatto/master
* mu4e/mu4e-contrib.el: Add bookmark handlers for mu4e.
2014-03-22 08:56:48 +02:00
Thierry Volpiatto
057a804e6c * mu4e/mu4e-contrib.el: Add bookmark handlers for mu4e. 2014-03-21 20:27:33 +01:00
djcb
339d6ac562 * mu4e: workaround; limit subject to 600 chars (thanks to Toni Reina); fixes #394. 2014-03-21 07:30:37 +02:00
djcb
e55840a917 * mu4e: when erasing buffer, nullify view-message too; fixes #395 2014-03-21 07:22:54 +02:00
omfgroflbbq
c7b28419ab * bugfix for issue 164 2014-03-20 16:22:50 +01:00
Dirk-Jan C. Binnema
bd9d99ae91 Merge pull request #393 from thierryvolpiatto/master
* mu4e/mu4e-main.el (mu4e~main-toggle-mail-sending-mode): Save position ...
2014-03-13 22:08:04 +02:00
Thierry Volpiatto
92d5ed112b * mu4e/mu4e-main.el (mu4e~main-toggle-mail-sending-mode): Save position when toggling. 2014-03-13 16:12:54 +01:00
djcb
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
djcb
9b5c841602 * mu4e: make sure the signature gets insert at the right places (Fixes #381) 2014-03-03 19:54:36 +02:00
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
85f94e1743 Merge pull request #386 from ayanes/master
* mu4e: fix errors in documentation
2014-03-02 23:12:34 +02:00
Adrian Yanes
9262622612 Fix contradictory example in 6.6 Queuing mail 2014-03-02 22:32:15 +02:00
Adrian Yanes
951834b816 Add missing parenthesis in 7.3.1 Setting up maildir shortcuts example 2014-03-02 22:32:15 +02:00
Thierry Volpiatto
ee2e9d11f3 * mu4e/mu4e-utils.el (mu4e~fontify-cited): remove unsused let var. 2014-03-02 21:04:21 +01:00
Thierry Volpiatto
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
Dirk-Jan C. Binnema
4f7b5da504 Merge pull request #384 from thierryvolpiatto/master
* mu4e: Fix fontification of cited lines
2014-03-02 11:07:30 +02:00
Thierry Volpiatto
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
Thierry Volpiatto
815961acbb * mu4e/mu4e-utils.el (mu4e~fontify-cited): Fix regexp matching cited lines. 2014-03-02 06:16:58 +01:00
djcb
e11f69128a * add mu.spec to misc/Makefile.am/EXTRA_DIST 2014-02-16 14:58:38 +02:00
Dirk-Jan C. Binnema
848189dc8b Merge pull request #368 from ssaavedra/master
* add spec file for building in RPM-based systems.
2014-02-16 14:56:59 +02:00
Dirk-Jan C. Binnema
32a1797aa2 Merge pull request #371 from stsquad/add-travis-testing
* .travis.yml: add basic Travis recipe
2014-02-16 14:54:46 +02:00
Santiago Saavedra
01ba6a7271 Add spec file for building in RPM-based systems.
Spec file creates the following packages:
* mu: The main email indexer, with mu4e included for emacs
* mu-gtk: with the mug executable
* mu-guile: with the bindings for guile

As per the Fedora Packaging Guidelines, there should not be a separate
emacs-mu package if the main package (mu) does not require emacs, but it
provides additional files for its use with emacs. I think that's the
point of mu4e.
2014-02-15 16:05:35 +01:00
djcb
3edf950fc2 * mu_str_asciify_in_place: fix test to decide whether to replace 2014-02-15 13:20:17 +02:00
djcb
3f6b3df477 * revert "removed 'nocolor' option. Added 'color' option that takes (auto|never|always) instead."
(broke unit tests)

This reverts commit a4c07c9b90.

Conflicts:
	mu/mu-config.c
2014-02-15 12:09:07 +02:00
djcb
60e863b562 * mu: fix compilation warning 2014-02-15 11:49:57 +02:00
Alex Bennée
d1f3c908b9 .travis.yml: add basic Travis recipe
This sets up a simple build and make check test against 3 versions of
Emacs as installed by evm.
2014-02-14 14:59:46 +00:00
Dirk-Jan C. Binnema
411cea83f4 Merge pull request #369 from sabof/typo-fix
* mu4e: corrected the property list
2014-02-14 01:08:39 +02:00
sabof
647b9381bc Corrected the property list 2014-02-13 14:24:01 +00:00
Josiah Schwab
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
Dirk-Jan C. Binnema
975bed2699 Merge pull request #364 from sabof/revert-519a181
* mu4e: revert "Quit in a way similar to help buffers'"
2014-02-08 13:09:47 -08:00
sabof
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
Dirk-Jan C. Binnema
4efd3834d2 Merge pull request #362 from sabof/overlay-numbers
* use overlays for url numbers
2014-02-08 10:47:40 -08:00
sabof
186fc89414 Avoid unnecessary errors 2014-02-07 06:12:41 +00:00
sabof
28a970a778 mu4e-view-mode: use overlays for url numbers 2014-02-07 06:12:21 +00:00
Dirk-Jan C. Binnema
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
sabof
d24176ed82 Added docstrings 2014-02-07 02:10:35 +00:00