summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-12-13 17:34:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-12-13 17:35:45 +0200
commit5d4b76c56c558bfbd968e95ec57ff7055417d158 (patch)
treee60d9c27e57155b7edb63efe60636262f47b68d4 /sieve
parenta1612b96fc4592af50cb65caff5b54e74f437b09 (diff)
downloadmailutils-5d4b76c56c558bfbd968e95ec57ff7055417d158.tar.gz
mailutils-5d4b76c56c558bfbd968e95ec57ff7055417d158.tar.bz2
Bugfixes
* libmu_sieve/sieve.y: Fix compilation of chained elsif conditions. * sieve/sieve.c: Define the location environment item.
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 8cb77bc86..dc429a60e 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -485,6 +485,7 @@ main (int argc, char *argv[])
return EX_SOFTWARE;
}
+ sieve_setenv ("location=MS", mach);
sieve_setenv ("phase=post", mach);
mu_list_foreach (env_list, sieve_setenv, mach);
mu_list_destroy (&env_list);

Return to:

Send suggestions and report system problems to the System administrator.