Commit Graph

359 Commits

Author SHA1 Message Date
7ca4784c20 * org-mu4e.el: add a comment 2012-06-04 12:30:17 +02:00
00c92ef715 * mu4e-compose.el: cleanup signature insertion a bit 2012-06-04 12:29:48 +02:00
90f43084e6 * mu4e-compose.el: mark the message-separator as read-only, and fontify it 2012-06-04 12:17:51 +02:00
248f252172 * mu4e-compose.el: (1) ensure newline after message-separator + (2) bury, don't kill sent buffers
(1) some people were reporting a missing newline after the message
   separator, which broke editing when there was not message signature. I haven't
   been able to reproduce with the current mu4e, with either emacs 23 or 24,
   but hopefully this helps

   (2) don't kill send buffers (which may not work), bury them instead (let
   message-mode handle this). To kill the buffers, set
   message-kill-buffer-on-exit to t.
2012-06-04 12:10:56 +02:00
6c2f3b03d2 * mu4e-utils.el: support showing images online also for the non-imagemagick case 2012-06-04 11:29:07 +02:00
e949ea3233 * mu4e.texi: document Stephen Eglen's attach-from-dired trick 2012-06-04 10:32:33 +02:00
41e73efd38 * mu4e-utils: cache the list of maildirs in `mu4e-get-maildirs', document this 2012-05-29 10:12:32 +02:00
a019041400 * mu4e-proc: hide some headers 2012-05-25 17:04:07 +03:00
ad670f5de4 * enable writing messages using org-mode, on-fly conversion to html, document it 2012-05-25 16:51:23 +03:00
a493ffdb1d * WIP: use org-mode for writing rich-text messages 2012-05-23 17:04:26 +03:00
5d5533c953 * fix errors when doing next/forward in split-view 2012-05-21 15:28:55 +03:00
ab119df2d9 * mu4e-view.el: fix mu4e~view-fontify-cited 2012-05-21 15:11:56 +03:00
605657d4de * cleanup mu4e~view-fontify-cited a bit, and add a few levels 2012-05-20 20:13:27 +03:00
ea101876e2 * fix next / unmark behavior in view, headers 2012-05-20 19:59:57 +03:00
560eb77f69 * another fix for mu4e~headers-redraw-get-view-window 2012-05-16 21:25:09 +03:00
87ddafb37a * small (temp) fix for mu4e~headers-redraw-get-view-window 2012-05-16 20:56:19 +03:00
0776476522 * WIP: show image attachment inline (mu4e-view-show-images) 2012-05-16 20:47:13 +03:00
3bbff2e9ad * mu4e-compose.el: activate mu4e-compose-mode earlier, so send/sent hooks work 2012-05-14 22:47:39 +03:00
1dbb3aa395 * mu4e-mark: don't try to use a nil hash 2012-05-14 15:58:20 +03:00
d6053ec737 * mu4e: allow for interactively changing number of headers or columns show in
split view, using C-+, C--. Idea by Jacek Generowicz.
2012-05-14 10:45:39 +03:00
a411a567a1 * mu4e-view: require cl 2012-05-13 15:02:57 +03:00
10bd54e8b0 * mu4e.texi: improved documentation, add chapter about marking 2012-05-13 15:02:40 +03:00
3e10a3472c * mu4e-headers: add mu4e-headers-from-or-to-prefix 2012-05-13 13:12:03 +03:00
0834dd5974 * mu4e: get information about all mime parts, not just attachments 2012-05-13 13:10:56 +03:00
2b002c56b6 * mu4e-actions.el: add some example actions for showing messages in a browers, text2speech 2012-05-12 17:10:57 +03:00
2690d3ecd7 * mu4e-headers.el: star=>flag, some cosmetics 2012-05-12 09:58:29 +03:00
0c9145a480 * mu4e-compose: insert a newline after mail-header-separator
(this wasn't happening correctly when there was no `message-signature')
2012-05-11 21:21:07 +03:00
bea8d69999 * mu4e-compose: add mu4e-compose-keep-self-cc customization
- allows for keeping yourself in Cc (thanks to Stephen Eglen)
2012-05-11 21:08:26 +03:00
192c5b12bc * mu4e: mark messages as flagged ('+') or unflagged ('-')
this maps to the the Maildir 'F' flag, which is a persistent mark on a
  message file; similar to the Gmail '*' marker
2012-05-11 11:18:00 +03:00
a6f7f98f04 * mu4e-view.el: fix overwriting existing file (attachment) 2012-05-11 10:32:18 +03:00
202b75cb1e * mu4e-headers.el: restore the p/n, M-up, M-down shortcuts that were eaten in
a previous commit
2012-05-11 10:27:06 +03:00
3504584a86 * mu4e-compose.el: active mu4e-compose-mode /before/ declaring message as
non-modified
2012-05-10 17:15:06 +03:00
a118c125b5 * mu4e-compose: invoke mu4e-compose-mode only when the message is complete;
this allows for more useful mu4e-compose-mode hooks
2012-05-10 17:09:57 +03:00
9d846e16bc * mu4e.texi: add note about narrowing / search-limits 2012-05-10 14:37:13 +03:00
1d2611affb * mu4e: ask only once whether user wants to quit 2012-05-10 14:36:45 +03:00
7229129ae6 * mu4e.texi: document the new features (query navigation, narrowing) 2012-05-10 09:56:02 +03:00
d7701702d7 * mu4e-(view|headers).el: cleanup keybindings a bit,
s/mu4e-headers-mark-matches/mu4e-headers-mark-pattern/
2012-05-10 09:55:28 +03:00
329eff359f * mu4e-headers.el: use mu4e~headers-query-present 2012-05-08 15:38:02 +03:00
50ecb17431 * mu4e-headers: add mu4e-headers-forget-queries 2012-05-08 15:38:02 +03:00
5b19d029d6 * mu4e-view.el: add query next/prev keybindings 2012-05-08 15:38:02 +03:00
fe720a198c * navigate through previous/next queries (WIP) 2012-05-08 15:38:02 +03:00
3f042965dc * mu4e.texi: fix missing } 2012-05-08 15:38:02 +03:00
8d764f9ddc * mu4e.texi: update with some info about the edit/narrow query stuff 2012-05-08 15:38:02 +03:00
089e75db9a * mu4e-view.el: add support for mu4e-headers-search-edit, cleanup the code
with some defmacro
2012-05-08 15:38:02 +03:00
1d4464dffb * mu4e-headers.el: add mu4e-headers-search-edit, some cleanups 2012-05-08 15:38:01 +03:00
9e6802993f * add `mu4e-headers-search-refine' (bound to "/"), which lets you filter the
current search results by appending to the current search expression.
2012-05-08 15:38:01 +03:00
aaeb56734d * make mu4e[-view]-headers-(next|prev) take a prefix argument N to jump to Nth
next or previous message. Based on a patch by Jacek Generowicz. Also, some renaming.
2012-05-08 15:38:01 +03:00
602e857dc3 * refactor search / search-editing a bit 2012-05-08 15:38:01 +03:00
1d7c9bd0ac * cosmetic 2012-05-08 14:31:16 +03:00
6378288287 * add compatibilty wrapper for emacs24's read-char-choice 2012-05-07 21:59:06 +03:00