Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'This will pause itunes, then read the subject, then start playing music again.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
This will pause itunes, then read the subject, then start playing music again.
Authored by: raven42rac on Jan 29, '08 02:27:01PM
on perform_mail_action(info)
	tell application "iTunes"
		set isPlaying to player state is playing
	end tell
	tell application "Mail"
		set theMessages to |SelectedMessages| of info
		repeat with thisMessage in theMessages
			set AppleScript's text item delimiters to {""}
			set thisSender to sender of thisMessage as string
			set brkpos to offset of "

     

[ Reply to This | # ]