Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7357905cfe9ba36eb6a4d160a1bd1ee2f74e71a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7357905cfe9ba36eb6a4d160a1bd1ee2f74e71a0)
  • Date: Thu, 23 Dec 2010 04:03:44 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/dovecot/BUILD | 2 +-
mail/dovecot/CONFIGURE | 3 ++-
mail/dovecot/HISTORY | 3 +++
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 7357905cfe9ba36eb6a4d160a1bd1ee2f74e71a0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dovecot: fixed storage engines

diff --git a/mail/dovecot/BUILD b/mail/dovecot/BUILD
index c4c012f..6293e7d 100755
--- a/mail/dovecot/BUILD
+++ b/mail/dovecot/BUILD
@@ -1,5 +1,5 @@
if list_find "$DOVECOT_MAILSTORE" "all" ; then
-OPTS="--with-storages=maildir,mbox,dbox,cydir $OPTS"
+OPTS="--with-storages=maildir,mbox,sdbox,mdbox,cydir $OPTS"
else
OPTS="--with-storages=$(echo $DOVECOT_MAILSTORE | tr " " ",") $OPTS"
fi &&
diff --git a/mail/dovecot/CONFIGURE b/mail/dovecot/CONFIGURE
index ce7d541..db05b67 100755
--- a/mail/dovecot/CONFIGURE
+++ b/mail/dovecot/CONFIGURE
@@ -20,7 +20,8 @@ config_query_multi DOVECOT_MAILSTORE
\
all \
maildir \
mbox \
- dbox \
+ sdbox \
+ mdbox \
cydir &&
config_query_list DOVECOT_NOTIFY \
'What filesystem notification method do you want?' \
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index db3939a..1d2ebb3 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,6 @@
+2010-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, CONFIGURE: corrected sdbox storage, added mdbox storage
+
2010-12-15 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 2.0.8, updated managesieve




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7357905cfe9ba36eb6a4d160a1bd1ee2f74e71a0), Vlad Glagolev, 12/23/2010

Archive powered by MHonArc 2.6.24.

Top of Page