The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus 1 for Mac
FAQ Members List Calendar Today's Posts

 
Mail clipping: no attachments in Lion [A: caused by change to Mail.app in 10.7] Thread Tools Search this Thread Display Modes
Sorry for the trouble! Email the support ninjas; we'll be happy to investigate/help.
 
Same problem here. And dragging email from Lion Mail to OF also more than a little flaky. Seems to be no way to get emails to come over with their attachments!
 
Back to the original post in the thread, what is the current status of being able to have attachments included in e-mails from Apple Mail that are sent to OF? This still has not been fixed in the most recent versions (up to 1.9.4).

Thanks
 
Marc, Lion made some changes to Mail's applescript interface that caused the attachments to not be brought over any more. Our understanding is that this isn't intentional - we're waiting for an update to OS X that should fix the issue.

(This is based on info in this thread, which I'll move these posts over to momentarily.)
 
Thanks for the update Brian.
 
Hi,

well I'm a bit surprised this hasn't been resolved.

I had it working back in September on a Lion beta with my script. Don't remember exact version, but given that 10.7.2 was released in October to public, it must have been a 10.7.2 beta. Right now I'm already on the next beta, so I can't test on a public release of 10.7.2 but I really don't see why this should work on beta releases only.

Anyway, I've done some tidying up on my script and uploaded it here :
http://bit.ly/yU0yxl

It's a simple script. Some parameters in the first section for customization, followed by the script itself.

Personally, I've set up a Global Hotkey with Alfred + Powerpack to run it on the selected Mail messages. (BetterTouchTool could be a free alternative for setting up a Global Hotkey).

Running it (debugging it) from within the Applescript Editor will not work as Mail has to be the frontmost application (my intention was to create a script not limited to Mail, that's why I check the current frontmost app).

You can however change this my modifying the following part (situated at the top of the SCRIPT section) :


Code:
tell application "System Events"
	
	set appname to name of the first process whose frontmost is true
	
	if (appname = "Mail") then
		my AddFromAppleMail()
	else
		--display dialog appname
		my EmptyQuickAdd(appname)
	end if
end tell
replace by

Code:
tell application "System Events"
	set appname to name of the first process whose frontmost is true
	my AddFromAppleMail()
end tell
For those interested, this script is obviously free for any use, I would however appreciate feedback (and acknowledgment if redistributed).

If you have questions or problems, feel free to ask here.

Bye
 
Oh, come on guys. More than 15 downloads of the script these last 12 days and not a single reply / post to let me know if it works for you. :(
 
Quote:
Originally Posted by LuMe96 View Post
Hi,
Anyway, I've done some tidying up on my script...
I've been testing out Omnifocus for a few days and wasn't able to get the Clip-o-tron to pass the attachments through to omnifocus which is really annoying! However I've downloaded and tested this script which works exactly as expected. Would be great however if it could be modified to act as a proper Omnifocus plugin so it then integrates with the rest of the clipping services...

Anyone know if this would be possible?
 
Works a charm, thanks!


Quote:
Originally Posted by LuMe96 View Post
Hi,


Anyway, I've done some tidying up on my script and uploaded it here :


It's a simple script. Some parameters in the first section for customization, followed by the script itself.
<snip>
For those interested, this script is obviously free for any use, I would however appreciate feedback (and acknowledgment if redistributed).

If you have questions or problems, feel free to ask here.

Bye
 
I think i was able to embed files from mail. Now i get a link to the original message. But my mail server have a limited space. So how do i embed files from mail using the Clip-O-Tron 3000?

Best regards
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Clipping from Lion Mail with Organize by Conversation on jasong OmniFocus 1 for Mac 0 2012-03-22 07:10 PM
Clipping in Mac Mail (Lion 10.7 / OF 1.92) BadExec OmniFocus 1 for Mac 8 2011-11-16 03:23 PM
Update to Lion/10.7 disables mail clipping [A: reinstall plugin from OF's prefs] stevenjohn OmniFocus 1 for Mac 17 2011-10-12 02:39 PM
How to process mail with attachments with mail rules. bjgreenberg OmniFocus 1 for Mac 2 2011-08-26 01:39 PM
Clipping in Mail Full-Screen Lion npadley OmniFocus 1 for Mac 1 2011-07-28 09:20 PM


All times are GMT -8. The time now is 02:45 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.