Thunderbird (v1.* at least) likes to start e-mails with "X-Account-Key:". Also, I have some emails starting with "Return-Path:" or ""Delivered-To:". Signed-off-by: Nicolas Sebrecht <ni.s@xxxxxxxxxxx> --- git-am.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-am.sh b/git-am.sh index d64d997..d10a8e0 100755 --- a/git-am.sh +++ b/git-am.sh @@ -169,7 +169,7 @@ check_patch_format () { read l2 read l3 case "$l1" in - "From "* | "From: "*) + "From "* | "From: "* | "X-Account-Key:"* | "Return-Path:"* | "Delivered-To:"*) patch_format=mbox ;; '# This series applies on GIT commit'*) -- 1.6.4.rc0.121.g2937a.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html