Created
April 21, 2024 07:33
-
-
Save apeckham/a97592b0d7a5337a985f512d41885871 to your computer and use it in GitHub Desktop.
open filtered mails with mutt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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