Index: b/readmsg/readmsg.c
===================================================================
--- a/readmsg/readmsg.c	2010-02-28 19:02:50.000000000 +0000
+++ b/readmsg/readmsg.c	2010-02-28 19:02:59.000000000 +0000
@@ -104,11 +104,11 @@
       break;
 
     case 'p':
-      mu_argp_node_list_new (&lst, "form-feeds", arg);
+      mu_argp_node_list_new (&lst, "form-feeds", "yes");
       break;
 	  
     case 'a':
-      mu_argp_node_list_new (&lst, "show-all-match", arg);
+      mu_argp_node_list_new (&lst, "show-all-match", "yes");
       break;
 
     case ARGP_KEY_INIT:
