From e7777b3a7e4abfb730f2240bfcc1e03f61daf7bb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 18 Feb 2009 20:42:43 -0800 Subject: [PATCH] support trim_headers --- Debbugs/CGI/Bugreport.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index 90cf527..57f8d8f 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; -- 2.39.2