diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-03-23 19:43:07 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-03-23 19:47:09 +0200 |
| commit | 44ba631a349fc7ab08bb066e1629c36b696ace59 (patch) | |
| tree | db47456428e5600bb845903626a38742ece823ff /NEWS.org | |
| parent | d99785ed35ce030927abb75b30dd20dc3b127bc7 (diff) | |
mu-find: implement format=json2
Implement a new experimental json2 format for mu-find, which gets rid of
the ":" prefixes for fields, i.e., "subject" instead of ":subject".
Document it as well.
Diffstat (limited to 'NEWS.org')
| -rw-r--r-- | NEWS.org | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -35,6 +35,12 @@ is a bit easier to manipulate than the emacs-style timestamps (same value, but expressed as a list). + - With 1.12.10, there is also an experimental ~--format=json2~, where key-names + are no longer prefixed with ~:~, so for example, "*subject"* instead of + "*:subject"*. + + - With 1.12.9, the cleanup phase after indexing is significantly faster now + - with 1.12.7, ~mu~ indexing is single-threaded again, to avoid cases of database-corruption. In *mu4e* that means you need to _wait_ until indexing is ready before you can continue (*mu4e* will warn you). @@ -47,8 +53,6 @@ in the mu4e version in its main-page; however, since this is optional no longer, the suffix has been removed. - - the cleanup phase after indexing is significantly faster now - *** mu4e - message composition has been completely reworked to avoid a number of @@ -69,9 +73,9 @@ result you expected. - When you ask for bookmarks or maildirs through ~mu4e-search-bookmark~ or - ~mu4e-search-maildir~, unread counts are displayed in the (default) completions - UI next to the maildir or bookmark. If you don't want to see these counts, - set ~mu4e-hide-short-counts~ to non-~nil~. + ~mu4e-search-maildir~, unread counts are displayed in the (default) + completions UI next to the maildir or bookmark. If you don't want to see + these counts, set ~mu4e-hide-short-counts~ to non-~nil~. - A (experimental) "transient" menu has been added for mu4e. You can use it e.g., with something like: |
