* added the mu mv command for moving, removing messages (WIP)
This commit is contained in:
13
src/mu-cmd.h
13
src/mu-cmd.h
@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user