不显示 Date、From 和 To 标题

每条消息的顶部都有几个标题字段。 这些标题字段在您读消息时显示。 可以使用 ignore 子命令来阻止这些标题字段在阅读消息时显示。

ignore 子命令的格式为:
ignore [FieldList]
FieldList 可以包含您想要在显示消息时忽略的一个或多个字段名称。 例如,如果用户 Amy 的 .mailrc 文件中包含以下行:
ignore date from to
文件 /usr/share/lib/Mail.rc 具有以下行:
ignore received message-id
使用 t 子命令的结果是:
t 1
Message 1:
From george Wed Jan 6 9:47 CST 1988
Subject: Dept Meeting
Please plan to attend the department meeting on Friday
at 1:30 in the planning conference room. We will be
discussing the new procedures for using the project
planning program developed by our department.

未显示 接收到:日期:发件人:消息标识:收件人: 字段。 要显示这些字段,请使用 TP 子命令或 top 子命令。

注: 在示例中,将显示 行。 这与 ignore 子命令的 FieldList 中列出的 From: 字段不同。