Skip to content

Commit

Permalink
Merge pull request #1651 from wwivbbs/1650-allow-using-fsed-in-e-mult…
Browse files Browse the repository at this point in the history
…i-email

- allow using FSED in multi-email : Fix #1650
  • Loading branch information
ericpareja authored Dec 13, 2024
2 parents 5d9bef3 + 8f9c6b5 commit f3ee24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbs/multmail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void multimail(int *pnUserNumber, int numu) {
a()->sess().irt("Multi-Mail");
File::Remove(QUOTES_TXT);
data.aux = "email";
data.fsed_flags = FsedFlags::NOFSED;
data.fsed_flags = FsedFlags::FSED;
data.to_name = "Multi-Mail";
data.msged_flags = MSGED_FLAG_NONE;
if (!inmsg(data)) {
Expand Down

0 comments on commit f3ee24c

Please sign in to comment.