libgit2: implement clone command
[TortoiseGit.git] / src / TortoiseProc / Commands / SendMailCommand.h
blobd14d2e12f34d6227f4b479fd13f665ef76315693
1 #pragma once
2 #include "Command.h"
4 /**
5 * \ingroup TortoiseProc
6 * Renames files and folders.
7 */
8 class SendMailCommand : public Command
10 public:
11 /**
12 * Executes the command.
14 virtual bool Execute();