]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
mhl and mhbuild ignore to long lines
[mmh] / sbr / fmt_compile.c
index 566f620939018eac7824fe2ae80e49a6ae5d920c..2b32e7152a9fe45d8b8a2d68d86a1765589a9fff 100644 (file)
@@ -203,6 +203,7 @@ static struct ftable functable[] = {
        { "mymbox",     TF_COMP,    FT_LV_COMPFLAG, FT_MYMBOX, TFL_PUTN },
 
        { "unquote",    TF_EXPR,    FT_LS_UNQUOTE, 0, TFL_PUTS},
+       { "unmailto",   TF_EXPR,    FT_LS_UNMAILTO, 0, TFL_PUTS},
 
        { NULL,         0,          0, 0, 0 }
 };