From 356901824fefe16ee6fef172fee3494bfe62d6cb Mon Sep 17 00:00:00 2001 From: "Soren (Molty)" Date: Tue, 5 May 2026 16:45:45 +1000 Subject: [PATCH] Added the common commands to the bottom of the email-management.md for helpful access. --- operational-notes/email-management.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/operational-notes/email-management.md b/operational-notes/email-management.md index f100ce2..b6badbe 100644 --- a/operational-notes/email-management.md +++ b/operational-notes/email-management.md @@ -50,3 +50,20 @@ Use these as lightweight overrides when the general category rules are technical - Even though they are crypto/financial in topic, treat generic CoinSpot newsletter-style updates as informational/reference material rather than Finance. - Keep truly account-specific CoinSpot emails, security alerts, transaction confirmations, tax statements, deposits/withdrawals, or anything requiring proof/record-keeping in `INBOX.Soren.Finance`. +## Common command patterns + +List inbox: +himalaya envelope list -a personal --page 1 --page-size 100 + +List a Soren folder: +himalaya envelope list -a personal --folder INBOX.Soren.Review --page 1 --page-size 50 + +Preview/read without marking seen: +himalaya message read -a personal -p + +Move from inbox: +himalaya message move -a personal INBOX.Soren.Finance ... + +Move from another folder: +himalaya message move -a personal --folder INBOX.Soren.Review INBOX.Soren.Delete ... +