Wednesday, October 31, 2007

Instantly Move Selected Messages in Mail.app

Being an early adopter never comes without cost. Now, with Leopard and its Mail.app 3.0, plugins such as MailActOn unfortunately don't work.

For a quick workaround I fire up this AppleScript (using a hotkey assigned with iKey) to move the selected messages to my "Archive" folder. It can easily be tweaked to achieve similar functions:

tell application "Mail"
move the selection to mailbox "Archive"
end tell

Enjoy.

Tuesday, October 30, 2007

QuickSilver Firefox Bookmark Indexing with Multiple Profiles

QuickSilver (as of b52) only seems to index the last profile, when sorted by names.
So, to index your default profile simply rename its first part (e.g. 'ags7sd6' in 'ags7sd6.default') to something that will appear last among your profiles (e.g. 'zzzzzz').

To index all profile, you could create a fictitious profile and a script to merge all the individual bookmark files. Or wait for the QS plugin to be upgraded and be smarter.