1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
Commit Graph

2291 Commits

Author SHA1 Message Date
djcb
560eb77f69 * another fix for mu4e~headers-redraw-get-view-window 2012-05-16 21:25:09 +03:00
djcb
87ddafb37a * small (temp) fix for mu4e~headers-redraw-get-view-window 2012-05-16 20:56:19 +03:00
djcb
0776476522 * WIP: show image attachment inline (mu4e-view-show-images) 2012-05-16 20:47:13 +03:00
djcb
47e7720464 * support getting all image attachments as temp files (change in mu-msg-sexp
api)
2012-05-16 20:45:31 +03:00
djcb
3bbff2e9ad * mu4e-compose.el: activate mu4e-compose-mode earlier, so send/sent hooks work 2012-05-14 22:47:39 +03:00
djcb
a1c4e2f21e * add some test mails for the unit tests 2012-05-14 22:41:54 +03:00
djcb
1dbb3aa395 * mu4e-mark: don't try to use a nil hash 2012-05-14 15:58:20 +03:00
djcb
301de6536f * cosmetic 2012-05-14 11:20:19 +03:00
djcb
77464acc10 * mu-index.c: improve error message for invalid e-mails 2012-05-14 11:20:10 +03:00
djcb
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
djcb
ccb078bd89 * mu-cmd-server.c: properly quote error messages 2012-05-14 09:32:28 +03:00
djcb
a411a567a1 * mu4e-view: require cl 2012-05-13 15:02:57 +03:00
djcb
10bd54e8b0 * mu4e.texi: improved documentation, add chapter about marking 2012-05-13 15:02:40 +03:00
djcb
15c502a2e8 * bump version to 0.8.9.5-dev2 2012-05-13 13:12:28 +03:00
djcb
3e10a3472c * mu4e-headers: add mu4e-headers-from-or-to-prefix 2012-05-13 13:12:03 +03:00
djcb
0834dd5974 * mu4e: get information about all mime parts, not just attachments 2012-05-13 13:10:56 +03:00
djcb
5dbc2fbcd7 * mu-extract.1: fix typo 2012-05-12 17:11:23 +03:00
djcb
2b002c56b6 * mu4e-actions.el: add some example actions for showing messages in a browers, text2speech 2012-05-12 17:10:57 +03:00
djcb
1dc44228d5 * configure.ac: fix the xapian version-check regexp for macos
- interestingly, configure on macos uses zsh, unlike on linux where it's
    typically bash or dash (even when user has zsh as her shell). zsh's regexp
    are slightly different from the bash/dash ones.
2012-05-12 10:14:57 +03:00
djcb
90628d2f38 * updated TODO 2012-05-12 09:58:47 +03:00
djcb
2690d3ecd7 * mu4e-headers.el: star=>flag, some cosmetics 2012-05-12 09:58:29 +03:00
djcb
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
djcb
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
djcb
58dc869017 * fix: shortcut for signed is 'z', not 's'; add some unit tests as well 2012-05-11 18:39:00 +03:00
djcb
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
djcb
a6f7f98f04 * mu4e-view.el: fix overwriting existing file (attachment) 2012-05-11 10:32:18 +03:00
djcb
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
djcb
3504584a86 * mu4e-compose.el: active mu4e-compose-mode /before/ declaring message as
non-modified
2012-05-10 17:15:06 +03:00
djcb
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
djcb
9d846e16bc * mu4e.texi: add note about narrowing / search-limits 2012-05-10 14:37:13 +03:00
djcb
1d2611affb * mu4e: ask only once whether user wants to quit 2012-05-10 14:36:45 +03:00
djcb
7229129ae6 * mu4e.texi: document the new features (query navigation, narrowing) 2012-05-10 09:56:02 +03:00
djcb
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
djcb
8e07b5c0ee * bump version 0.9.8.5-dev1 2012-05-10 09:47:25 +03:00
djcb
74c5ca977b * update NEWS, index.org 2012-05-08 15:38:02 +03:00
djcb
329eff359f * mu4e-headers.el: use mu4e~headers-query-present 2012-05-08 15:38:02 +03:00
djcb
50ecb17431 * mu4e-headers: add mu4e-headers-forget-queries 2012-05-08 15:38:02 +03:00
djcb
5b19d029d6 * mu4e-view.el: add query next/prev keybindings 2012-05-08 15:38:02 +03:00
djcb
fe720a198c * navigate through previous/next queries (WIP) 2012-05-08 15:38:02 +03:00
djcb
3f042965dc * mu4e.texi: fix missing } 2012-05-08 15:38:02 +03:00
djcb
8d764f9ddc * mu4e.texi: update with some info about the edit/narrow query stuff 2012-05-08 15:38:02 +03:00
djcb
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
djcb
1d4464dffb * mu4e-headers.el: add mu4e-headers-search-edit, some cleanups 2012-05-08 15:38:01 +03:00
djcb
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
djcb
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
djcb
602e857dc3 * refactor search / search-editing a bit 2012-05-08 15:38:01 +03:00
djcb
c7c823d0ce * bump version to 0.9.8.4 2012-05-08 14:31:26 +03:00
djcb
1d7c9bd0ac * cosmetic 2012-05-08 14:31:16 +03:00
djcb
6378288287 * add compatibilty wrapper for emacs24's read-char-choice 2012-05-07 21:59:06 +03:00
djcb
a55f577009 * add mu4e~read-char-choice, a compatibility wrapper for read-char-choice,
which is not available on emacs 23
2012-05-07 17:21:31 +03:00