5b79969881
Changes to numerous to mention see the changes.html file.
13 lines
399 B
Text
13 lines
399 B
Text
$NetBSD: patch-ad,v 1.2 2001/09/18 21:56:30 skrll Exp $
|
|
|
|
--- tools/mkimap.orig Wed Jan 24 21:26:51 2001
|
|
+++ tools/mkimap
|
|
@@ -74,7 +74,7 @@
|
|
$conf = $1;
|
|
print "i will configure directory $conf.\n";
|
|
}
|
|
- if (/^sieveuserhomedir:\s+(1|t|yes|on)/) {
|
|
+ if (/^sieveusehomedir:\s+(1|t|yes|on)/) {
|
|
$nosievedir = 1;
|
|
print "you are storing sieve scripts in user's home directories.\n";
|
|
}
|