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


Click here to return to the 'A quick way to strip all formatting from pasted text in Mail' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A quick way to strip all formatting from pasted text in Mail
Authored by: delux on May 07, '09 11:54:27AM

The post solution "expands" any hyperlinks you've created in the mail message making the message unreadable. This one-line AppleScript will clear the formatting of the clipboard before you paste it in:

set the clipboard to «class ktxt» of ((the clipboard as string) as record)

Save it as an application and click it, map it to a key, or what you like, just before you paste in the questionably formatted text.



[ Reply to This | # ]
A quick way to strip all formatting from pasted text in Mail
Authored by: encro on May 07, '09 06:35:08PM

Thank you Delux, that script will come in very handy :

---
Steve



[ Reply to This | # ]