diff --git a/skills/email/himalaya/SKILL.md b/skills/email/himalaya/SKILL.md index 79da4133f02..c35f2646484 100644 --- a/skills/email/himalaya/SKILL.md +++ b/skills/email/himalaya/SKILL.md @@ -213,16 +213,16 @@ Note: `himalaya message write` without piped input opens `$EDITOR`. This works w ### Move/Copy Emails -Move to folder: +Move to folder (target folder comes first, then the message ID): ```bash -himalaya message move 42 "Archive" +himalaya message move "Archive" 42 ``` -Copy to folder: +Copy to folder (target folder comes first, then the message ID): ```bash -himalaya message copy 42 "Important" +himalaya message copy "Important" 42 ``` ### Delete an Email @@ -270,7 +270,7 @@ himalaya attachment download 42 Save to specific directory: ```bash -himalaya attachment download 42 --dir ~/Downloads +himalaya attachment download 42 --downloads-dir ~/Downloads ``` ## Output Formats diff --git a/website/docs/user-guide/skills/bundled/email/email-himalaya.md b/website/docs/user-guide/skills/bundled/email/email-himalaya.md index adf3d973635..cf42921aa36 100644 --- a/website/docs/user-guide/skills/bundled/email/email-himalaya.md +++ b/website/docs/user-guide/skills/bundled/email/email-himalaya.md @@ -226,13 +226,13 @@ Note: `himalaya message write` without piped input opens `$EDITOR`. This works w Move to folder: ```bash -himalaya message move 42 "Archive" +himalaya message move "Archive" 42 ``` Copy to folder: ```bash -himalaya message copy 42 "Important" +himalaya message copy "Important" 42 ``` ### Delete an Email @@ -280,7 +280,7 @@ himalaya attachment download 42 Save to specific directory: ```bash -himalaya attachment download 42 --dir ~/Downloads +himalaya attachment download 42 --downloads-dir ~/Downloads ``` ## Output Formats diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/email/email-himalaya.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/email/email-himalaya.md index c128d7eff8d..a9c4246c6f4 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/email/email-himalaya.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/email/email-himalaya.md @@ -217,13 +217,13 @@ himalaya message write -H "To:recipient@example.com" -H "Subject:Test" "Message 移动到文件夹: ```bash -himalaya message move 42 "Archive" +himalaya message move "Archive" 42 ``` 复制到文件夹: ```bash -himalaya message copy 42 "Important" +himalaya message copy "Important" 42 ``` ### 删除邮件 @@ -271,7 +271,7 @@ himalaya attachment download 42 保存到指定目录: ```bash -himalaya attachment download 42 --dir ~/Downloads +himalaya attachment download 42 --downloads-dir ~/Downloads ``` ## 输出格式