]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Fix strings for operation messages.
authorBen Schmidt <none@none>
Tue, 3 Jan 2012 16:34:47 +0000 (03:34 +1100)
committerBen Schmidt <none@none>
Tue, 3 Jan 2012 16:34:47 +0000 (03:34 +1100)
src/mlmmj-process.c

index 6b010b21df384097ae8e11d3d60d04a9cd285ea9..d9812ec789181e4073b3ea9d9a608eeae6842547 100644 (file)
@@ -65,6 +65,7 @@ enum action {
 
 static char *action_strs[] = {
        "allowed",
+       "sent",
        "denied",
        "moderated",
        "discarded"