<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Notmuch on Clément Joly – Open-Source, Rust &amp; SQLite</title><link>https://joly.pw/tags/notmuch/</link><description>Recent content in Notmuch on Clément Joly – Open-Source, Rust &amp; SQLite</description><image><title>Clément Joly – Open-Source, Rust &amp; SQLite</title><url>https://joly.pw/images/open-graph-pages.jpg</url><link>https://joly.pw/images/open-graph-pages.jpg</link></image><generator>Hugo</generator><language>en</language><copyright>Clément Joly</copyright><lastBuildDate>Wed, 23 Sep 2026 20:09:52 +0100</lastBuildDate><atom:link href="https://joly.pw/tags/notmuch/index.xml" rel="self" type="application/rss+xml"/><item><title>Notmuch quick cheatsheet</title><link>https://joly.pw/notmuch/</link><pubDate>Sun, 20 Sep 2026 14:56:46 +0100</pubDate><guid>https://joly.pw/notmuch/</guid><description>&lt;h2 id="implicit-orand"&gt;Implicit OR/AND&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;subj:A subj:B from:C&lt;/code&gt; is equivalent to &lt;code&gt;subj:A or subj:B and from:C&lt;/code&gt;. That’s because &lt;code&gt;subj:&lt;/code&gt; is a common prefix (so &lt;code&gt;OR&lt;/code&gt; is used). Otherwise, &lt;code&gt;AND&lt;/code&gt; is used.&lt;/p&gt;
&lt;h2 id="dates"&gt;Dates&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;date:today&lt;/code&gt; becomes &lt;code&gt;date:today..today&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;in ranges, &lt;code&gt;date:&amp;lt;since&amp;gt;..&amp;lt;until&amp;gt;&lt;/code&gt;, the &lt;code&gt;&amp;lt;since&amp;gt;&lt;/code&gt; means “to the earliest time described (e.g. first instant of the day for today)” and &lt;code&gt;until&lt;/code&gt;, “the latest time described”.&lt;/li&gt;
&lt;li&gt;can use &lt;code&gt;2d&lt;/code&gt; meaning “two days ago”, &lt;code&gt;2026-01&lt;/code&gt; meaining “January 2026”&lt;/li&gt;
&lt;/ul&gt;</description><content:encoded><![CDATA[<h2 id="implicit-orand">Implicit OR/AND</h2>
<p><code>subj:A subj:B from:C</code> is equivalent to <code>subj:A or subj:B and from:C</code>. That’s because <code>subj:</code> is a common prefix (so <code>OR</code> is used). Otherwise, <code>AND</code> is used.</p>
<h2 id="dates">Dates</h2>
<ul>
<li><code>date:today</code> becomes <code>date:today..today</code></li>
<li>in ranges, <code>date:&lt;since&gt;..&lt;until&gt;</code>, the <code>&lt;since&gt;</code> means “to the earliest time described (e.g. first instant of the day for today)” and <code>until</code>, “the latest time described”.</li>
<li>can use <code>2d</code> meaning “two days ago”, <code>2026-01</code> meaining “January 2026”</li>
</ul>
]]></content:encoded></item></channel></rss>