Skip to content
Snippets Groups Projects
Commit 1c0511a3 authored by rswindell's avatar rswindell
Browse files

Update TODO comment.

parent 101100e1
No related branches found
No related tags found
No related merge requests found
...@@ -3808,7 +3808,7 @@ static void smtp_thread(void* arg) ...@@ -3808,7 +3808,7 @@ static void smtp_thread(void* arg)
} }
} }
if(cmd==SMTP_CMD_MAIL) { if(cmd==SMTP_CMD_MAIL) {
#if 0 /* implement later */ #if 0 /* TODO implement later */
if(useron.etoday>=cfg.level_emailperday[useron.level] if(useron.etoday>=cfg.level_emailperday[useron.level]
&& !(useron.rest&FLAG('Q'))) { && !(useron.rest&FLAG('Q'))) {
bputs(text[TooManyEmailsToday]); bputs(text[TooManyEmailsToday]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment