diff --git a/man/Makefile.am b/man/Makefile.am index 163c75f6..ac7fb931 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -24,7 +24,6 @@ dist_man_MANS = \ mu-extract.1 \ mu-fields.1 \ mu-find.1 \ - mu-flags.1 \ mu-help.1 \ mu-index.1 \ mu-info.1 \ diff --git a/man/meson.build b/man/meson.build index 6236e1ff..81d7e4c0 100644 --- a/man/meson.build +++ b/man/meson.build @@ -23,7 +23,6 @@ install_man( 'mu-extract.1', 'mu-fields.1', 'mu-find.1', - 'mu-flags.1', 'mu-help.1', 'mu-index.1', 'mu-info.1', diff --git a/man/mu-easy.1 b/man/mu-easy.1 index e55176d1..27e92585 100644 --- a/man/mu-easy.1 +++ b/man/mu-easy.1 @@ -69,8 +69,8 @@ integration with e-mail clients; see the \fBmu-find\fR(1) man page for details, the syntax of the search parameters and so on. Here, we just give some examples for common cases. -You can use the \fBmu fields\fR and \fBmu flags\fR command to get information -about all possible fields and flags. +You can use the \fBmu fields\fR command to get information about all possible +fields and flags. First, let's search for all messages sent to Julius (Caesar) regarding fruit: diff --git a/man/mu-find.1 b/man/mu-find.1 index ca64d3e1..df2f4d80 100644 --- a/man/mu-find.1 +++ b/man/mu-find.1 @@ -107,7 +107,7 @@ direction (i.e., 'reverse' means that the sort should be reverted - Z-A). Exampl to,t To:-recipient(s) .fi -For the complete, up-to-date list, see: +For the complete list use can use the \fBmu fields\fR command; see: .BR mu-fields(1) Thus, for example, to sort messages by date, you could specify: diff --git a/man/mu-flags.1 b/man/mu-flags.1 deleted file mode 100644 index 7ba9e7b4..00000000 --- a/man/mu-flags.1 +++ /dev/null @@ -1,31 +0,0 @@ -.TH MU FLAGS 1 "April 2022" "User Manuals" - -.SH NAME - -mu flags\- list all message flags - -.SH SYNOPSIS - -.B mu flags [options] - -.SH DESCRIPTION - -\fBmu flags\fR is the \fBmu\fR command for showing a table of message flags and their properties, which is useful for devising queries. - -.SH OPTIONS - -Inherits common options from -.BR mu(1) - -.SH BUGS - -Please report bugs if you find them: -.BR https://github.com/djcb/mu/issues - -.SH AUTHOR - -Dirk-Jan C. Binnema - -.SH "SEE ALSO" - -.BR mu (1) diff --git a/man/mu-query.7 b/man/mu-query.7 index ac1e6642..ca1800a9 100644 --- a/man/mu-query.7 +++ b/man/mu-query.7 @@ -358,5 +358,4 @@ Dirk-Jan C. Binnema .SH "SEE ALSO" .BR mu-find (1) -.BR mu-flags (1) .BR mu-fields (1)