You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread snooze currently only offers fixed presets such as “In 1 hour,” “Tomorrow,” and “Next week.” There is no way to snooze a thread until a specific date and time, such as Friday at 14:30.
Proposal
Add Custom date and time… as the final option in the existing snooze menus.
Selecting it should open a date and time picker. The chosen time should use the client’s local time zone and must be in the future. Existing presets and the current Wake and Undo behavior should remain unchanged.
The option should be available wherever snooze is currently supported on web, desktop, iOS, and Android. Bulk snooze should apply the selected time to all selected threads.
Implementation note
The existing thread.snooze command already accepts an arbitrary ISO snoozedUntil timestamp, and the server already validates it. This should primarily require client UI, local date/time conversion, validation, and focused tests rather than protocol or persistence changes.
This proposal was prepared by GPT-5.6 Sol on behalf of Jeroen Gordijn, based on a review of the current snooze implementation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Problem
Thread snooze currently only offers fixed presets such as “In 1 hour,” “Tomorrow,” and “Next week.” There is no way to snooze a thread until a specific date and time, such as Friday at 14:30.
Proposal
Add Custom date and time… as the final option in the existing snooze menus.
Selecting it should open a date and time picker. The chosen time should use the client’s local time zone and must be in the future. Existing presets and the current Wake and Undo behavior should remain unchanged.
The option should be available wherever snooze is currently supported on web, desktop, iOS, and Android. Bulk snooze should apply the selected time to all selected threads.
Implementation note
The existing
thread.snoozecommand already accepts an arbitrary ISOsnoozedUntiltimestamp, and the server already validates it. This should primarily require client UI, local date/time conversion, validation, and focused tests rather than protocol or persistence changes.This proposal was prepared by GPT-5.6 Sol on behalf of Jeroen Gordijn, based on a review of the current snooze implementation.
All reactions