diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-05-06 22:00:29 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-05-06 22:00:29 +0300 |
| commit | 0112180bcb4d0eefa4ce218a9940457617146cb7 (patch) | |
| tree | 3e1785d80593605b3de923599318e25a413c63d7 /man | |
| parent | 836bfc90621d8aa8d72f6e4df4f64866cc929bb4 (diff) | |
update man pages
Diffstat (limited to 'man')
| -rw-r--r-- | man/Makefile.am | 1 | ||||
| -rw-r--r-- | man/meson.build | 1 | ||||
| -rw-r--r-- | man/mu-easy.1 | 4 | ||||
| -rw-r--r-- | man/mu-find.1 | 2 | ||||
| -rw-r--r-- | man/mu-flags.1 | 31 | ||||
| -rw-r--r-- | man/mu-query.7 | 1 |
6 files changed, 3 insertions, 37 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 163c75f..ac7fb93 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 6236e1f..81d7e4c 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 e55176d..27e9258 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 ca64d3e..df2f4d8 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 7ba9e7b..0000000 --- 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 <djcb@djcbsoftware.nl> - -.SH "SEE ALSO" - -.BR mu (1) diff --git a/man/mu-query.7 b/man/mu-query.7 index ac1e664..ca1800a 100644 --- a/man/mu-query.7 +++ b/man/mu-query.7 @@ -358,5 +358,4 @@ Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> .SH "SEE ALSO" .BR mu-find (1) -.BR mu-flags (1) .BR mu-fields (1) |
