Created
July 29, 2018 22:40
-
-
Save breun/762f026b1824e00b51759dff30f22e6e to your computer and use it in GitHub Desktop.
Remove '***Spam*** ' prefix from message subjects in Apple Mail (V5 format)
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
UPDATE subjects SET subject = substr(subject,12), normalized_subject = substr(normalized_subject,12) WHERE subject LIKE '***Spam*** %'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment