Hi, inspired by my alarm clock and the snooze feature found in some other mail clients, I cobbled something together that allows snoozing (i.e. removing a message from the inbox and adding it again later) messages in notmuch. It's a small script that removes the inbox tag from messages and schedules a job to add it again later using the at daemon [1]. Time is specified in the format accepted by the perl library Date::Manip [2]. It supports both absolute dates as well as relative times such as "+5min". The code is available here: https://github.com/dschoepe/notmuch-snooze Best regards, Daniel [1] https://packages.qa.debian.org/a/at.html [2] http://search.cpan.org/~sbeck/Date-Manip/lib/Date/Manip.pod