The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   Fixing Google Apps Gmail Links After Transition (http://forums.omnigroup.com/showthread.php?t=21708)

justin 2011-07-25 04:24 PM

Fixing Google Apps Gmail Links After Transition
 
Hi -

Like many of you, we use Google Apps for our company. We just got forced through the "transition" in Google Apps where they now allow your Google Apps account to work with the other Google services. That's great, but...

All my Gmail links are now broken.

They've changed from this:
[code]https://mail.google.com/a/mydomain.com/#starred/130e265da2b0a18e[/code]

To this:
[CODE]https://mail.google.com/mail/u/0/?shva=1#starred/130e265da2b0a18e[/CODE]

Seems like a simple regular expression find and replace to me:

Find:
[CODE]$https://mail.google.com/mail/u/0/?shva=1#(\w+)/(\w+)^[/CODE]
Replace
[CODE]https://mail.google.com/mail/u/0/?shva=1#\1/\2[/CODE]

But unfortunately that will change the [I]text[/I] of the note, but not the underlying [I]link[/I].

Any ideas how I can use the REGEX Find and Replace to modify the actual link? Or maybe have OmniFocus re-link URL text in some mass-database way?

Thanks for your time.

- Justin

Brian 2011-07-25 05:00 PM

Justin - OmniFocus doesn't have a feature that will re-link those, but if you email the [EMAIL="omnifocus@omnigroup.com"]support ninjas[/EMAIL], we can probably come up with something that will run through the XML files and do this via the terminal. (As well as writing up a feature request for some sort of re-linking...)


All times are GMT -8. The time now is 07:52 PM.

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