Update sendviewcontroller authored by jakobsbode's avatar jakobsbode
...@@ -10,11 +10,11 @@ if the sendView is called you may set the attributes ...@@ -10,11 +10,11 @@ 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` (default: `false`) * `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. states, if 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` (default: `false`) * `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 if `true`: 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
... ...
......