diff options
Diffstat (limited to 'mailimport')
-rwxr-xr-x | mailimport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailimport b/mailimport index 31638f902..b02b6e779 100755 --- a/mailimport +++ b/mailimport @@ -91,7 +91,7 @@ apply_patch () { done committer=`grep "Committer:" $TMP2|sed s/"#Committer: "//` - date=`grep "Date:" $TMP2|sed s/"#Date: "//` + date=`grep "Date:" $TMP2|sed s/"#Date: "//|sed s/\(.*\)//` if [ "$usemq" != "" ]; then name=`cat $next | perl -ne ' |