Remove a single thread from the trash.
Function to untrash a given thread by id. This can reverse the results of a previous gm_trash_thread()
.
gm_untrash_thread(id, user_id = "me")
id
: thread id to accessuser_id
: gmail user_id to access, special value of 'me' indicates the authenticated user.## Not run: gm_untrash_thread(12345) ## End(Not run)
https://developers.google.com/gmail/api/reference/rest/v1/users.threads/untrash
Other thread: gm_delete_thread()
, gm_modify_thread()
, gm_threads()
, gm_thread()
, gm_trash_thread()
Useful links