handle problem experienced with sending, when previously saved as draft manually; we need to return true on Send (after doit.submit())

This commit is contained in:
Klaus Leithoff 2012-11-28 13:30:00 +00:00
parent 31af74cbee
commit 80b0765fb5

View File

@ -786,6 +786,7 @@ function fm_compose_sendEMail() {
justSavedAsDraftManually = false;
do_onunload=false;
document.doit.submit();
return true;
} else {
justClickedSend = false; // since we did not send at all,....
}