Update sendviewcontroller authored by jakobsbode's avatar jakobsbode
...@@ -4,7 +4,7 @@ This is the compose screen. ...@@ -4,7 +4,7 @@ This is the compose screen.
## external states ## external states
### input states ### init states
it can be called with it can be called with
* no prefilled Mail a.k.a create a new Mail (from Inbox) * no prefilled Mail a.k.a create a new Mail (from Inbox)
...@@ -12,7 +12,7 @@ it can be called with ...@@ -12,7 +12,7 @@ it can be called with
* warning Mail as a reaction to an insecure warning (ReadView) * warning Mail as a reaction to an insecure warning (ReadView)
* draft Mail (from ReadView) * draft Mail (from ReadView)
### output states ### deinit states
the action after composing is one of the following: the action after composing is one of the following:
* discard the composition * discard the composition
... ...
......