Fixed mhstore to honor nmh-storage profile entry even with -auto [Bug #35303].
[mmh] / uip / spost.c
index 43d3d10..69d4708 100644 (file)
@@ -477,7 +477,7 @@ finish_headers(FILE *out)
        char *resentstr = (msgstate == resent) ? "Resent-" : "";
 
        if (!(msgflags & MDAT)) {
-               fprintf(out, "%sDate: %s\n", resentstr, dtimenow(0));
+               fprintf(out, "%sDate: %s\n", resentstr, dtimenow());
        }
 
        strncpy(from, getusername(), sizeof(from));