You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to stage messages for deletion is through the TUI (select → d). It would be useful to have a CLI command that stages deletions from search results, e.g.:
Integration with AI agents that can search and triage but can't drive the TUI
The existing delete-staged execution flow (stage → review → execute) would stay intact — this just adds a non-interactive way to create the staging manifest.
Currently the only way to stage messages for deletion is through the TUI (select →
d). It would be useful to have a CLI command that stages deletions from search results, e.g.:msgvault stage-delete "from:newsletter@example.com older_than:1y" msgvault stage-delete --ids 123,456,789This would enable:
delete-staged --trash --yes)The existing
delete-stagedexecution flow (stage → review → execute) would stay intact — this just adds a non-interactive way to create the staging manifest.