Commit Graph

3515 Commits

Author SHA1 Message Date
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
sabof d6f08f3202 Externalised the contacts map 2014-02-07 01:38:33 +00:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 8ea429045f Merge pull request #359 from sabof/mu4e-cited-regexp
* moved citation regexps to a variable
2014-02-06 07:40:07 -08:00
sabof a128a56bc6 mu4e-view: externalized keymaps 2014-02-06 08:42:57 +00:00
sabof 204b09dde3 Try not to move, when executing marks 2014-02-06 02:09:08 +00:00
sabof e2c8bff298 Moved citation regexps to a variable 2014-02-05 20:24:05 +00:00
Dirk-Jan C. Binnema 35a40bc3fb Merge pull request #339 from akopytov/master
* mu4e: Fix for #338.
2014-02-03 23:32:00 -08:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 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
sabof d4bcf629c2 Use window-deletable-p 2014-02-03 05:30:29 +00:00
Dirk-Jan C. Binnema 275d665943 Merge pull request #356 from sabof/no-split-mark-fix
* fix for marking without mu4e-split-view
2014-02-02 21:21:48 -08:00
sabof 519a18107c Quit in a way similar to help buffers' 2014-02-03 04:40:14 +00:00
sabof f51c051084 Verify that mu4e-split-view is used 2014-02-02 23:46:31 +00:00
Dirk-Jan C. Binnema 9b9571a9b5 Merge pull request #355 from jschwab/master
* fix main search shortcut typo
2014-02-01 15:48:17 -08:00
Dirk-Jan C. Binnema f71ca983b9 Merge pull request #354 from aecepoglu/master
* removed 'nocolor' option. Added 'color' option
2014-02-01 15:47:14 -08:00
Josiah Schwab b29489e272 fix main search shortcut typo 2014-01-31 10:41:56 -08:00
Ahmet Emre Çepoğlu 9eeec08200 color var removed entirely 2014-01-31 10:39:51 +02:00
ahmet emre 321bf49460 'color' variable no longer used. Default color value is 'always'. 2014-01-30 19:05:59 +02:00
Ahmet Emre Çepoğlu cd6e21bfab main man page updated 2014-01-30 14:29:48 +02:00
djcb d28950cf48 * fix typo 2014-01-25 20:08:40 -08:00
djcb b1e5873f39 * tweak 2014-01-25 20:08:16 -08:00
djcb 5a066de5ff * mu4e-main: fix the main menu regexps 2014-01-25 20:03:37 -08:00