diff options
| author | David Bremner <david@tethera.net> | 2018-01-04 21:07:31 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-01-05 07:58:20 -0400 |
| commit | c5944537c8b308be58905f50366412e492fb8132 (patch) | |
| tree | 2e85683c338d1c3a1e49c8069a535b5a4b435146 | |
| parent | 4820291bc5baeb2aecc35fd5e4e7ab02143233c6 (diff) | |
NEWS: minimalist notes for Vladimir's changes
| -rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -75,6 +75,16 @@ Indexing cleartext of encrypted e-mails index are roughly equivalent to the cleartext as well. DO NOT USE this feature without considering the security of your index. +Emacs +----- + +Guard against concurrent searches in notmuch-tree + +Use make-process when available + + This allows newer Emacs to separate stdout and stderr from the + notmuch command without using temporary files. + Library Changes --------------- |
