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
docs(gmail): clarify that drafts delete is permanent
The Gmail Drafts API only supports an irreversible delete — drafts are not
moved to Trash and there is no untrash path — but `gog gmail drafts delete`
advertised a generic "Delete a draft" and confirmed with "delete gmail draft
<id>", reading like a recoverable operation.
Surface the permanence in the command help, the destructive-confirmation
prompt, and a doc comment on the command type, and regenerate the command
reference (make docs-commands) so the published docs match.
Co-Authored-By: Claude Opus 4.8 <[email protected]>
-[`gog gmail (mail,email) drafts (draft) delete (rm,del,remove) <draftId>`](commands/gog-gmail-drafts-delete.md) - Permanently delete a draft (not recoverable; drafts are not moved to Trash)
339
339
-[`gog gmail (mail,email) drafts (draft) get (info,show) <draftId> [flags]`](commands/gog-gmail-drafts-get.md) - Get draft details
340
340
-[`gog gmail (mail,email) drafts (draft) list (ls) [flags]`](commands/gog-gmail-drafts-list.md) - List drafts
DeleteGmailDraftsDeleteCmd`cmd:"" name:"delete" aliases:"rm,del,remove" help:"Delete a draft"`
19
+
DeleteGmailDraftsDeleteCmd`cmd:"" name:"delete" aliases:"rm,del,remove" help:"Permanently delete a draft (not recoverable; drafts are not moved to Trash)"`
20
20
SendGmailDraftsSendCmd`cmd:"" name:"send" aliases:"post" help:"Send a draft"`
21
21
CreateGmailDraftsCreateCmd`cmd:"" name:"create" aliases:"add,new" help:"Create a draft"`
22
22
UpdateGmailDraftsUpdateCmd`cmd:"" name:"update" aliases:"edit,set" help:"Update a draft"`
0 commit comments