Move index.md to top directory.

This commit is contained in:
Zhang Huangbin 2014-09-17 21:56:45 +08:00
parent 3a00d257dd
commit c439625f74
4 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ iRedMail will append timestamp in maildir path by default, here's why.
Depends on the tools/scripts you used to create mail accounts, it's tunable Depends on the tools/scripts you used to create mail accounts, it's tunable
in scripts shipped within iRedMail and iRedAdmin (file `settings.py`, variable in scripts shipped within iRedMail and iRedAdmin (file `settings.py`, variable
`MAILDIR_APPEND_TIMESTAMP = True` or `False'). `MAILDIR_APPEND_TIMESTAMP = True` or `False`).
Deleting mail accounts with iRedAdmin will not remove the mailboxes on file Deleting mail accounts with iRedAdmin will not remove the mailboxes on file
system, so that you can keep user's mailbox for some time. system, so that you can keep user's mailbox for some time.

View File

@ -101,3 +101,4 @@ ${CMD_CONVERT} ${INDEX_MD} ${OUTPUT_DIR} css='./css/markdown.css' title="iRedMai
# Cleanup # Cleanup
#rm -f ${INDEX_MD} #rm -f ${INDEX_MD}
mv ${INDEX_MD} ${PWD}

View File

@ -10,7 +10,7 @@
<p>iRedMail will append timestamp in maildir path by default, here's why.</p> <p>iRedMail will append timestamp in maildir path by default, here's why.</p>
<p>Depends on the tools/scripts you used to create mail accounts, it's tunable <p>Depends on the tools/scripts you used to create mail accounts, it's tunable
in scripts shipped within iRedMail and iRedAdmin (file <code>settings.py</code>, variable in scripts shipped within iRedMail and iRedAdmin (file <code>settings.py</code>, variable
<code>MAILDIR_APPEND_TIMESTAMP = True</code> or `False').</p> <code>MAILDIR_APPEND_TIMESTAMP = True</code> or <code>False</code>).</p>
<p>Deleting mail accounts with iRedAdmin will not remove the mailboxes on file <p>Deleting mail accounts with iRedAdmin will not remove the mailboxes on file
system, so that you can keep user's mailbox for some time.</p> system, so that you can keep user's mailbox for some time.</p>
<p>Think about this situation:</p> <p>Think about this situation:</p>