@@ -757,24 +757,24 @@ The regexp is always the whole value -- a =,= loses its meaning
757757inside, and =|= being a clause separator, regexp alternation cannot
758758appear either: to OR two regexps, use two clauses (=s:/a/ | s:/b/=).
759759
760- | Long form | Short | Matches |
761- |--------------------------------- +----------+- -------------------------------------------|
762- | =from:bzg= | =f:= | from address or name |
763- | =subject:crash,latex= | =s:= | subject (a bare word matches subject) |
764- | =similar:a+b+c= | | subjects sharing 3 of the =+=-joined words |
765- | =topic:agenda= | =t:= = T:= | any of the report's topics |
766- | =source:emacs= | =S:= | source name (one char: exact) |
767- | =type:patch= | | report type |
768- | =priority:2= | =p:= | exact priority (0-3) |
769- | =mid:<...>= | =m:= | message-id |
770- | =acked:bzg= =owned:*= =closed:*= | =a: o: c:= | by person (or =*= for any) |
771- | =urgent:*= =important:false= | =u: i:= | marks (set or not) |
772- | =flags:AO= | =F:= | Flags letters, all required (A O C R E S) |
773- | =att:~+= | =A:= | Att glyphs, all required (. ~ + x @ #) |
774- | =date:3d= =date:A..B= | =d:= | created (durations =Nd/Nw/Nm=, ranges) |
775- | =deadline:2m= | =D:= | due within / on (forward) |
776- | =expired:10d= | =e:= | expiring within (forward) |
777- | =closed:true= | =c:true= | include closed reports (transient) |
760+ | Long form | Short | Matches |
761+ |----------------------------+----------+-------------------------------------------|
762+ | =from:bzg= | =f:= | from address or name |
763+ | =subject:crash,latex= | =s:= | subject (a bare word matches subject) |
764+ | =similar:a+b+c= | | subjects sharing 3 of the =+=-joined words |
765+ | =topic:agenda= | =T:= | any of the report's topics |
766+ | =source:emacs= | =S:= | source name (one char: exact) |
767+ | =type:patch= | =t:= | report type |
768+ | =priority:2= | =p:= | exact priority (0-3) |
769+ | =mid:<...>= | =m:= | message-id |
770+ | =acked:bzg= =owned:*= =closed:*= | =a: o: c:= | by person (or =*= for any) |
771+ | =urgent:*= =important:false= | =u: i:= | marks (set or not) |
772+ | =flags:AO= | =F:= | Flags letters, all required (A O C R E S) |
773+ | =att:~+= | =A:= | Att glyphs, all required (. ~ + x @ #) |
774+ | =date:3d= =date:A..B= | =d:= | created (durations =Nd/Nw/Nm=, ranges) |
775+ | =deadline:2m= | =D:= | due within / on (forward) |
776+ | =expired:10d= | =e:= | expiring within (forward) |
777+ | =closed:true= | =c:true= | include closed reports (transient) |
778778
779779Durations: =Nd= (days), =Nw= (weeks), =Nm= (months). A lone date is
780780that exact day; open range ends stay open (=date:2026-01-01..= has no
0 commit comments