diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-30 23:26:22 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-31 20:49:03 +0200 |
commit | b6bc92c34f255054a7fd2128a024a5ae26cd1026 (patch) | |
tree | ac3268c8f698f38d866ce164ad3c3d62b86a678c /CHANGELOG | |
parent | f22fe4decd9a70a2eb826ecdd14f9d1bb3b4e394 (diff) | |
download | archivemail-b6bc92c34f255054a7fd2128a024a5ae26cd1026.tar.gz archivemail-b6bc92c34f255054a7fd2128a024a5ae26cd1026.tar.bz2 archivemail-b6bc92c34f255054a7fd2128a024a5ae26cd1026.zip |
New option --archive-prefix, alias -p
Technically, this works just like the --suffix option. This commit also
updates the manpage accordingly.
Currently, the prefix is not checked for slashes, so it could contain path
components. (The same applies for the suffix, btw). Since the expanded
string is prepended to the archive base name, this can be used to dynamically
configure the archive directory, depending on the archive cutoff date. I'm
not sure if this can be considered a reasonable feature, though.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ Version 0.8.0 - UNRELEASED * IMAP servers (Dovecot and UW-IMAP at least) may store mailbox meta data for mboxes in a pseudo message. Such messages are now detected and never archived. Obsoletes: patch #2210707. (Thanks, "tlhackque") + * New option --prefix, or short -p, to specify an archive name prefix. Like + a suffix specified with the --suffix option, the prefix is expanded with + strftime(). Specifying this option disables the default archive name + suffix. Obsoletes: feature request #604281. (Thanks Serafeim Zanikolas + for an initial patch) Version 0.7.2 - 9 November 2007 |