mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 02:18:00 +00:00
feat(mail): Add a setting to show the attachments above the mail body
This commit is contained in:
@@ -721,6 +721,16 @@
|
||||
</md-checkbox>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<md-checkbox
|
||||
ng-model="app.preferences.defaults.SOGoMailDisplayAttachmentAbove"
|
||||
ng-true-value="1"
|
||||
ng-false-value="0"
|
||||
label:aria-label="Show attachments above the message">
|
||||
<var:string label:value="Show attachments above the message"/>
|
||||
</md-checkbox>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<md-checkbox
|
||||
ng-model="app.preferences.defaults.SOGoMailAutoMarkAsReadEnabled"
|
||||
|
||||
Reference in New Issue
Block a user