diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-08-09 11:40:40 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-08-09 11:43:10 +0200 |
commit | 8d01846e3f88975437d217dd691cc334c3d113ec (patch) | |
tree | 9441aacbe8b0d62c7ad60f6b03d5bc9f7e3d2667 /CHANGELOG | |
parent | f08403c99bb651a97c9305112e0b5dc04135d90d (diff) | |
download | archivemail-8d01846e3f88975437d217dd691cc334c3d113ec.tar.gz archivemail-8d01846e3f88975437d217dd691cc334c3d113ec.tar.bz2 archivemail-8d01846e3f88975437d217dd691cc334c3d113ec.zip |
Manpage, TODO, CHANGELOG: document and record wildcard expansion in IMAP mailbox names
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ Version 0.8.0 - UNRELEASED Like the --suffix and --prefix options, it is expanded with strftime(). This option conflicts with archiving multiple mailboxes. Closes: feature request #1306538. + * archivemail now expands wildcards in IMAP mailbox names. For example, the + url imaps://user@server/foo/* will expand to all subfolders of foo. + Closes: feature request #1978540. Obsoletes: patch #1918937. Version 0.7.2 - 9 November 2007 |