diff --git a/src/sbbs3/fido.cpp b/src/sbbs3/fido.cpp index a76a0938f9b27444b06a7869fd44588a705c0700..30515b8b3f2d3efcf0ca121a628490fae97ebe93 100644 --- a/src/sbbs3/fido.cpp +++ b/src/sbbs3/fido.cpp @@ -157,8 +157,7 @@ bool sbbs_t::netmail(const char *into, const char *title, long mode, smb_t* resm bputs(text[EmailFilesNotAllowed]); mode&=~WM_FILE; } - qnetmail(to, title, mode, resmb, remsg); - return false; + return qnetmail(to, title, mode, resmb, remsg); } if(net_type == NET_INTERNET) { if(!(cfg.inetmail_misc&NMAIL_ALLOW)) {