-
Notifications
You must be signed in to change notification settings - Fork 3
Reply To This
You most likely found this page because you contributed patches to the FFmpeg mailing list via the the FFmpeg Pull Request Agent for GitHub, and a mail from the FFmpeg mailing list was mirrored to your Pull Request, and now you need to answer.
The easiest method (unless you are subscribed to the FFmpeg mailing list and saw the mail already) is to import the so-called "mbox" file. You can get that by following the "On the FFmpeg mailing list" link on the top of the mirrored mail and then downloading the "raw" version (you can do the same by appending /raw
to the link).
This file now needs to be imported into your regular mail program.
Simply copy the file to the new
subfolder in your mailer's maildir folder.
You can use the command-line tool curl
(provided that your version has IMAP support):
curl -g --user "<email>:<password>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
The automated GitHub integration is an adaption of GitGitGadget and credits are due to its creators.