* docu fixes

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-08 21:57:48 +03:00
parent 74d00e26d4
commit f7c2ee5f49
4 changed files with 12 additions and 5 deletions

View File

@ -844,6 +844,8 @@ mu_msg_file_move_to_maildir (const char* oldpath, const char* targetmdir,
"failed to determine target full path");
return FALSE;
}
/* TODO: check for oldpath == newfullpath */
rv = msg_move (oldpath, newfullpath, err);