X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=07a05a9bfa62047905d3907df2acb14a783d0ce5;hb=83bc095e820728da7dfe22d2f95962660c79de03;hp=3510120737fa1efb041f7d7514fcac1062747929;hpb=d39e2c447b0d163a5a63f480b23d06edb7a73aa0;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 3510120..07a05a9 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -446,8 +446,8 @@ do_cache: /* If reading from a folder, do some updating */ if (mp) { - context_replace(pfolder, folder); /* update current folder */ - seq_setcur(mp, mp->hghsel); /* update current message */ + context_replace(curfolder, folder); /* update current folder */ + seq_setcur(mp, mp->hghsel); /* update current message */ seq_save(mp); /* synchronize sequences */ context_save(); /* save the context file */ }