]> code.citadel.org Git - citadel.git/blobdiff - webcit/subst.c
SMTP-Queue-View: templatize
[citadel.git] / webcit / subst.c
index f9d2ab9691d2e3fbe023a2428926ab4c820da259..6e5ab6fc690248e63532ddf0408ae3c8bfff4cac 100644 (file)
@@ -111,6 +111,8 @@ const char *CtxNames[]  = {
        "Context VCARD",
        "Context SIEVE List",
        "Context SIEVE Script",
+       "Context MailQ-Item",
+       "Context MailQ-Recipient",
        "Context UNKNOWN"
 };
 
@@ -758,8 +760,10 @@ int GetNextParameter(StrBuf *Buf,
                else {
                        StrBufPeek(Buf, pch, -1, '\0');         
                        if (LoadTemplates > 1) {                        
-                               syslog(1, "DBG: got param [%s] %ld %ld\n", 
-                                       pchs, pche - pchs, strlen(pchs));
+                               syslog(1,
+                                       "DBG: got param [%s] %d %d\n", 
+                                       pchs, pche - pchs, strlen(pchs)
+                               );
                        }
                        Parm->Start = pchs;
                        Parm->len = pche - pchs;