lib/config/_autoresponse_file.cc
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:09 +0100
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
permissions -rw-r--r--
Imported vmailmgr-0.97

#include "configio.h"
#include <limits.h>

static mystring default_autoresponse_file("message.txt");
static const mystring filename_autoresponse_file = "autoresponse-file";
mystring configuration::autoresponse_file() const {
  return read_str(filename_autoresponse_file,
                    default_autoresponse_file,
		    (config_cache<mystring>&)autoresponse_file_cache);
}