mhstoreinfo_free (info);
}
+ /* 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 */
+ seq_save (mp); /* synchronize sequences */
+ context_save (); /* save the context file */
+ }
+
/*
* Cache the message content
*/
* Show the message content
*/
if (showsw)
- show_all_messages (cts, 0, 0, 0);
+ show_all_messages (cts, 0, 0, 0, NULL);
/* Now free all the structures for the content */
for (ctp = cts; *ctp; ctp++)
free (cts);
cts = NULL;
- /* 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 */
- seq_save (mp); /* synchronize sequences */
- context_save (); /* save the context file */
- }
-
done (0);
return 1;
}