applescript
So, my experiments with mutt continue. Incidentally, if you think that I'm crazy for using a cli email client in this day and age... Well, you're probably right. However, I'm crazy, but not alone, as the dearth of great email clients for Mac OS X is something that's been written about a lot. Anyway, that's a short way of saying that I think that mutt+"a whole bunch of utilities to add functionality to it" is a (at least somewhat) reasonable solution, given the alternatives.
Anyway, linsec.ca has probably the most info there is in one place on integrating mutt with OS X. I really like that lbdb gives me the capability to search the OS X addressbook, but I also wanted to the ability to add addresses directly from mutt. A little bit of dirty hackery with bash and osascript later, I have a working solution. This script assumes a working lbdb install, but beyond that, all you need to do is add the following line to your ~/.muttrc and place the attached script in your ~/bin directory. Then, press 'A' on any message in mutt.
Anyway, linsec.ca has probably the most info there is in one place on integrating mutt with OS X. I really like that lbdb gives me the capability to search the OS X addressbook, but I also wanted to the ability to add addresses directly from mutt. A little bit of dirty hackery with bash and osascript later, I have a working solution. This script assumes a working lbdb install, but beyond that, all you need to do is add the following line to your ~/.muttrc and place the attached script in your ~/bin directory. Then, press 'A' on any message in mutt.
A while ago, I threatened to post this script, and then it slipped my mind, mostly because I switched to Gyazmail. At any rate, one of the most frustrating things about Mail.app to me was having to get out the mouse to switch between the inboxes of my various email accounts, especially once I got Mail Act-On working so nicely.