* tests: add tests for mu_util_dir_expand and mu_util_guess_maildir

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-25 13:27:02 +02:00
parent afcd800a2e
commit 3b8f908fa6
4 changed files with 99 additions and 22 deletions

View File

@ -35,8 +35,8 @@ G_BEGIN_DECLS
char* mu_util_dir_expand (const char* path);
/**
* guess the maildir; first try MAILDIR, then try ~/Maildir
* if both fail, return NULL
* guess the maildir; first try $MAILDIR; if it is unset or
* non-existant, try ~/Maildir if both fail, return NULL
*
* @return full path of the guessed Maildir, or NULL; must be freed (gfree)
*/