Archive for May, 2006



MailCore 0.2.3

MailCore 0.2.3 has just been uploaded. Here’s some release notes:

The CTCoreMessage object now has a flag attribute, it holds flags like unread, forwarded, new..etc
More documentation has been added. I added a small section on sending e-mail.
MailCore has now been released under the BSD license
@executable_path/../Frameworks/ is no longer the default for the installation location. If you […]

I’ve added a summary of the projects I have in subversion, so if people are really interested they can check them out. Warning: Don’t check out Kiwi right now, there is pretty much nothing there since it’s being moved to MailCore!
Update:
I removed the Subversion projects summary during the move to the new server. Instead, checkout […]

Pasteboard Server hangup

Today I had a weird problem where copying and pasting stopped working. Since I really dislike restarting, I messed around and found a solution:
Run this in the Terminal:

ps -x | grep “/System/Library/CoreServices/pb[s]”

I got a result like this, if you don’t get any results skip the next step:

20829 p0- SN 0:00.28 […]

Lua and Kiwi

As you probably already know, I’m working on an e-mail client known as Kiwi. Kiwi is not going to be the end all e-mail client, and for many people Mail.app might be a better option. What Kiwi is will be, a sharper tool in an advanced user’s bag of tricks. Part of the problem with […]

Lines of Code?

Want to know how many lines of code your project is? Run this command:
find . -name ‘*.[hm]’ -exec cat {} \; | wc -l
Note: Header files in your project build directories can skew the result, you might want to empty out your build directories before running this. Change the file extensions in [hm] if you […]

iPod Nano

My new black iPod Nano arrived today. I’m liking this color screen thing.