|
|
@ -832,6 +832,8 @@ function rcube_webmail()
|
|
|
|
if (uid = this.get_single_uid())
|
|
|
|
if (uid = this.get_single_uid())
|
|
|
|
url += '&_draft_uid='+uid;
|
|
|
|
url += '&_draft_uid='+uid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
else if (props)
|
|
|
|
|
|
|
|
url += '&_to='+urlencode(props);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// modify url if we're in addressbook
|
|
|
|
// modify url if we're in addressbook
|
|
|
|
else if (this.task=='addressbook')
|
|
|
|
else if (this.task=='addressbook')
|
|
|
@ -861,8 +863,6 @@ function rcube_webmail()
|
|
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (props)
|
|
|
|
|
|
|
|
url += '&_to='+urlencode(props);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// don't know if this is necessary...
|
|
|
|
// don't know if this is necessary...
|
|
|
|
url = url.replace(/&_framed=1/, "");
|
|
|
|
url = url.replace(/&_framed=1/, "");
|
|
|
|