Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed May 3, 2024
1 parent aaf8fbf commit a2273b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
- Better and faster indexing of HTML messages
- Experimental search by (human) language wit CLD2

For details & more, see below.
For details & more, see below. Note a few minor new features were added
_after_ the initial 1.12.0.

*** mu

Expand Down Expand Up @@ -51,8 +52,8 @@
messages; you can then search by their ISO-639-1 code, e.g.:
~$ mu find lang:en~

the matching is not perfect, and seems to favor non-english if there's a
mostly english message with some other language mixed in.
the matching is not perfect, and seems to favor non-English if there's a
mostly English message with some other language mixed in.

this does require re-indexing the database.

Expand Down Expand Up @@ -121,6 +122,10 @@
change when creating the message (=mu4e= asks you by default, see
~mu4e-compose-context-policy~).

- there's a new hook ~mu4e-compose-post-hook~ which fires when message
composition is complete - either a message has been sent, it is postponed,
canceled etc. (1.12.5).

- iCalendar support is a work-in-progress with the new editor. One change is
that support is now _automatically_ available.

Expand Down
4 changes: 2 additions & 2 deletions mu4e/mu4e-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ the place to do that."
#'mu4e-compose-post-restore-window-configuration)
"Hook run *after* message composition is over.
This is hook is run when composition buffer,
either by sending, postponing, exiting or killing it.
This is hook is run when closing the composition buffer, either
by sending, postponing, exiting or killing it.
This multiplexes the `message-mode' hooks `message-send-actions',
`message-postpone-actions', `message-exit-actions' and
Expand Down

0 comments on commit a2273b6

Please sign in to comment.