• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mail 1.0, 2.0 etc.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mail 1.0, 2.0 etc.


  • Subject: Re: Mail 1.0, 2.0 etc.
  • From: Yvan KOENIG <email@hidden>
  • Date: Thu, 29 Dec 2005 07:50:43 +0100


Le 29 déc. 2005, à 00:33, Jay Louvion a écrit :


Hi all (again),

I’ve been able to work out the whole thing by myself, but I can’t seem to be able to mark messages as read in a repeat loop.
What is the right terminology ? The dic says “mark read to true” so I went for a


             repeat with msg in incomingMessages
                    set mark read of msg to true
            end repeat


Hello

This script worked in 10.3.9:


tell application "Mail" set _messages to (selection) repeat with _message in _messages tell _message if (get read status) is false then set read status to true end tell end repeat end tell

Yvan KOENIG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Mail 1.0, 2.0 etc.
      • From: Jay Louvion <email@hidden>
    • Re: Mail 1.0, 2.0 etc.
      • From: Michelle Steiner <email@hidden>
References: 
 >Mail 1.0, 2.0 etc. (From: Jay Louvion <email@hidden>)

  • Prev by Date: Re: Arrays in AppleScript ?
  • Next by Date: Re: Mail 1.0, 2.0 etc.
  • Previous by thread: Mail 1.0, 2.0 etc.
  • Next by thread: Re: Mail 1.0, 2.0 etc.
  • Index(es):
    • Date
    • Thread