summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-10-09 18:28:07 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-10-09 18:28:07 +0300
commit129573e0fd9b42ebf14c2de176e65b92bf8479bd (patch)
treef1d89997776f244f572c010eba199c1e2b11b305 /src
parent0c08cb737ceaa5c738712905c7d57f956d449ed0 (diff)
downloadmeli-129573e0fd9b42ebf14c2de176e65b92bf8479bd.zip
melib/maildir: rename root_path to root_mailbox
Diffstat (limited to 'src')
-rw-r--r--src/conf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.rs b/src/conf.rs
index 995fd548..985865ca 100644
--- a/src/conf.rs
+++ b/src/conf.rs
@@ -1261,7 +1261,7 @@ send_mail = '/bin/false'
.write_all("[composing]\nsend_mail = '/bin/false'\n".as_bytes())
.unwrap();
let err = FileSettings::validate(new_file.path.clone(), false, true).unwrap_err();
- assert_eq!(err.summary.as_ref(), "Configuration error (account-name): root_path `/path/to/root/mailbox` is not a valid directory.");
+ assert_eq!(err.summary.as_ref(), "Configuration error (account-name): root_mailbox `/path/to/root/mailbox` is not a valid directory.");
/* Test unrecognised configuration entries error */