Command Line Options

Some of the Zoe command line options are mentioned on the following page:
http://zoe.sourceforge.net/zoe_developers_faq.html
Command Description
shutdown shutdown a running application
debug to turn on/off debugging. You can pass this to Zoe while it's running to toggle debugging on and off at any point.
check to run an integrity check on the data storage.
checkAll to check on ALL user identities
optimize to optimize the data storage.
optimizeAll to optimize on ALL user identities
rebuild to rebuild the entire data storage In the process this will also generate new permanent links for each e-mail. Note that any messages marked as 'deleted' will also be re-incorporated into the index. Use purge or purgeAll first if you want to permanently remove mail marked as deleted.
rebuildAll to rebuild on ALL user identities
clean recreate the indices and storages based on their current content. (Much quicker than a rebuild)
cleanAll to clean on on ALL user identities
daemon used at ZOE startup to keep ZOE from launching a browser.
reset reset the password and print out a new one.
process Good Question
purge should remove deleted messages (rather than just not displaying them)
purgeAll to purge on ALL user identities



Q: How Do I Use The Command Line Options?

A: In the directory containing the zoe.jar file, simply append the required option like so...

java -jar zoe.jar clean





The following options are listed in the code: