Skip to content

Instantly share code, notes, and snippets.

@pvoznenko
Created September 25, 2014 06:29
Show Gist options
  • Save pvoznenko/7307864ed016a05f3fa5 to your computer and use it in GitHub Desktop.
Save pvoznenko/7307864ed016a05f3fa5 to your computer and use it in GitHub Desktop.
f3
db.messages.find({
"headers.Message-ID": "<8147308.1075851042335.JavaMail.evans@thyme>"
});
db.messages.update({
"headers.Message-ID": "<8147308.1075851042335.JavaMail.evans@thyme>"
}, { $push: { "headers.To": "mrpotatohead@mongodb.com" } });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment