I have an AppleScript that generates on outgoing email message in Mail using the contents of the clipboard. When I use the command: set theContent to the clipboard and then make a new outgoing message with properties including content:theContent, Applescript changes the single spacing to double spacing. In other words it replaces every \n with \n\n. If I just manually paste the clipboard into a new email message, it uses the single spacing. When I use the Show Clipboard command in the Finder menu to look at the clipboard it has single spacing. If I have the script return theContents it shows it as having double spacing. Can anyone suggest an explanation or cure for this behavior? Thanks.