2
I've been using for years now the following applescript, triggered via iKey by an F12 keystroke:
tell application "Mail" to move (get selection) to mailbox "Archive"
I'm using it to move inbox messages to the archive, which makes for efficient filtering by backspace/F12 keystrokes.
On 10.5 and 10.6 it would work nearly instantly, but with 10.7 there is a 1-3 seconds delay until the message disappears from the inbox, and during that time the rest of the interface is non-responsive (can't click other messages).
I'm pretty sure it's not a fault of iKey since other macros triggered through it in Mail.app (such as typing some text) work instantly as before.
How should I approach solving this?
1
A similar thread was posted at MacScripter / Mail.app "move message" command ridiculously slow in Lion. There's no answers at the moment.
– Lri – 2011-08-05T13:00:02.250I'm the OP of the MacScripter thread. Would love to hear if anyone comes up with a resolution. I've submitted a bug report to Apple (Open Radar here). Feel free to do the same!
– Dan B – 2011-08-06T18:28:27.850