/himalaya:forward - Forward Email
Forward an email to another person with optional context.
Usage
/himalaya:forward <id> # Forward email by ID
/himalaya:forward <id> "bob@example.com" # Forward to specific recipient
/himalaya:forward <id> "bob@example.com" "Please review this" # With context
When Invoked
- Call
read_emailto get the original message content - Ask for recipient and optional context (if not provided)
- Call
compose_emailto generate the forward preview - Show the full preview to the user for review
- Only call
compose_emailwithconfirm=trueafter explicit approval
Safety Rules
- NEVER send without explicit user approval
- Always show the complete preview before sending
- Default to preview mode (confirm=false) on first pass
- Include attribution (original sender, date, subject) in the forwarded body
Output Format
📨 Forward Preview
To: bob@example.com
Subject: Fwd: Q1 Budget Review
---
Hi Bob,
Forwarding this from Alice for your review.
---------- Forwarded message ----------
From: alice@example.com
Date: 2026-02-13
Subject: Q1 Budget Review
Hi team, please review the attached budget...
---
> "Send" to forward this email
> "Add more context" to edit
> "Cancel" to discard