mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
(feat) UI + localization for previous commit
This commit is contained in:
@@ -127,6 +127,7 @@
|
||||
"Labels" = "Labels";
|
||||
"Label" = "Label";
|
||||
"Show subscribed mailboxes only" = "Show subscribed mailboxes only";
|
||||
"Synchronize only default mail folders (EAS)" = "Synchronize only default mail folders (EAS)";
|
||||
"Sort messages by threads" = "Sort messages by threads";
|
||||
"When sending mail, add unknown recipients to my" = "When sending mail, add unknown recipients to my";
|
||||
"Address Book" = "Address Book";
|
||||
|
||||
@@ -489,6 +489,16 @@
|
||||
</md-checkbox>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<md-checkbox
|
||||
ng-model="app.preferences.defaults.SOGoMailSynchronizeOnlyDefaultFolders"
|
||||
ng-true-value="1"
|
||||
ng-false-value="0"
|
||||
label:aria-label="Synchronize only default mail folders (EAS)">
|
||||
<var:string label:value="Synchronize only default mail folders (EAS)"/>
|
||||
</md-checkbox>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<md-checkbox
|
||||
ng-model="app.preferences.defaults.SOGoMailSortByThreads"
|
||||
|
||||
Reference in New Issue
Block a user