1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
mu/man/mu-view.1.org
Jeremy Sowden f56530d96a man: fix rendering of form-feed in mu-view.1
ox-man exports the string:

  \\f (=form-feed=)

as:

  $\(\fIform\-feed\fP)

Troff then complains:

  troff:tmp/usr/share/man/man1/mu-view.1:28: warning: special character '\f' not defined

and renders it as:

  $Iform-feed)

Insert a zero-width space character (U+200B) between the \\ and the f.
This causes the string to be exported as:

   \\​f (\fIform\-feed\fP)

which troff renders correctly.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
2023-08-19 12:31:43 +01:00

1.4 KiB
Raw Blame History

MU VIEW

NAME

mu view - display an e-mail message file

SYNOPSIS

mu [common options] view [options] [<file> …]

DESCRIPTION

mu view is the mu command for displaying e-mail message files. It works on message files and does not require the message to be indexed in the database.

The command shows some common headers (From:, To:, Cc:, Bcc:, Subject: and Date:), the list of attachments and either the plain-text or html body of the message (if any), or its s-expression representation.

If no message file is provided, the command reads the message from standard-input.

VIEW OPTIONS

format,-o = <format>

use the given output format, one of:

  • plain - use the plain-text body; this is the default
  • html - use the HTML body
  • sexp - show the S-expression representation of the message

summary-len=<number>

instead of displaying the full message, output a summary based upon the first <number> lines of the message.

terminate

terminate messages with \\f (form-feed) characters when displaying them. This is useful when you want to further process them.

decrypt

attempt to decrypt encrypted message bodies. This is only possible if mu was built with crypto-support.

auto-retrieve

attempt to retrieve crypto-keys automatically from the network, when needed.

BUGS

SEE ALSO

mu(1)