SA Bugzilla – Bug 614
Add an option to turn off whitespace folding X-Spam-Status
Last modified: 2002-08-14 09:05:35 UTC
Whitespace folding the X-Spam-Status header makes it easier to read but harder to parse. I'd like to have a configuration option that disabled folding on a per-user basis.
Created attachment 244 [details] Adds a "fold_headers" configuration option to disable folding
The patch is against 2.31 but applies cleanly to the current 2.40CVS. :)
does this have any effect on headers other than X-Spam ones?
Subject: Re: Add an option to turn off whitespace folding X-Spam-Status On Tue, Aug 06, 2002 at 12:29:49AM -0700, bugzilla-daemon@hughes-family.org wrote: > does this have any effect on headers other than X-Spam ones? No. In fact, it only matters for X-Spam-Status at the moment since the other ones don't get folded.
OK, checked in. thx!