Templates feature doesn't work in 0.107 anymore

Templates ($YEAR, $MONTH, $DAY)don't work anymore in newest version (0.107) .
Probably because of new restriction in filenames (only
(()+-0123456789;=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]
_abcdefghijklmnopqrstuvwxyz)are allowed)

When I'm applying path :
myArchive.zip#$YEAR\$MONTH\$YEAR$MONTH$DAY-$FROM-$SUBJ

in effect all emails stored in myArchive.zip are placed in the root directory,for example :
2008_03_20080301-BillGates-Greetings
2008_03_20080302-Obama-Greetings2
instead of in directory structure:
myArchive.zip#2008\03\20080301-BillGates-Greetings
myArchive.zip#2008\03\2008_03_20080302-Obama-Greetings2

I guess that during checking for invalid characters, all '\' characters are replaced by '_' characters (but it's only a guess ;)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Need a solution as well...

Need a solution as well...

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <br> <p> <img>

More information about formatting options