Commit Graph

3515 Commits

Author SHA1 Message Date
Dima Kogan 986740c5a0 mu4e-view-search-narrow now prompts user for input 2014-06-06 15:08:37 -07:00
Dirk-Jan C. Binnema 293282cf76 Merge pull request #435 from davidcsterratt/master
* Potential fix for issue #433: make check fails on Scientific Linux 6
2014-06-05 22:05:19 +03:00
Dirk-Jan C. Binnema a4da062845 Merge pull request #430 from taurgal/master
* mu4e: Add revert-buffer support to the mu4e main buffer
2014-06-05 22:01:52 +03:00
David C Sterratt f0510fbf35 Potential fix for issue #433: make check fails on Scientific Linux 6 2014-06-05 14:07:13 +01:00
djcb a36d4bd72f * mu4e: make sure there's always an ending newline 2014-06-02 08:42:05 +03:00
djcb e954cb127b * mu-guile: add example 2014-06-02 08:36:56 +03:00
djcb 2575e6b0a8 * mu4e: unbreak address display, removing toggling 2014-05-24 18:16:34 -07:00
djcb b30e06ad2a * mu4e: some doc updates 2014-05-24 18:15:43 -07:00
Bosché Aurélien fe53c5a0f8 Added a missing ";; New" comment. 2014-05-24 19:38:14 +02:00
Bosché Aurélien fdbc1d6f9a Automatically insert a date field in the new drafts headers.
So that one can see when a draft was composed when browsing the
draft maildir (instead of getting "None" in the Date column). Then one
can sort the drafts by date.
2014-05-24 19:30:13 +02:00
Bosché Aurélien c426bc1621 Fixed the commented example at the end of the mu4e-main.el file.
Now queuing/unqueuing should work fine in any mu4e mode if one executes
those definitions.
2014-05-24 14:44:39 +02:00
Bosché Aurélien 44d44f1a0c Added the forgotten (mu4e-main-mode) 2014-05-24 12:22:47 +02:00
Bosché Aurélien 20e8c9963e Corrected a small bug 2014-05-22 22:49:02 +02:00
Bosché Aurélien edfe1df20a Set revert-buffer-function in the right place 2014-05-21 22:06:57 +02:00
Bosché Aurélien a02947b975 revert-buffer support complete 2014-05-21 21:33:02 +02:00
Bosché Aurélien 7cbe722947 Merged 2014-05-21 21:24:20 +02:00
Bosché Aurélien 118ce389a5 Various little changes 2014-05-21 21:21:02 +02:00
Bosché Aurélien b3ab20634c Various little changes 2014-05-21 20:38:41 +02:00
Dirk-Jan C. Binnema 296523fb3c Merge pull request #429 from sabof/default-to-descending
* mure: headers sorted by "nil" at first; avoid this.
2014-05-20 23:18:03 -07:00
sabof fa819de59b Avoid sorting by nil 2014-05-21 01:08:25 +01:00
djcb d3122a8927 * mu: shell-quote rather than escape with --exec 2014-05-14 22:57:57 -07:00
djcb 92be7368c8 * Merge branch 'master' of github.com:djcb/mu 2014-05-13 23:03:08 -07:00
Dirk-Jan C. Binnema ce3913bca7 Merge pull request #422 from stsquad/remove-ctrl-squash-space
* lib/mu-str.c: squash white space ctrl chars to spaces (#390)
2014-05-13 23:02:26 -07:00
Alex Bennée 29a16d7ae1 lib/mu-str.c: squash white space ctrl chars to spaces
When processing multiple lines for a subject line separated by TAB
characters we don't want to eliminate the control character totally but
replace it with a simple space. I've left the control handling as before
for non-white space characters.

Signed-off-by: Alex Bennée <alex@bennee.com>
2014-05-06 10:04:26 +01:00
djcb 5ab30cbc09 * mu4e: don't add rogue \n where re-editing 2014-05-04 10:51:44 -07:00
djcb abe7ed306d * mu4e: add fallback for `delete-all-overlays' 2014-04-27 11:54:15 +03:00
djcb 205de21783 * make mu4e-view-url-regexp a public variable
thus, users can more easily experiment with this
2014-04-27 11:32:21 +03:00
djcb 5cf67c6ea9 * don't mark the mail-header-separator as read-only
this seems to cause problems in some cases, where message-mode
  apparently requires the text to be writable.
2014-04-27 11:28:58 +03:00
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