Colors and erasure of color assignments

I accidentally assigned a color to an email in my inbox. I want to erase that color and leave the inbox selection without any color. How do I do this? Using Mac Sonoma OS.

Mac Studio (2023)

Posted on Jun 7, 2024 1:31 PM

Reply
Question marked as Top-ranking reply

Posted on Jun 7, 2024 6:35 PM

I've never found a way in the GUI to set the background color.

You can select the messages you want to unset and run this AppleScript in Script Editor:

tell application "Mail"
	repeat with aMessage in selection as list
		set background color of aMessage to none
	end repeat
end tell
3 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Colors and erasure of color assignments

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.