We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
0ct0pu5
/
squirrelmail
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
فهرست منبع
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
25 سال پیش
والد
aff062119c
کامیت
a618a326cc
1فایلهای تغییر یافته
به همراه
1 افزوده شده
و
0 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
1
0
src/compose.php
+ 1
- 0
src/compose.php
مشاهده فایل
@@ -309,6 +309,7 @@
showInputForm();
} else {
$newmail = true;
+ newMail();
showInputForm();
}
?>