diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-03-07 22:56:10 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-03-07 22:56:10 +0200 |
| commit | 0b68afe9aaf2885978af9c1912dc03265b60ad84 (patch) | |
| tree | a0c4e71c8e27ec46536e0dd51ccfec7b0f8f743b /man | |
| parent | 06134d3909c82c4664c62df3e4343a986a62eb6b (diff) | |
mu-index.1: add note about encryption
mu index does not decrypt.
Fixes #2660.
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-index.1.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mu-index.1.org b/man/mu-index.1.org index 44cbfd5..adb6fc4 100644 --- a/man/mu-index.1.org +++ b/man/mu-index.1.org @@ -82,6 +82,13 @@ disable the database cleanup that *mu* does by default after indexing. #+include: "common-options.inc" :minlevel 1 +* ENCRYPTION + +*mu index* does _not_ decrypt messages, and only the metadata (such as headers) of +encrypted messages makes it to the database. *mu view* and *mu4e* can decrypt +messages, but those work with the message directly and the information is not +added to the database. + * PERFORMANCE ** indexing in ancient times (2009?) |
