Add Changelog entry for dry-run mode

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-02-17 11:59:27 +01:00
parent 256a26a649
commit 3a73d4bf64

View File

@ -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
-------