X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpick.c;h=e4d1370440d089a26b6f4b2810b551c749d85d02;hb=2d48b455c303a807041c35e4248955f8bec59eeb;hp=2efac4204821ef7905dacc5236d85dce1be7077e;hpb=d39e2c447b0d163a5a63f480b23d06edb7a73aa0;p=mmh diff --git a/uip/pick.c b/uip/pick.c index 2efac42..e4d1370 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -193,7 +193,7 @@ main(int argc, char **argv) ** then search the whole folder. */ if (!msgs.size) - app_msgarg(&msgs, "all"); + app_msgarg(&msgs, seq_all); if (!folder) folder = getcurfol(); @@ -288,7 +288,7 @@ main(int argc, char **argv) printf("%d hit%s\n", mp->numsel, mp->numsel == 1 ? "" : "s"); } - context_replace(pfolder, folder); /* update current folder */ + context_replace(curfolder, folder); /* update current folder */ seq_save(mp); /* synchronize message sequences */ context_save(); /* save the context file */ folder_free(mp); /* free folder/message structure */