Snooze button missing in search

When I run a search (in my inbox) and click on any email which is found there is no snooze button in the menü bar. All other buttons are shown.

Is there a reason for this? Can this be configured somewher?

Version: Mailspring 1.15.1-cb02bf10
System: Ubuntu Linux

I agree: snooze should be enabled in the search results.

Does anyone from Mailspring actually reply to these posts?

This is intentional but admittedly a bit limiting. The snooze button is only shown when you’re viewing the Inbox perspective — the code checks FocusedPerspectiveStore.current().isInbox() before rendering it, and search results are their own perspective. The reasoning was that snoozed threads get moved to a Snoozed folder and then returned to Inbox, which only makes sense in an inbox context. That said, there’s no good reason you shouldn’t be able to snooze from search — I’ll revisit this restriction. In the meantime, you can open the thread from search results, then navigate back to the inbox and snooze it from there.