mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-29 17:32:06 +00:00
EMAIL: Fixed arguments passed to EDIT when composing news
This commit is contained in:
parent
39c691e406
commit
a9869757cf
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user