mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

24
pages.ko/common/mutt.md Normal file
View File

@@ -0,0 +1,24 @@
# mutt
> 커맨드라인 이메일 클라이언트.
> 더 많은 정보: <http://mutt.org>.
- 지정된 메일박스 열기:
`mutt -f {{메일박스}}`
- 이메일을 보내며 제목과 참조 수신자를 지정:
`mutt -s {{제목}} -c {{참조@example.com}} {{수신자@example.com}}`
- 파일을 첨부하여 이메일 보내기:
`mutt -a {{파일1}} {{파일2}} -- {{수신자@example.com}}`
- 메시지 본문으로 포함할 파일 지정:
`mutt -i {{경로/대상/파일}} {{수신자@example.com}}`
- RFC 5322 형식으로 헤더와 본문을 포함한 초안 파일 지정:
`mutt -H {{경로/대상/파일}} {{수신자@example.com}}`