]> git.marmaro.de Git - mmh/blobdiff - uip/mhlist.c
scan: Don't fflush manually. Let stdio care for this.
[mmh] / uip / mhlist.c
index c12a6b98c9569ccecc291a32df01e24a32011e59..8902f7595f206e493c813b0cb08bd6e9da643e3a 100644 (file)
@@ -12,7 +12,6 @@
 #include <h/md5.h>
 #include <errno.h>
 #include <signal.h>
-#include <h/mts.h>
 #include <h/tws.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
@@ -287,7 +286,7 @@ do_cache:
                ** message(s) are coming from a folder
                */
                if (!msgs.size)
-                       app_msgarg(&msgs, "cur");
+                       app_msgarg(&msgs, seq_cur);
                if (!folder)
                        folder = getcurfol();
                maildir = toabsdir(folder);