From: Don Armstrong Date: Thu, 19 Feb 2009 04:42:43 +0000 (-0800) Subject: support trim_headers X-Git-Tag: release/2.6.0~461^2~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7777b3a7e4abfb730f2240bfcc1e03f61daf7bb;p=debbugs.git support trim_headers --- diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index 90cf5272..57f8d8fe 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -292,6 +292,7 @@ sub handle_email_message{ terse => $param{terse}, exists $param{msg}?(msg=>$param{msg}):(), exists $param{att}?(att=>$param{att}):(), + exists $param{trim_headers}?(trim_headers=>$param{trim_headers}):(), ); return $output;