(feat) UI + localization for previous commit

pull/186/head
Ludovic Marcotte 2016-01-07 09:24:29 -05:00
parent 6ffeba59ed
commit c355254467
2 changed files with 11 additions and 0 deletions

View File

@ -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";

View File

@ -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"