search: Remove in:all token from suggestions.

This commit is contained in:
Cory Lynch
2017-06-29 14:47:52 -04:00
committed by showell
parent b55dce197d
commit 8abbb6d781
2 changed files with 0 additions and 12 deletions

View File

@@ -344,16 +344,6 @@ function get_operator_subset_suggestions(operators) {
function get_special_filter_suggestions(last, operators) {
var suggestions = [
{
search_string: 'in:all',
description: 'all messages',
invalid: [
{operator: 'in'},
{operator: 'stream'},
{operator: 'pm-with'},
{operator: 'is', operand: 'private'},
],
},
{
search_string: 'is:private',
description: 'private messages',