mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 01:15:24 +00:00
fix(preferences(html)): reject action of mail filter is now a textarea
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
<!-- SEND REJECT MESSAGE -->
|
||||
<md-input-container class="md-block" flex="50" ng-if="action.method == 'reject'">
|
||||
<label><var:string label:value="Message"/></label>
|
||||
<input type="text" ng-model="action.argument" required="required"/>
|
||||
<textarea ng-model="action.argument" required="required"></textarea>
|
||||
</md-input-container>
|
||||
|
||||
<!-- FILE INTO -->
|
||||
|
||||
Reference in New Issue
Block a user