Skip to content

Commit

Permalink
Fix #1650 - allow using FSED in multi-email
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpareja committed Dec 8, 2024
1 parent 5d9bef3 commit 8f9c6b5
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 8f9c6b5

Please sign in to comment.