Skip to content

Commit

Permalink
fix(mail): change default search scope to "subject or from" (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoangel authored Aug 4, 2020
1 parent d930821 commit 8642ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Templates/MailerUI/UIxMailFolderTemplate.wox
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
</md-input-container>
<md-input-container flex="25">
<md-select label:aria-label="Search scope">
<md-option value="subject" selected="selected"><var:string label:value="Subject"/></md-option>
<md-option value="subject_or_from" selected="selected"><var:string label:value="Subject or Sender"/></md-option>
<md-option value="subject"><var:string label:value="Subject"/></md-option>
<md-option value="from"><var:string label:value="Sender"/></md-option>
<md-option value="subject_or_from"><var:string label:value="Subject or Sender"/></md-option>
<md-option value="to_or_cc"><var:string label:value="To or Cc"/></md-option>
<md-option value="body"><var:string label:value="Entire Message"/></md-option>
</md-select>
Expand Down

0 comments on commit 8642ff9

Please sign in to comment.