maildir: add some useful defaults for mu_maildir_mkdir

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-05 01:41:32 +03:00
parent 87c122d1bc
commit 8d80bedf38
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ namespace Mu {
*
* @return a valid result (!!result) or an Error
*/
Result<void> mu_maildir_mkdir(const std::string& path, mode_t mode, bool noindex);
Result<void> mu_maildir_mkdir(const std::string& path, mode_t mode=0700,
bool noindex=false);
/**
* Create a symbolic link to a mail message