Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,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 whomever 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 Tue, Jan 29 2008 at 2:27PM PST
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 | # ]