Bluetooth fun

| 5 Comments

We are driving home on the freeway by the ocean, phone in the window, syncing my email in Mail.app. Bluetooth is so fun. Viridiana thinks I am a geek.

Update: Uuuh, online with iChat and Jabber too.

5 Comments

Here another t68i owner. 8)
Those scripts you use for mail.app...which one is that?

Greetz
Davis

I use clicker

This one?

messagebox type!!!

---starting below---->

global currUnread
global checkMailDelay


set checkMailDelay to 10


set currUnread to 0
tell application "Mail"
      check for new mail
      delay checkMailDelay
      set everyAccount to every account
      repeat with eachAccount in everyAccount
            set everyMailbox to every mailbox of eachAccount
            repeat with eachMailbox in everyMailbox
                  if name of eachMailbox is "Inbox" then
                        set unreadCount to unread count of eachMailbox
                  end if
            end repeat
            set currUnread to (currUnread + unreadCount)
       end repeat

       return {"New Emails", (currUnread as string)}
end tell

Very neat. I only use it to get online with the powerbook.

//www.askbjoernhansen.com/archives/2003/01/30/000260.html

Hey, i just bout a sony e t68i for £30 are they any good and did i get a good deal??

You got a very good deal - mine cost me £80 with a camera. But the screen isn't too brilliant and the processor lags. I prefer the Sharp models, although you can't silence the camera and most don't have true zoom.

Leave a comment

About this Entry

This page contains a single entry by Ask Bjørn Hansen published on April 25, 2003 7:22 PM.

Find recent content on the main index or look in the archives to find all content.

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.33-en
/* bf */