update NEWS.org

This commit is contained in:
djcb 2016-11-06 10:24:29 +02:00
parent 632ae465f4
commit e295fd0c65
1 changed files with 20 additions and 10 deletions

View File

@ -3,7 +3,20 @@
** 0.9.17 ** 0.9.17
- Start of the new development series New development series which will lead to 0.9.18.
*** mu
- Increase the maximum default for message to index to 500 Mb; you
can customize this using the --max-msg-size parameter to mu
index.
- implement "lazy-checking", which makes mu not descend into
subdirectories when the directory-timestamp is up to date;
greatly speeds up indexing.
- prefer gpg2 for crypto
*** mu4e
- Add `mu4e-action-view-with-xwidget`, and action for viewing e-mails - Add `mu4e-action-view-with-xwidget`, and action for viewing e-mails
inside a Webkit-widget inside emacs (requires emacs 25.x) inside a Webkit-widget inside emacs (requires emacs 25.x)
- Explicitly specify utf8 for external html viewing, so browser can - Explicitly specify utf8 for external html viewing, so browser can
@ -23,7 +36,7 @@
- Now, just before executing any search, a hook-function - Now, just before executing any search, a hook-function
`mu4e-headers-search-hook` is invoked, which receives the `mu4e-headers-search-hook` is invoked, which receives the
search expression as its parameter. search expression as its parameter.
- In addition there's a `mu4e-headers-search-bookmark-hook` which - In addition, there's a `mu4e-headers-search-bookmark-hook` which
gets called when searches get invoked as a bookmark (note that gets called when searches get invoked as a bookmark (note that
`mu4e-headers-search-hook` will also be called just `mu4e-headers-search-hook` will also be called just
afterwards). This hook also receives the search expression as its afterwards). This hook also receives the search expression as its
@ -33,9 +46,7 @@
mu4e-view-message-with-message-id) use a headers buffer, then mu4e-view-message-with-message-id) use a headers buffer, then
view the message. This way, those linked message are just like view the message. This way, those linked message are just like
any other, and can be deleted, moved etc. any other, and can be deleted, moved etc.
- Increase the maximum default for message to index to 500 Mb; you - Support org-mode 9.x
can customize this using the --max-msg-size parameter to mu
index.
- Allow for indexing in the background; see - Allow for indexing in the background; see
`mu4e-index-update-in-background`. `mu4e-index-update-in-background`.
- Add a :user-agent field to the message-sexp (in mu4e-view), which - Add a :user-agent field to the message-sexp (in mu4e-view), which
@ -49,11 +60,10 @@
checks for cited parts. checks for cited parts.
- automatically sign/encrypt replies to signed/encrypted messages - automatically sign/encrypt replies to signed/encrypted messages
(subject to `mu4e-compose-crypto-reply-policy') (subject to `mu4e-compose-crypto-reply-policy')
- implement "lazy-checking", which makes mu not descend into - Add variables mu4e-index-cleanup and mu4e-index-lazy to enable
subdirectories when the directory-timestamp is up to date; lazy checking from mu4e.
greatly speeds up indexing. Add mu4e-index-cleanup and - don't overwrite global-mode-string, append to it.
mu4e-index-lazy to use these from mu4e.
** 0.9.16 ** 0.9.16
*** Release *** Release