From 8b240721dc37d965c909c24eb83e48c68ee6d07a Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 28 Oct 2007 15:32:03 +0000 Subject: [PATCH 1/1] Don't show References in default configuration. Signed-off-by: Florent Bruneau git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@287 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/banana.inc.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 2b43207..3784daa 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -46,7 +46,7 @@ class Banana ### Message display ### static public $msgshow_headers = array('from', 'newsgroups', 'followup-to', 'to', 'cc', 'reply-to', - 'organization', 'date', 'references', 'in-reply-to'); + 'organization', 'date'); static public $msgshow_mimeparts = array('multipart/report', 'multipart/mixed', 'text/html', 'text/plain', 'text/enriched', 'text', 'message'); static public $msgshow_xface = true; -- 2.1.4