diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-31 15:35:31 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-31 20:49:29 +0200 |
commit | f1f34ca46e9ea81e85d6728cb7c74cb815860cca (patch) | |
tree | d0a05b14ad686b4f991ccb70af055b6fdad3ed52 /CHANGELOG | |
parent | 67f23e1af4a9adc43aea08790c4d3b349c75297d (diff) | |
download | archivemail-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-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |