]> code.citadel.org Git - citadel.git/blobdiff - citadel/citmail.c
* as we now spend allmost all of our time on en/decoding base64 we should build the...
[citadel.git] / citadel / citmail.c
index bc3fb95d070ef6f6c39cce8e6393db20df2f176c..9217260685b1427a2d6bafd95a213e28f0b3763b 100644 (file)
@@ -184,6 +184,8 @@ int main(int argc, char **argv) {
        int read_recipients_from_headers = 0;
        char *add_these_recipients = NULL;
 
+       CtdlInitBase64Table();
+
        for (i=1; i<argc; ++i) {
                if (!strcmp(argv[i], "-d")) {
                        debug = 1;