handle problem experienced with sending, when previously saved as draft manually

This commit is contained in:
Klaus Leithoff 2012-11-28 13:13:19 +00:00
parent 524ada841b
commit 31af74cbee

View File

@ -783,7 +783,8 @@ function fm_compose_sendEMail() {
if(addressSet == true && subjectSet == true && doubleCheck == false) {
// if we submit the form, we do not want to execute the onunload stuff
do_onunload=false;
justSavedAsDraftManually = false;
do_onunload=false;
document.doit.submit();
} else {
justClickedSend = false; // since we did not send at all,....