Mail message
Mail message
- Subject: Mail message
- From: Marcus Rodrigues <email@hidden>
- Date: Mon, 11 Aug 2003 17:50:52 -0300
I go this to work just fine with body and signature of my choice:
tell application "iChat"
set myStatus to (get status) as string
set mySM to get status message as string
set idleTime to get idle time as string
end tell
tell application "Mail"
try
activate
set p to {content:"Meu Status do iChat C) " & myStatus & "." & return
& "Minha mensagem de Status C) " & mySM & "." & return & B,
"Meu tempo longe do aibuque C) " & idleTime & " segundos." & return &
return, visible:true}
set _message to make new outgoing message with properties p
set message signature of _message to signature 1
end try
end tell
My chalenge now is to make this default on every outgoing message,
either in an AppleScript way or with help from another app, maybe one
that allow me to keystroke o#?+option+shif+N in Mail.app and and it rusn
my script...
Any ideas???
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
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.