Re: gmail scheduled messages

Subject: Re: gmail scheduled messages

Date: Sat, 26 Oct 2024 14:22:02 -0300

To: prowess-alarm-much@duck.com, notmuch@notmuchmail.org

Cc:

From: David Bremner


prowess-alarm-much@duck.com writes:

> Hi all,
>
> When using gmail, for a while now, it is possible to schedule messages.
> My reasoning is that these messages exist in a limbo, and when I search
> them using notmuch search -- subject:"<scheduled message subject>" I
> will get its thread: and a funny "the future" followed by the usual
> [1/1(1)] etc.
>
> Is there a way to search for these specific messages dynamically?
>
> An example extracting the first two lines from a scheduled email:
>
> MIME-Version: 1.0
> Date: Sun, 1 Dec 2030 07:00:00 +0000
>
> will this trip a query like:
>
> notmuch search -- date:$today..$end_of_times?
>

Using notmuch's builtin date parsing, I think you can "simplify" this to

      notmuch search -- date:today.. and not date:today

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: