]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
Added support for optional Content_Disposition header in mhbuild directive.s
[mmh] / sbr / fmt_compile.c
index a478acb788c585e25aa9b1b4ceb639849236c6e3..798f1f6888d57a1bb1ee0b671c2444371f6217f0 100644 (file)
@@ -149,6 +149,8 @@ static struct ftable functable[] = {
      { "mymbox",     TF_COMP,  FT_LV_COMPFLAG, FT_MYMBOX,      TFL_PUTN },
      { "addtoseq",   TF_STR,   FT_ADDTOSEQ,    0,              0 },
 
+     { "unquote",   TF_EXPR,   FT_LS_UNQUOTE,  0,              TFL_PUTS},
+
      { NULL,         0,                0,              0,              0 }
 };