Age | Commit message (Collapse) | Author |
|
No longer planning on using this method. Ideally there would be a way to
save and restore the old default "mailto" handler bundle identifier,
but that's just too much of a pain and I don't want to bother.
|
|
This method is supposed to set CopyMailto as the default application for
"mailto" URLs. But it keeps giving me a `-54` error, or `202` status
code on the shell. WTF is going on?
|
|
Add a class to get the current bundle handler for `mailto` URLs. It will
be extended to set CopyMailto as the default handler after saving the
original.
|