From: x2003bruneau Date: Sun, 28 Oct 2007 15:32:03 +0000 (+0000) Subject: Don't show References in default configuration. X-Git-Tag: 1.8~24 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8b240721dc37d965c909c24eb83e48c68ee6d07a;hp=2cd25d868a85eab32cac5d19f3f2c08778075ba4;p=banana.git 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 --- 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;