Fix a mistake with EE

This commit is contained in:
Andrew Pamment 2016-04-07 14:52:52 +10:00
parent b2185e87ae
commit 708de3bb54

View File

@ -1116,7 +1116,7 @@ int mail_menu(int socket, struct user_record *user) {
subject = strdup(buffer); subject = strdup(buffer);
// post a message // post a message
replybody = external_editor(socket, user, to, from, NULL, NULL, subject, 0); msg = external_editor(socket, user, to, from, NULL, NULL, subject, 0);
if (msg != NULL) { if (msg != NULL) {
jb = open_jam_base(conf.mail_conferences[user->cur_mail_conf]->mail_areas[user->cur_mail_area]->path); jb = open_jam_base(conf.mail_conferences[user->cur_mail_conf]->mail_areas[user->cur_mail_area]->path);