1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
Commit Graph

730 Commits

Author SHA1 Message Date
djcb
9bd65560a5 mu4e: make including dates in drafts optional (and disabled by default)
Add new configuration variable `mu4e-compose-auto-include-date'.
2014-09-02 06:10:38 -07:00
djcb
003b7a7b7a Merge branch 'master' of github.com:djcb/mu 2014-09-02 06:10:17 -07:00
Dirk-Jan C. Binnema
5ea37e5313 Merge pull request #464 from anadrome/master
mu4e.texi: minor documentation update
2014-09-02 05:18:59 -07:00
djcb
068e459cc4 mu4e.texi: add hint about getting fields from raw messages
from a mailing-list reply, a quick & dirty way to get arbitrary headers
from a message.
2014-09-02 05:15:25 -07:00
djcb
08bd686903 Merge branch 'master' of github.com:djcb/mu 2014-09-01 20:13:57 -07:00
djcb
facf370e5d mu4e.texi: fix typo 2014-09-01 20:13:00 -07:00
djcb
b24515d94e * small doc fix 2014-08-31 15:26:31 -07:00
mjn
42d589e663 * mu4e: minor documentation update
Updating documentation to mention the second default keybinding for
'mu4e-headers-mark-for-something, '*', which was introduced in commit
c581468ac3.
2014-08-21 04:11:39 +02:00
djcb
d4be790445 * mu4e: minor doc fixes 2014-08-11 23:20:27 +03:00
mjn
c99ccf9a19 Lightly copyedit the documentation and docstrings 2014-08-08 13:18:29 +02:00
Thierry Volpiatto
6319a5d53d Merge remote-tracking branch 'refs/remotes/upstream/master' 2014-06-27 10:00:24 +02:00
Thierry Volpiatto
fc04367e2e * mu4e/mu4e-view.el: Fix whitespaces in newline in previous commit, no code--change. 2014-06-27 07:37:15 +02:00
Thierry Volpiatto
76787707fe * mu4e/mu4e-view.el (mu4e-view-fill-long-lines): New, bind it to M-q. 2014-06-27 07:28:33 +02:00
Thierry Volpiatto
c202181123 Merge remote-tracking branch 'refs/remotes/upstream/master' 2014-06-18 15:35:52 +02:00
Thierry Volpiatto
2382abddf3 * mu4e/mu4e-compose.el (mu4e~compose-handler): Kill buffer on quit, transformed in defun*. 2014-06-18 15:33:55 +02:00
djcb
9f61a0387d * mu4e: add curl list to mailing lists 2014-06-16 21:47:36 +03:00
Thierry Volpiatto
a4201fe57a * mu4e/mu4e-main.el (mu4e-main-mode): `revert-buffer-function' should be local. 2014-06-16 21:47:04 +03:00
Thierry Volpiatto
66303262cd * mu4e/mu4e-main.el (mu4e-main-mode): `revert-buffer-function' should be local. 2014-06-08 08:24:25 +02:00
Dima Kogan
986740c5a0 mu4e-view-search-narrow now prompts user for input 2014-06-06 15:08:37 -07: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
djcb
a36d4bd72f * mu4e: make sure there's always an ending newline 2014-06-02 08:42:05 +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
118ce389a5 Various little changes 2014-05-21 21:21:02 +02:00
sabof
fa819de59b Avoid sorting by nil 2014-05-21 01:08:25 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
Josiah Schwab
b29489e272 fix main search shortcut typo 2014-01-31 10:41:56 -08: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
djcb
1bd332fba1 * mu4e: small update in doc 2014-01-25 02:48:32 +02:00
djcb
957c5ceaef * mu4e: fix regexp 2014-01-25 02:48:17 +02:00
Dirk-Jan C. Binnema
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
djcb
a655640e7b * mu4e-main: allow for non-alphanum shortcuts 2014-01-12 13:07:36 +02:00
djcb
a4646ca502 * mu4e-utils: fix mu4e~temp-window 2014-01-12 12:57:05 +02:00
Damien Cassou
8a1d00c436 Use message-signature-separator 2014-01-09 18:18:36 +01:00
Damien Cassou
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
Alexey Kopytov
e53b849530 Fix #338 by using “long” contact addresses as the actual field values mu4e~view-construct-contacts-header. 2014-01-02 20:45:41 +04:00
Dirk-Jan C. Binnema
8f8ec98ed8 Merge pull request #333 from sje30/patch-1
* fix typo in mu4e-proc.el
2013-12-26 09:04:00 -08:00
djcb
a860d61b98 * fix mu4e-compose-signature 2013-12-26 18:51:02 +02:00
Stephen Eglen
b430ca11c4 Update mu4e-proc.el
Fix typo.
2013-12-26 13:17:25 +00:00
djcb
5232c9ca5d * mu4e: check that message-signature is a string 2013-12-21 11:10:15 -08:00
djcb
5f6c274b3c * mu4e: add mu4e-compose-signature-auto-include and document it 2013-12-21 10:58:55 -08:00
djcb
f79170ac6c * cosmetics 2013-12-18 23:51:12 -08:00
Dirk-Jan C. Binnema
f859c443cc Merge pull request #326 from DamienCassou/dialog-to-save-attachments
* better dialog to save attachments.
2013-12-18 23:48:47 -08:00
Rob Stewart
bee1e65efb Update mu4e.texi for Fedora command
The currently pescribed installation for webkitgtk3-devel on Fedora is:

    sudo apt-get install webkitgtk3-devel

Instead, it should be:

    sudo yum install webkitgtk3-devel
2013-12-17 22:40:30 +00:00
djcb
bfda09028b * mu4e: fix byte-compiler warning 2013-12-16 21:59:47 -08:00
Dirk-Jan C. Binnema
3c6b51cadb Merge pull request #312 from jschwab/jws/open-multiple-links
* add ability to specify range of URLs to visit
2013-12-16 21:51:26 -08:00
Damien Cassou
6e790ba610 Better dialog to save attachments.
This commit replaces the call to `read-directory-name' by a call to
`read-file-name' when asking the user about the target location for
saving an attachment. This new dialog is better suited because:

1/ the user is currently saving a file, not a directory: he might want
   to complete over existing files (e.g., to replace an existing file
   with a new one just received).

2/ the current dialog was asking for a directory but then, if the user
   enters a directory, mu4e proposes him to "override" the directory
   with a file. This is not going to work obviously. In the new dialog,
   it is also possible to enter a directory name instead of a file name.
   In this case, a new file is created under the chosen directory name.
2013-12-10 14:54:42 +01:00
djcb
b44be2fcd8 * mu4e: add note about Inconsolata to Tips & Trips (thanks to mistrey) 2013-12-01 21:09:38 +02:00
djcb
6645a8a595 * merge branch 'master' of github.com:djcb/mu 2013-12-01 20:43:22 +02:00
djcb
3737694000 * mu4e: fix warning 2013-12-01 20:39:21 +02:00
Dirk-Jan C. Binnema
7ea586a59a Merge pull request #322 from uu1101/keep-basename-inside-maildir
* mu-proc: Don't rename when moving inside a Maildir
2013-12-01 10:26:31 -08:00
uu1101
4eea81b57a * mu-proc: Don't rename when moving inside a Maildir
`mbsync' expects messages moving inside a Maildir (from `new' to `cur',
for example) to mantain its basename.
2013-12-01 01:37:51 +01:00
uu1101
44cc0bdd27 * mu4e/Makefile: allow configuring the lispdir
`lispdir` is no longer hardcoded in the Makefile.

Users can set the desired `lispdir` at configure time, with `./configure
--with-lispdir='...'`; or at install time with `make lispdir='...' install`.

The default install path is the folder `mu4e/` inside whatever AM_PATH_LISP
finds, which is probably what the original default intended.

This change fixes #320.
2013-12-01 01:36:18 +01:00
djcb
4d45b8b54c * mu4e: small doc updates 2013-11-19 07:44:18 +02:00
Dirk-Jan C. Binnema
980f786ae3 Merge pull request #305 from tmalsburg/master
* mu4e: update window stays inside mu4e boundaries
2013-11-16 06:26:41 -08:00
Josiah Schwab
2e433ebfb4 Add ability to specify range of URLs to visit
* mu4e/mu4e-view.el (mu4e-view-go-to-url): Add the ability to visit
  multiple URLs by specifying a numeric range.
* mu4e/mu4e.texi (The message view: Keybindings): Document ability to
  visit multiple URLs.

`mu4e-view-go-to-url' now behaves like `mu4e-view-save-attachment'. You
can specify multiple URLs to visit at once by prefixing the visit
command by <C-u>; so C-u g asks you for a range of URLs to visit (for
example, 1 3-6 8). The range "‘a’" is a shortcut for all URLs.
2013-11-13 18:22:01 -08:00
Alex Bennée
c03c14d52d mu4e-actions.el: add mu4e-action-git-apply-mbox example
Apply patch is useful when you might want to change the patch. However
for reviews you may well just want stuff applied directly to the
commit history.
2013-10-25 12:09:26 +01:00
Alex Bennée
64d348c07e mu4e-actions.el: better last dir handling for mu4e-action-git-apply-patch
add-to-list does pre-pend an element to a list by default, but only if
it isn't in there already. This change ensures the path we have just
added is always the first in the list. This makes sense when applying
a series of patches by hand.
2013-10-25 12:08:00 +01:00
djcb
162619f6c9 * mu4e: don't error out on parts without mime-type 2013-10-23 21:34:10 +03:00
djcb
44e92305e3 * mu4e: make sure the sent-hook is only defined as *local* in mu4e-compose 2013-10-22 20:34:43 +03:00
djcb
86aafa7fe0 * mu4e: don't error out if no empty lines are found 2013-10-21 23:17:35 +03:00
Titus von der Malsburg
447a15e9bf mu4e: update window stays inside mu4e boundaries 2013-10-21 11:04:52 +02:00
djcb
c171a61827 * mu4e: run mu4e-view-mode only when the marked-as-read message is received 2013-10-20 16:55:36 +03:00
djcb
9c8101d949 * mu4e: centralize some of the fontification code; cleanup signature support 2013-10-20 15:41:47 +03:00
djcb
55d6057dac * mu4e: some more work on the updating process 2013-10-19 16:36:17 +03:00
djcb
1fca0be451 * mu4e: some improvements in the update-mail window behaviour (wip) 2013-10-19 13:32:01 +03:00
djcb
a92bc970c8 * mu4e: fix faces in the mu4e-main 2013-10-19 13:26:09 +03:00
djcb
2df31c8a71 * mu4e: restore the old update-buffer behaviour 2013-10-19 12:39:40 +03:00
Dirk-Jan C. Binnema
33b5844568 Merge pull request #300 from thierryvolpiatto/master
* fix empty buffer when replying and prevent user calling a new update when one is already running.
2013-10-19 02:12:30 -07:00
djcb
b6dee495f4 * mu4e-draft: small faces update 2013-10-19 12:07:37 +03:00
djcb
8669fd86a7 * mu4e: small improvement in mu4e-headers-found-hook defcustom 2013-10-19 12:06:04 +03:00
djcb
b53d2ec0c2 * mu4e: make the faces a bit more generic 2013-10-19 12:05:05 +03:00
djcb
852ac46789 * mu4e: allow mu4e-html2text-command to be a function (thanks to tmalsburg) 2013-10-19 11:45:30 +03:00
Thierry Volpiatto
aa7592d1c3 * mu4e/mu4e-compose.el (mu4e~compose-handler): Wait buffer setup before calling mu4e-compose-mode. 2013-10-17 15:15:14 +02:00
Thierry Volpiatto
78ffccfb2d * mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Don't run a new process if one is already running. 2013-10-16 15:08:12 +02:00
djcb
e1a6461522 * mu4e: fix typo 2013-10-14 22:51:24 +03:00
djcb
feec45a670 * minor 2013-10-14 22:44:28 +03:00
djcb
020a13dbd4 * cosmetics 2013-10-14 22:43:56 +03:00
djcb
cf4c658223 * mu4e: don't list footers as attachments 2013-10-14 22:42:58 +03:00
djcb
b92e2d20fd * mu4e: fix some minor things in the main page 2013-10-14 22:30:29 +03:00
djcb
9abaf83fbd * mu4e: don't balk on searches with no results and some cleanups 2013-10-14 00:07:27 +03:00
djcb
8be5e92709 * mu4e: fix display of images 2013-10-13 23:24:56 +03:00
djcb
92158cfdd4 * mu4e: add hooks mu4e-headers-found-hook and mu4e-update-pre-hook, document them. 2013-10-13 21:44:47 +03:00
djcb
66ebdf21e0 * mu4e: don't try to kill the visible window when there is none (thanks to thierryvolpiatto) 2013-10-13 19:48:08 +03:00
djcb
44011351da * mu4e: mu4e-view-fill-headers to enable/disable header filling 2013-10-13 15:25:12 +03:00
djcb
03ae06532f * mu4e: some cleanups 2013-10-12 16:04:40 +03:00
djcb
bcc53d2aa0 * mu4e: some updates to the reference doc 2013-10-12 16:04:12 +03:00
djcb
347b41c951 * cosmetic 2013-10-12 14:12:42 +03:00
djcb
5634722129 * mu4e: don't append to attachment name when retryiing 2013-10-12 14:12:13 +03:00
Thierry Volpiatto
3f554f0c7a * mu4e/mu4e-view.el: Fix, backspace should be scroll-down. 2013-10-10 14:47:43 +02:00
Thierry Volpiatto
7a9fff714d * mu4e/mu4e-view.el: Fix usage of backspace (scroll only). 2013-10-10 14:44:26 +02:00
Thierry Volpiatto
f650eec98c * mu4e/mu4e-utils.el (mu4e~update-mail-mode): New mode to use when updating emails.
(mu4e-update-mail-and-index): Use it.
2013-10-10 11:42:21 +02:00
Dirk-Jan C. Binnema
9170341959 Merge pull request #285 from thierryvolpiatto/master
* mu4e: allow stopping update process (SIGINT)
2013-10-08 22:20:35 -07:00
djcb
f7077285fa * mu4e: don't suggest helm-comp-read for completing-read 2013-10-09 08:16:52 +03:00
Thierry Volpiatto
ac89861b96 * mu4e/mu4e-main.el (mu4e-interrupt-update-mail): Move to mu4e-utils.el.
* mu4e/mu4e-utils.el (mu4e~interrupt-update-mail): Renamed with mu4e~ prefix and add docstring.
(mu4e--update-buffer-name): same.
2013-10-09 06:38:02 +02:00
Thierry Volpiatto
4bfaedd739 * mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Don't make window dedicated. 2013-10-08 14:55:23 +02:00
Thierry Volpiatto
8da15dc8f2 * mu4e/mu4e-main.el (mu4e-interrupt-update-mail): New function to stop update process.(SIGINT) (mu4e~main-view): Use it and bind it to S.
* mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Fix Window and buffer process.
2013-10-08 14:44:26 +02:00
djcb
7472a3bb07 * mu4e: mu4e-actions: require 'ido' 2013-10-08 06:52:29 +03:00
Dirk-Jan C. Binnema
fee25f4c71 Merge pull request #283 from stsquad/history-aware-git-apply
* mu4e-actions.el: make git apply patch history aware
2013-10-07 20:51:17 -07:00
djcb
7ea092cbed * mu4e: fix docstring 2013-10-05 23:56:29 -07:00
djcb
4b0cb4d1df * mu4e: allow for custom header fields (see `mu4e-header-info-custom') 2013-10-05 10:09:26 -07:00
Alex Bennée
128a17b87e mu4e-actions.el: make git apply patch history aware
As you are often applying a series of patches to a tree it doesn't
make sense to move the user to default-directory every time. This
changes read-directory-name to use ido-read-directory-name and
populate the directory with the last one applied.

Any path chosen is also added to the beginning of
ido-work-directory-list for next time.
2013-10-03 09:21:09 +01:00
Dirk-Jan C. Binnema
a9772b45db Merge pull request #276 from zhenya1007/master
* mu4e: fix up a couple of menu entries (documentation)
2013-09-28 10:43:50 -07:00
djcb
a3b3bafc81 * mu4e: update mu4e-compose-pre-hook documentation 2013-09-28 10:36:57 -07:00
djcb
a23f1a4f7c * mu4e: enable showing the message-id in the view (and even the headers) 2013-09-28 10:36:18 -07:00
djcb
d6c01a5975 * mu4e-view: fix help-echo for urls 2013-09-27 06:04:17 -07:00
Evgeny Roubinchtein
48ae6bf621 fix up a couple of menu entries 2013-09-24 12:20:25 -07:00
djcb
def8094b16 * mu4e: make the mu4e-headers-long-date-format default a bit more... default 2013-09-18 09:06:35 +03:00
Dirk-Jan C. Binnema
66b0a3af89 Merge pull request #272 from abend/long-date-tooltip
* mu4e: add long datetime tooltip to human-date field in headers view.
2013-09-17 23:04:23 -07:00
Dirk-Jan C. Binnema
efe775e8a8 Merge pull request #271 from abend/icalendar-as-attachment
* mu4e: always consider text/calendar message parts as attachments
2013-09-17 23:00:09 -07:00
djcb
11e8850e58 * update doc for mu4e-completing-read-function 2013-09-18 08:54:57 +03:00
Sasha Kovar
defca5dd41 mu4e: add long datetime tooltip to human-date field in headers view. 2013-09-17 10:55:31 -07:00
Sasha Kovar
2d8bf0db3a mu4e: always consider text/calendar message parts as attachments 2013-09-17 10:19:00 -07:00
Stuart Hickinbottom
6e8e9ec44a New flexible method of customising completing-read
Added the customisation option 'mu4e-completing-read-function' which can
be used to choose which method of input-with-completion will be used by
mu4e. This variable is set to the function which mu4e will use.

By default, mu4e will use ido (via 'ido-completing-read'), but any
compatible completing-read function can be used instead. Interesting
choices would include 'helm-comp-read' for Helm-based completion, and
'completing-read' for the built-in basic completion system.
2013-09-12 22:42:45 +01:00
djcb
df589250ed * mu4e: update the list of known mailing-lists 2013-09-07 08:57:04 +03:00
djcb
2446b4d4a3 * mu4e.texi: some updates to the docs 2013-08-24 11:17:00 +03:00
djcb
6a098c7be3 * update some comments 2013-08-17 11:54:22 +03:00
djcb
fa6d63af43 * mu4e-utils: fix display of messages only consisting of an image 2013-08-11 15:28:30 +03:00
djcb
beffb8072b * mu4e: add variable mu4e-hide-index-messages 2013-08-11 14:37:19 +03:00
djcb
f7eefcf37a * cosmetics 2013-08-11 14:12:09 +03:00
djcb
8656f6721e * mu4e: complete the new reply-to-your-own-messages behavior + documentation 2013-07-17 21:13:42 +03:00
djcb
406e310448 * mu4e: prefix thread levels with a single space (rather than two) 2013-07-07 18:52:07 +03:00
djcb
5ecbb40557 * mu4e: when replying to messages written by self, keep the same to:/cc: 2013-07-07 18:30:30 +03:00
djcb
e7e38e9053 * typo 2013-07-06 19:17:15 +03:00
djcb
da292b7f10 * mu4e: make sure to clear the 'loading' buffer; fixes issue #170 2013-07-06 18:59:30 +03:00
djcb
36cb8b35ae * mu4e: update docs 2013-07-06 18:57:32 +03:00
djcb
b26bd3a4e7 * mu4e: do a better job of trying to show images (without delay) 2013-07-06 11:51:33 +03:00
djcb
c7c18505fc * mu4e: update documentation 2013-07-06 10:47:15 +03:00
djcb
4f388638e8 * document the new flag:list 2013-07-03 23:09:27 +03:00
djcb
81eeff1c13 * mu4e: add note about deprecating org-mode editing to doc 2013-06-30 21:18:32 +03:00
djcb
59666a7eda * mu4e: automatically refresh the contacts list when there are changes in the index 2013-06-29 17:06:04 +03:00
djcb
72e6fb997a * mu4e: make the byte-compiler happy 2013-06-29 13:07:32 +03:00
djcb
06b3142e60 * mu4e: check marks also when coming from mu4e-main; fixes issue #244 2013-06-29 13:06:51 +03:00
djcb
9976842316 * mu4e: add 'untrash' to documentation 2013-06-29 09:42:16 +03:00
James Felix Black
7e78b6eb65 added a "untrash" function, perfectly analogous to "unflag", that simply removes the T flag from a message 2013-06-28 12:36:54 -07:00
djcb
7fe37334b5 * cosmetics 2013-06-24 22:44:36 +03:00
djcb
900fb574ee * mu4e-view.el: fixup display of contacts with control chars 2013-06-24 22:43:03 +03:00
djcb
6ac32efd6d * mu4e: add FAQ about UTF-7-encoded dirs, lack of UTF-8-supported in texi2pdf 2013-06-17 00:54:19 +03:00
djcb
15936cfd9a * cosmetics 2013-06-16 23:06:38 +03:00
djcb
76a87ded2d * mu4e-utils: support the new format for the contacts list 2013-06-16 23:05:52 +03:00
djcb
ae61280cfe * mu4e: some updates to the documentation 2013-06-16 23:04:54 +03:00
djcb
401f30ee26 * mu4e: workaround(?) for the issue with '*' in the main action strings 2013-06-16 23:01:06 +03:00
djcb
88459d59ea * mu4e-view: use e-mail address as string for the display property; fixes #236 2013-06-16 12:18:51 +03:00
djcb
ebc718a674 * mu4e: update documentation on queries / bookmarks as bit 2013-06-16 11:54:08 +03:00
djcb
ec28eb340f * mu4e: widen before sending messages 2013-06-14 08:42:44 +03:00
djcb
fa514435ea * merge branch 'master' of github.com:djcb/mu 2013-06-13 23:56:35 +03:00
djcb
c581468ac3 * mu4e: some minor changes 2013-06-13 23:53:11 +03:00
djcb
b57ae66605 * mu4e: small tweaks to the manual 2013-06-12 10:09:19 +03:00
djcb
8d3e33e476 * mu4e: add note about notmuch conflict to FAQ (thanks to mistrey) 2013-06-10 11:12:58 +03:00