store: rename "metadata" into "properties"
properties are the constant (for the duration) values for a store; metadata may change, so reserve that name for that.
This commit is contained in:
@ -113,8 +113,8 @@ try {
|
||||
Server server{store, output_sexp_stdout};
|
||||
|
||||
g_message("created server with store @ %s; maildir @ %s; debug-mode %s",
|
||||
store.metadata().database_path.c_str(),
|
||||
store.metadata().root_maildir.c_str(),
|
||||
store.properties().database_path.c_str(),
|
||||
store.properties().root_maildir.c_str(),
|
||||
opts->debug ? "yes" : "no");
|
||||
|
||||
tty = ::isatty(::fileno(stdout));
|
||||
|
||||
Reference in New Issue
Block a user