EMAIL: Fixed arguments passed to EDIT when composing news

This commit is contained in:
Bobbi Webber-Manners 2020-09-16 18:49:13 -04:00
parent 39c691e406
commit a9869757cf

View File

@ -1984,7 +1984,7 @@ void copy_to_mailbox(struct emailhdrs *h, uint16_t idx,
if (mode != ' ') {
snprintf(filename, 80, email_file, cfg_emaildir, mbox, num);
load_editor(mode == 'N' ? 0 : 1);
load_editor(mode == 'N' ? 2 : 1);
}
}