* duplicate memreadline & bmstrcasestr to a const and non const version
[citadel.git] / citadel / modules / imap / imap_store.c
index 845690df7c613bbcdfbeb443369ce03475bf5f97..4b2f1b45d30d2cd8d20ad2624c564dc973c73f0d 100644 (file)
@@ -105,7 +105,7 @@ void imap_do_store(citimap_command *Cmd) {
 
        if (Cmd->num_parms < 2) return;
        oper = Cmd->Params[0].Key;
-       if (bmstrcasestr(oper, ".SILENT")) {
+       if (cbmstrcasestr(oper, ".SILENT")) {
                silent = 1;
        }