Codebase list stealth / HEAD report / mail.cc
HEAD

Tree @HEAD (Download .tar.gz)

mail.cc @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
#include "report.ih"

void Report::mail()
{
    if (hasMail())
        processMail();
    else
        m3 << "No new logs to mail" << endl;
}