Skip to content

Commit

Permalink
[email] Allowing web activity for compose to be openend just with the…
Browse files Browse the repository at this point in the history
… 'to' field
  • Loading branch information
arcturus committed Aug 8, 2012
1 parent 50b8450 commit 84975fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/email/js/mail-app.js
Expand Up @@ -150,7 +150,7 @@ var queryURI = function _queryURI(uri) {
window.navigator.mozSetMessageHandler('activity', function actHandle(activity) {
var [to, subject, body, cc, bcc] = queryURI(activity.source.data.URI);
var sendMail = function actHandleMail() {
if (!to || !subject)
if (!to)
return;

var folderToUse = Cards._cardStack[Cards
Expand Down

0 comments on commit 84975fa

Please sign in to comment.