* say we're UTF-8 in vacation messages.
authorWilfried Göesgens <willi@citadel.org>
Tue, 30 Mar 2010 18:50:27 +0000 (18:50 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 30 Mar 2010 18:50:27 +0000 (18:50 +0000)
citadel/modules/sieve/serv_sieve.c

index e166964e132e3de3da529e66d678e056c78c8780..8e4d75b7d63b56b21986c6d0c66dd60ed893a915 100644 (file)
@@ -322,7 +322,7 @@ int ctdl_vacation(sieve2_context_t *s, void *my)
        }
 
        sprintf(vacamsg_text, 
-               "Content-type: text/plain\n"
+               "Content-type: text/plain charset=utf-8\n"
                "\n"
                "%s\n"
                "\n"