From 3a73d4bf6426a397c8d07f070cefd188ce6e8784 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 17 Feb 2012 11:59:27 +0100 Subject: [PATCH] Add Changelog entry for dry-run mode Signed-off-by: Sebastian Spaeth --- Changelog.draft.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.draft.rst b/Changelog.draft.rst index a612ab8..cd252b3 100644 --- a/Changelog.draft.rst +++ b/Changelog.draft.rst @@ -13,6 +13,12 @@ others. New Features ------------ +* --dry-run mode protects us from performing any actual action. + It will not precisely give the exact information what will + happen. If e.g. it would need to create a folder, it merely + outputs "Would create folder X", but not how many and which mails + it would transfer. + Changes -------