cvsimport: shell-quote variable used in backticks
[gitweb.git] / builtin / am.c
index 0d97f2fabb0fe528fcbb82b32146b09a5265f5f6..00e4a0981443c043d5a5318b53769d29edb8db8f 100644 (file)
@@ -1839,6 +1839,8 @@ static void am_run(struct am_state *state, int resume)
                const char *mail = am_path(state, msgnum(state));
                int apply_status;
 
+               reset_ident_date();
+
                if (!file_exists(mail))
                        goto next;