We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
0ct0pu5
/
squirrelmail
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
25 år sedan
förälder
aff062119c
incheckning
a618a326cc
1 ändrade filer
med
1 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
1
0
src/compose.php
+ 1
- 0
src/compose.php
Visa fil
@@ -309,6 +309,7 @@
showInputForm();
} else {
$newmail = true;
+ newMail();
showInputForm();
}
?>