1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-30 08:01:07 +02:00
Commit Graph

2321 Commits

Author SHA1 Message Date
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
djcb
ad042569b5 * fix typo 2012-05-06 21:38:29 +03:00
djcb
884a6b531b * fix typo 2012-05-06 10:28:37 +03:00
djcb
c3be4c592e * remove garbage from mu4e-vars.el 2012-05-06 10:18:54 +03:00
djcb
7e40e0872c * mu4e: some doc updates for changed function names 2012-05-05 11:15:25 +03:00
djcb
fe70d45ef2 * add many ideas to the reborn TODO list 2012-05-05 09:33:47 +03:00
djcb
4ca2b89e24 * some documentation fixes / improvements 2012-05-05 00:56:07 +03:00
djcb
d3c5fcd6ad * mu4e-vars.el: mu4e-search-results-limit was defined twice 2012-05-05 00:34:59 +03:00
djcb
9db172792d * mu-str.c: do some more massaging for xapian queries with brackets, add unit tests 2012-05-04 20:58:34 +03:00
djcb
858c874fbd * some manpage fixes 2012-05-04 17:14:52 +03:00
djcb
1bbca9e1eb * small fixes in address generation, mu:contact->string 2012-05-04 14:52:45 +03:00
djcb
3bb3514198 * mu-cmd-find.c: don't try to summarize a NULL body 2012-05-04 09:40:38 +03:00
djcb
e2faf1cc16 * mu4e-headers.el: make the "To " in :from-or-to a defconst 2012-05-04 08:58:02 +03:00
djcb
e2fa4f3478 * mu4e-proc.el: don't copy string when unnecessary (decode-coding-string) 2012-05-04 08:32:45 +03:00
djcb
5f5714184e * mu4e-vars.el: set the default search results limit to 500, so we're really
snappy by default
2012-05-04 08:30:29 +03:00
djcb
f4ae1bb6d6 * mu4e.texi: s/GMail/Gmail/g 2012-05-03 20:49:31 +03:00
djcb
cd281fc696 * mu4e-view.el: fix open-with for files with spaces in their name 2012-05-03 07:53:41 +03:00
djcb
0eb205b1e6 * cosmetic 2012-05-02 22:15:14 +03:00
djcb
c970389d2d * document :from-or-to a bit clearer 2012-05-02 22:14:54 +03:00
djcb
9d7c1e7d4e * mu4e-view: fix mu4e-view-go-to-url 2012-05-02 18:35:32 +03:00
djcb
3543a3d2aa * small improvements for the documentation 2012-05-02 17:28:43 +03:00