From bfc10a890d1e26e1226bef355194a30f8b058d02 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 2 Mar 2026 14:22:22 +0000 Subject: [PATCH] fix himalaya move argument order in inbox-triage command --- profiles/opencode/command/inbox-triage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/opencode/command/inbox-triage.md b/profiles/opencode/command/inbox-triage.md index 4bd8dc7..740be18 100644 --- a/profiles/opencode/command/inbox-triage.md +++ b/profiles/opencode/command/inbox-triage.md @@ -35,7 +35,7 @@ Workflow: - Read the message: `himalaya message read -f "" `. - If needed for classification, inspect attachments: `himalaya attachment download -f "" --dir /tmp/himalaya-triage`. - If attachments are downloaded, inspect them and `rm` the downloaded files from `/tmp/himalaya-triage` after use. - - Move: `himalaya message move -f "" ""`. + - Move: `himalaya message move -f "" "" `. - Delete: `himalaya message delete -f "" `. 6. Classification precedence (higher rule wins on conflict): - Human communication — a message with freeform natural-language content written by a human, not templated or autogenerated. When in doubt whether a message is human or automated, leave it untouched.