Update sendviewcontroller authored by jakobsbode's avatar jakobsbode
...@@ -9,11 +9,11 @@ This is the compose screen. ...@@ -9,11 +9,11 @@ This is the compose screen.
if the sendView is called you may set the attributes if the sendView is called you may set the attributes
* `prefilledMail` * `prefilledMail`
the contents of this mail will be set in the sendView the contents of this mail will be set in the sendView
* `invite` * `invite` (default: `false`)
the composed mail will be a invite mail. We will show the invite button (in the menu of the iconButton [navigationBar]) in the sendView if this value is false and a postcard is composed. the composed mail will be a invite mail. We will show the invite button (in the menu of the iconButton [navigationBar]) in the sendView if this value is false and a postcard is composed.
* `sendViewDelegate` * `sendViewDelegate`
important for reaction to output states important for reaction to output states
* `enforcePostcard` * `enforcePostcard` (default: `false`)
even if there are only recipients with known keys present send a postcard to everybody. This value may be changed by user while editing the composition even if there are only recipients with known keys present send a postcard to everybody. This value may be changed by user while editing the composition
### output states ### output states
... ...
......