diff options
author | Micah Anderson <micah@riseup.net> | 2008-07-06 16:05:14 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-07-06 16:05:14 +0000 |
commit | 98e62c95372a398922c1fc36f7517cb95e9f11c3 (patch) | |
tree | be6292bc5e2494fc8e2e686b8b32829c341944c8 /ChangeLog | |
parent | 0a6abfc3cef116a69c7a4c8a820a08406432b46f (diff) | |
download | backupninja-98e62c95372a398922c1fc36f7517cb95e9f11c3.tar.gz backupninja-98e62c95372a398922c1fc36f7517cb95e9f11c3.tar.bz2 |
. make maildir helper look in every subdirectory of the source directory for
maildirs, rather than just looking in the directories [a-zA-Z0-9], thanks
for the patch from chris@cenolan.com (Trac#43)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -34,7 +34,10 @@ version 0.9.6 -- unreleased . New handler from rhatto designed to incrementally pull content from a website to a local folder, based on the rsync handler maildir: - . fixed bug where maildirs that start with a number were skipped. + . fixed bug where maildirs that start with a number were skipped + . make maildir helper look in every subdirectory of the source directory for + maildirs, rather than just looking in the directories [a-zA-Z0-9], thanks + for the patch from chris@cenolan.com (Trac#43). . make deleted maildirs record the date they were deleted . add destid_file configuration option to enable you to specify an alternate ssh public key authentication file (defaulting to /root/.ssh/id_rsa) |