dav/optparser.c

changeset 45
e3839719b079
parent 30
9a5a7a513a96
child 62
3b813c57c106
--- a/dav/optparser.c	Thu Jun 05 15:39:51 2014 +0200
+++ b/dav/optparser.c	Thu Jun 05 16:53:53 2014 +0200
@@ -74,6 +74,10 @@
                         ucx_map_cstr_put(a->options, "plain", "");
                         break;
                     }
+                    case 'c': {
+                        ucx_map_cstr_put(a->options, "crypt", "");
+                        break;
+                    }
                     case 'a': {
                         ucx_map_cstr_put(a->options, "all", "");
                         break;

mercurial