aboutsummaryrefslogtreecommitdiffstats
path: root/mail/searchtypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/searchtypes.xml')
-rw-r--r--mail/searchtypes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml
index fb3fde6e9d..c39791843e 100644
--- a/mail/searchtypes.xml
+++ b/mail/searchtypes.xml
@@ -376,6 +376,24 @@
</input>
</part>
+ <part name="completed-on">
+ <title>Completed On</title>
+ <input type="optionlist" name="date-spec-type">
+ <option value="is set">
+ <title>is set</title>
+ <code>
+ (match-all (not (= (user-tag "completed-on") "")))
+ </code>
+ </option>
+ <option value="is not set">
+ <title>is not set</title>
+ <code>
+ (match-all (= (user-tag "completed-on") ""))
+ </code>
+ </option>
+ </input>
+ </part>
+
<part name="attachments">
<title>Attachments</title>
<input type="optionlist" name="match-type">