add new chinese translations
This commit is contained in:
20
pages.zh/common/from.md
Normal file
20
pages.zh/common/from.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 从
|
||||
|
||||
> 打印当前用户邮箱中的邮件头信息。
|
||||
> 更多信息: <https://mailutils.org/manual/html_chapter/Programs.html#frm-and-from>。
|
||||
|
||||
- 列出邮件:
|
||||
|
||||
`from`
|
||||
|
||||
- 显示存储的邮件数量:
|
||||
|
||||
`from --count`
|
||||
|
||||
- 列出指定邮箱目录中的邮件:
|
||||
|
||||
`MAIL={{path/to/mailbox}} from`
|
||||
|
||||
- 打印来自指定地址的邮件:
|
||||
|
||||
`from --sender={{me@example.com}}`
|
Reference in New Issue
Block a user