Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created April 21, 2024 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apeckham/a97592b0d7a5337a985f512d41885871 to your computer and use it in GitHub Desktop.
Save apeckham/a97592b0d7a5337a985f512d41885871 to your computer and use it in GitHub Desktop.
open filtered mails with mutt
- Download Google Takeout/Gmail
- apt-get install mutt mb2md mboxgrep
- mb2md -s $PWD/all.mbox -d $PWD/maildir
- mboxgrep -m maildir -H -E "From:.+(a|b|c)@" -o out.mbox maildir
- mutt -f out.mbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment