From f73df1101274cbe14a36f59ca71bc94ff08c4ad0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 6 Jul 2022 14:16:37 +0200 Subject: help: Mention msgid filter. --- mumi/web/view/html.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index 9b44c67..4c5cb44 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -330,7 +330,10 @@ some examples.") (tr (td (span (@ (class "filter")) "mdate:..")) (td "This is just like " (span (@ (class "filter")) "date") - " except that it also includes comments.")))))))) + " except that it also includes comments.")) + (tr + (td (span (@ (class "filter")) "msgid:")) + (td "Find issues containing a message with the given message id.")))))))) (define (unknown id) (layout -- cgit v1.2.3