Update sendviewcontroller authored by jakobsbode's avatar jakobsbode
...@@ -47,7 +47,6 @@ Describes the security state of the composition itself. ...@@ -47,7 +47,6 @@ Describes the security state of the composition itself.
* `letter` * `letter`
send an encrypted and signed mail to every recipient send an encrypted and signed mail to every recipient
`recipientSecurityState` is `none` or `allSecure`
* `postcard` * `postcard`
A postcard symbolizes an unencrypted and unsigned mail. A postcard symbolizes an unencrypted and unsigned mail.
If `enforcePostcard` is `false` (default) a letter is send to every recipient we have a key for instead of a postcard. Otherwise every recipient will get a postcard. If `enforcePostcard` is `false` (default) a letter is send to every recipient we have a key for instead of a postcard. Otherwise every recipient will get a postcard.
... ...
......