• 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: Different Mail inbox message count between AS & GUI
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Different Mail inbox message count between AS & GUI


  • Subject: Re: Different Mail inbox message count between AS & GUI
  • From: John <email@hidden>
  • Date: Thu, 14 Nov 2013 13:19:29 -0500

Hi Michael,

I have had the same problem with sent mailbox as well.

tell application "Mail"

set inMsg to count (messages of inbox)

set outMsg to count (messages of sent mailbox)

return "Inbox Count: " & inMsg & return & " Sent Mailbox Count: " & outMsg

end tell


Also, see here:

http://stackoverflow.com/questions/19829050/mavericks-mail-applescript-changes/19839719#comment29502938_19839719



On Thu, Nov 14, 2013 at 12:51 PM, Michael Grant <email@hidden> wrote:
I currently see two messages in my combined inbox view in the Apple Mail GUI. But 'tell application "Mail" to count messages in inbox' returns 86. Any idea why? As far as I can figure out, the extra messages should actually be in the Archive mailbox.

Thanks,
Michael

--
There's really no such thing as translating. It's all a scam. We basically just make stuff up and try to make it sound plausible.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Different Mail inbox message count between AS & GUI
      • From: Christopher Stone <email@hidden>
References: 
 >Different Mail inbox message count between AS & GUI (From: Michael Grant <email@hidden>)

  • Prev by Date: Different Mail inbox message count between AS & GUI
  • Next by Date: Re: Different Mail inbox message count between AS & GUI
  • Previous by thread: Different Mail inbox message count between AS & GUI
  • Next by thread: Re: Different Mail inbox message count between AS & GUI
  • Index(es):
    • Date
    • Thread