For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search FAQ

Common questions about search and filtering in Missive.

Can I change the number of pinned searches?

Yes, open your preferences and look for the Show recent searches option and change the number pinned searches allowed. To disable this functionality, uncheck the checkbox.

Image showing how to disable pinned searches
How can I disable saved searches from left sidebar?

Preferences > Appearance : Toggle Show recent searches off.

How can I view only unread messages?

1. Select any mailbox from the left sidebar.

2. Click filter on the search bar and select Unread

Image showing how to apply the unread filter
How can I filter emails with different states, such as unread, snoozed, assigned to me, etc?

You can filter conversations per mailbox. For example, if you wanted to see all emails in the Customer Support team inbox that are unread and starred, you do the next:

  1. On the sidebar, click on the Customer Support team inbox.

  2. On the search bar, click on filters.

  3. Select the Unread option.

  4. Click again on the filter button and now select the Starred option.

Email filter box in Missive
How can I hide snoozed conversations from "Assigned to me"?

Snoozing only removes conversations from your Inbox and team inboxes. To hide snoozed conversations from Assigned to me or any other folder:

  1. Open the Assigned to me mailbox

  2. Click Filters in the search bar

  3. Select Not snoozed

Apply Not snoozed filter to hide snoozed conversations

This filter can be saved and reused by applying it, then clicking + More to bookmark the filtered view.

Why isn't my search operator working?

Search operators like label:, from:, to:, and subject: must not have a space after the colon.

Correct:

  • label:project-name

  • from:jessica@conferencebadge.com

  • subject:invoice

Incorrect:

  • label: project-name (space after colon)

  • from: jessica@conferencebadge.com (space after colon)

  • subject: invoice (space after colon)

If your search operator includes spaces or special characters in the value, you may need to use quotes or hyphens depending on your email provider's syntax.

Last updated