| author | "Tomas Zeman <tzeman@volny.cz>" |
| Wed, 16 Jan 2008 22:39:43 +0100 | |
| changeset 0 | 6f7a81934006 |
| permissions | -rw-r--r-- |
#include "configio.h" #include <limits.h> static mystring default_postmaster_email("postmaster@"); static const mystring filename_postmaster_email = "postmaster-email"; mystring configuration::postmaster_email() const { return read_str(filename_postmaster_email, default_postmaster_email, (config_cache<mystring>&)postmaster_email_cache); }