From 8ff2ba119ba654e9238f157f94bf10ed640ed877 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 12 Mar 2023 20:57:40 +0000 Subject: Cmdine option for only IDs of queue --- doc/doc-docbook/spec.xfpt | 9 +++++++++ doc/doc-txt/NewStuff | 2 ++ 2 files changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 8e2e1d142..0ba62ce5e 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -3272,6 +3272,12 @@ to the standard output. It is restricted to admin users, unless &%queue_list_requires_admin%& is set false. +.cmdopt -bpi +.cindex queue "list of message IDs" +This option operates like &%-bp%&, but only outputs message ids +(one per line). + + .cmdopt -bpr This option operates like &%-bp%&, but the output is not sorted into chronological order of message arrival. This can speed it up when there are @@ -3281,6 +3287,9 @@ going to be post-processed in a way that doesn't need the sorting. .cmdopt -bpra This option is a combination of &%-bpr%& and &%-bpa%&. +.cmdopt -bpri +This option is a combination of &%-bpr%& and &%-bpi%&. + .cmdopt -bpru This option is a combination of &%-bpr%& and &%-bpu%&. diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index ba204c040..d12246e03 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -27,6 +27,8 @@ Version 4.97 9. An expansion operator for wrapping long header lines. + 10. A commandline option to print just the message IDs of the queue + Version 4.96 ------------ -- cgit v1.2.1