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")Other thread:
gm_delete_thread(),
gm_modify_thread(),
gm_threads(),
gm_thread(),
gm_trash_thread()
if (FALSE) { # \dontrun{
gm_untrash_thread(12345)
} # }