Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the action that handles mailto: URLs #1194

Merged
merged 1 commit into from Nov 5, 2012
Merged

fix the action that handles mailto: URLs #1194

merged 1 commit into from Nov 5, 2012

Conversation

skurfer
Copy link
Member

@skurfer skurfer commented Nov 2, 2012

A user asked on IRC yesterday why Quicksilver couldn't just use mailto: for e-mail addresses and let the system take care of the rest.

I know all e-mail address objects have mailto:whatever@wherever assigned as their URL type, so I was going to tell him to use the “Open URL” action, but I found that it wasn't available. Looking into it, I saw that the validation checked for mailto: specifically and returned a different action, and that action wasn’t set up correctly.

I was going to just remove it and treat mailto: URL’s like all others, but it occurred to me that using the “Open URL” action on e-mail addresses isn't particularly obvious, and since this other action was 98% defined anyway, I assigned it an actionSelector instead (which is all it was missing).

It was defined but had no actionSelector.
pjrobertson added a commit that referenced this pull request Nov 5, 2012
fix the action that handles `mailto:` URLs
@pjrobertson pjrobertson merged commit e5d3fff into quicksilver:master Nov 5, 2012
@pjrobertson
Copy link
Member

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants