darcs has extensive functionality unrelated to sending mail. None of the version-control functionality depends on an MTA. Only "darcs send" uses an MTA, and even it doesn't *require* one; it can also save a patch bundle to a file. Given this, please consider changing the recommends of a mail-transport-agent to a suggests, so that users installing darcs don't get an MTA installed by default if they don't otherwise need one. - Josh Triplett
Since darcs 2.10 [1], the command "darcs send" no longer sends an email by default, but generates a patch bundle for later use. It is still possible to revert to the old behaviour with "darcs send --mail". We kind of acknowledged that users usually don't have (or don't want to have) an mta. So I agree with this bug report. The darcs package should only suggest "default-mta | mail-transport-agent" instead of recommending them. Guillaume [1] http://darcs.net/Releases/2.10#user-interface
close 670767 2.10.1-7 thanks