]> git.notmuchmail.org Git - notmuch/blobdiff - doc/man1/notmuch-insert.rst
cli/insert: add --world-readable flag
[notmuch] / doc / man1 / notmuch-insert.rst
index 478845150e016e1c82cb590585d40491aeb603e6..86e2f567348ba5920c972a967b7e936c35e34d82 100644 (file)
@@ -51,6 +51,12 @@ Supported options for **insert** include
 ``--no-hooks``
     Prevent hooks from being run.
 
+``--world-readable``
+    When writing mail to the mailbox, allow it to be read by users
+    other than the current user.  Note that this does not override
+    umask.  By default, delivered mail is only readable by the current
+    user.
+
 ``--decrypt=(true|nostash|auto|false)``
     If ``true`` and the message is encrypted, try to decrypt the
     message while indexing, stashing any session keys discovered.  If