* added the mu mv command for moving, removing messages (WIP)

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-01 22:42:23 +03:00
parent 8ee5427975
commit 47073006d2
8 changed files with 218 additions and 34 deletions

View File

@ -94,6 +94,19 @@ MuExitCode mu_cmd_find (MuConfig *opts);
MuExitCode mu_cmd_extract (MuConfig *opts);
/**
* execute the 'mv' command
*
* @param opts configuration options
*
* @return MU_EXITCODE_OK (0) if the command succeeds,
* MU_EXITCODE_ERROR otherwise
*/
MuExitCode mu_cmd_mv (MuConfig *opts);
/**
* execute the cfind command
*