(main): Convert msgset to uids.
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -206,7 +206,8 @@ main (int argc, char **argv) | ... | @@ -206,7 +206,8 @@ main (int argc, char **argv) |
206 | argc -= index; | 206 | argc -= index; |
207 | argv += index; | 207 | argv += index; |
208 | mh_msgset_parse (mbox, &msgset, argc, argv, "cur"); | 208 | mh_msgset_parse (mbox, &msgset, argc, argv, "cur"); |
209 | 209 | mh_msgset_uids (mbox, &msgset); | |
210 | |||
210 | switch (action) | 211 | switch (action) |
211 | { | 212 | { |
212 | case ARG_ADD: | 213 | case ARG_ADD: | ... | ... |
-
Please register or sign in to post a comment