Hi,
Have a wee problem:
-
we started to use archive files to solve bloat problems in mail files (on a Domino 7 server)
-
switching back to a Dom 9 server, the company has decided they want all archived items put back into the main mail files since DAOS can be used and therefore much smaller mail files
-
we were using Copy and Paste from the all documents views of the archive and main mail file to move the docs back but on testing, if item was in a folder, it did not make it back to that folder
-
so I had the brilliant idea of “reversing” the archive process by setting a rule to move all archived items back to the main mail file if not modified in 1 day
-
this worked but then the mail file had a “recently archived” view and it had the title “archive”
-
I found a script to turn off the archive property within the mail file (subset of script at bottom)
-
this worked in that the “recently archived” view has disappeared from the mail file but the title when in my client still contains archive
-
I also just tried changing the property of the mail file from the properties dialog but that did not help
Here is a subset of the script I found showing the property. I wonder if there is a 2nd property (or newer one) that controls how the title is displayed? Or if this title is somehow cached in my client since this is my mail file?
(other stuff before this)
Set doc=db.GetProfileDocument(“archive database profile”)
doc.ArchiveDatabase = “0”
Thanks,
Albert