From c439625f7418719a26f42c21391112c757833c8e Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 17 Sep 2014 21:56:45 +0800 Subject: [PATCH] Move index.md to top directory. --- 3-faq/why.append.timestamp.in.maildir.path.md | 2 +- convert.sh | 1 + html/faq/why.append.timestamp.in.maildir.path.html | 2 +- html/index.md => index.md | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename html/index.md => index.md (100%) diff --git a/3-faq/why.append.timestamp.in.maildir.path.md b/3-faq/why.append.timestamp.in.maildir.path.md index 5f22ce85..f9dfc743 100644 --- a/3-faq/why.append.timestamp.in.maildir.path.md +++ b/3-faq/why.append.timestamp.in.maildir.path.md @@ -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 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 system, so that you can keep user's mailbox for some time. diff --git a/convert.sh b/convert.sh index 0b30f02e..937a66ba 100644 --- a/convert.sh +++ b/convert.sh @@ -101,3 +101,4 @@ ${CMD_CONVERT} ${INDEX_MD} ${OUTPUT_DIR} css='./css/markdown.css' title="iRedMai # Cleanup #rm -f ${INDEX_MD} +mv ${INDEX_MD} ${PWD} diff --git a/html/faq/why.append.timestamp.in.maildir.path.html b/html/faq/why.append.timestamp.in.maildir.path.html index b0b03d35..75d5685e 100644 --- a/html/faq/why.append.timestamp.in.maildir.path.html +++ b/html/faq/why.append.timestamp.in.maildir.path.html @@ -10,7 +10,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 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 system, so that you can keep user's mailbox for some time.

Think about this situation:

diff --git a/html/index.md b/index.md similarity index 100% rename from html/index.md rename to index.md