[SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (8568a62681bb797ddb1bd084d6f51bfac7332072)
Arwed von Merkatz
scm at sourcemage.org
Sat Sep 29 13:13:02 EDT 2007
GIT changes to master grimoire by Arwed von Merkatz <v.merkatz at gmx.net>:
mail/courier/CONFIGURE | 14 ++------------
mail/courier/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 12 deletions(-)
New commits:
commit 8568a62681bb797ddb1bd084d6f51bfac7332072
Author: Arwed von Merkatz <v.merkatz at gmx.net>
Commit: Arwed von Merkatz <v.merkatz at gmx.net>
courier: removed obsolete options
diff --git a/mail/courier/CONFIGURE b/mail/courier/CONFIGURE
index ca5697d..76226fe 100755
--- a/mail/courier/CONFIGURE
+++ b/mail/courier/CONFIGURE
@@ -95,15 +95,5 @@ config_query_option COURIER_OPTS \
"--with-trashquota" \
"--without-trashquota" &&
-config_query_option COURIER_OPTS \
- "Enable sorting/searching in character sets other than ISO-8859-1/US-ASCII? (IMAP Only)" \
- n \
- "--enable-unicode" \
- "--disable-unicode" &&
-
-config_query_option COURIER_OPTS \
- "Do you want to want to use utf7 folder encoding? (IMAP only)" \
- y \
- "--enable-utf7-folder-encoding" \
- "--disable-utf7-folder-encoding"
-
+COURIER_OPTS=${COURIER_OPTS/--disable-unicode} &&
+COURIER_OPTS=${COURIER_OPTS/--disable-utf7-folder-encoding}
diff --git a/mail/courier/HISTORY b/mail/courier/HISTORY
index 6bb734a..aaabcc3 100644
--- a/mail/courier/HISTORY
+++ b/mail/courier/HISTORY
@@ -1,3 +1,7 @@
+2007-09-29 Arwed v. Merkatz <v.merkatz at gmx.net>
+ * CONFIGURE: removed options for unicode and utf7 folder encoding,
+ both are enabled now and disabling them is not supported
+
2007-06-20 Remko van der Vossen <wich at stack.nl>
* Sanitized all spell files
* CONFIGURE: Re-Added fax support query (bug #12813)
More information about the SM-Commit
mailing list