aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2010-07-31 15:35:31 +0200
committerNikolaus Schulz <microschulz@web.de>2010-07-31 20:49:29 +0200
commitf1f34ca46e9ea81e85d6728cb7c74cb815860cca (patch)
treed0a05b14ad686b4f991ccb70af055b6fdad3ed52 /CHANGELOG
parent67f23e1af4a9adc43aea08790c4d3b349c75297d (diff)
downloadarchivemail-f1f34ca46e9ea81e85d6728cb7c74cb815860cca.tar.gz
archivemail-f1f34ca46e9ea81e85d6728cb7c74cb815860cca.tar.bz2
archivemail-f1f34ca46e9ea81e85d6728cb7c74cb815860cca.zip
Don't create hidden archives when archiving mailboxes with leading dots in the name
When archiving a mailbox with leading dots in the name and no archive name prefix specified, strip the dots off the archive name. This is targeting Maildir++ subfolders.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ecd6b59..3615e64 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -59,6 +59,11 @@ Version 0.8.0 - UNRELEASED
strftime(). Specifying this option disables the default archive name
suffix. Obsoletes: feature request #604281. (Thanks Serafeim Zanikolas
for an initial patch)
+ * When archiving a mailbox with a leading dot in the name and with no archive
+ name prefix specified, archivemail no longer creates hidden archives, but
+ strips the dot off the archive name. In particular, this makes working
+ with Maildir++ subfolders more convenient. Closes: feature request
+ #604281.
Version 0.7.2 - 9 November 2007