sender in notes
This commit is contained in:
parent
9b8a02d9d4
commit
2f60f52007
@ -5,9 +5,11 @@ using terms from application "Mail"
|
|||||||
repeat with i from 1 to the message_count
|
repeat with i from 1 to the message_count
|
||||||
set this_message to item i of these_messages
|
set this_message to item i of these_messages
|
||||||
|
|
||||||
|
set this_sender to the sender of this_message
|
||||||
|
|
||||||
set messageid to message id of this_message
|
set messageid to message id of this_message
|
||||||
-- Make URL (must use URL-encoded values for "<" and ">")
|
-- Make URL (must use URL-encoded values for "<" and ">")
|
||||||
set urlText to "[url=message:%3C" & messageid & "%3E] mail [/url]"
|
set urlText to "[url=message:%3C" & messageid & "%3E] mail from " & this_sender & " [/url]"
|
||||||
|
|
||||||
try
|
try
|
||||||
set this_subject to (subject of this_message) as Unicode text
|
set this_subject to (subject of this_message) as Unicode text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user