Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsimport: shell-quote variable used in backticks
[gitweb.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index 0d97f2fabb0fe528fcbb82b32146b09a5265f5f6..00e4a0981443c043d5a5318b53769d29edb8db8f 100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-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;