mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-08-13 14:25:03 +00:00
EMAIL: Fixed arguments passed to EDIT when composing news
This commit is contained in:
@@ -1984,7 +1984,7 @@ void copy_to_mailbox(struct emailhdrs *h, uint16_t idx,
|
|||||||
|
|
||||||
if (mode != ' ') {
|
if (mode != ' ') {
|
||||||
snprintf(filename, 80, email_file, cfg_emaildir, mbox, num);
|
snprintf(filename, 80, email_file, cfg_emaildir, mbox, num);
|
||||||
load_editor(mode == 'N' ? 0 : 1);
|
load_editor(mode == 'N' ? 2 : 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user