add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/from.md Normal file
View 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}}`