Mail.app - rename Subject
Mail.app - rename Subject
- Subject: Mail.app - rename Subject
- From: "Manfred M. Strasser" <email@hidden>
- Date: Fri, 16 May 2003 14:58:19 +0200
Is it possible to rename the subject of an incomming Message?
I'm trying:
-------------------------
tell appli ...
repeat
set theResult to display dialog "Enter new subject." default answer
oldSubject
set newSubject to text returned of theResult
if (newSubject does not start with " ") then
exit repeat
end if
end repeat
set the subject of selectMail to newSubject
end tell
Everything works right but at last I get the answer:
-------------------------
"Can't set subject of {+class mssg; 11 of +class mbxp; \"Inbox\" of
+class mact; \"Fax\" of application \"Mail\"} to \"Test\"."
May be important:
-------------------------
The current account is an IMAP-account
br
MMS
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.