From 6945e04e8888d0c7e7de912ffd0fc9b2b6e4d8f0 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Sun, 1 May 2005 10:43:12 +0000 Subject: [PATCH] Bug 292109 Remove Account column from message search p=stefan_h r+sr=me a=asa --- mailnews/base/search/resources/content/SearchDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mailnews/base/search/resources/content/SearchDialog.js b/mailnews/base/search/resources/content/SearchDialog.js index d84873321a3..e46b7e431fe 100644 --- a/mailnews/base/search/resources/content/SearchDialog.js +++ b/mailnews/base/search/resources/content/SearchDialog.js @@ -274,6 +274,7 @@ function searchOnLoad() HideSearchColumn("flaggedCol"); HideSearchColumn("idCol"); HideSearchColumn("junkStatusCol"); + HideSearchColumn("accountCol"); // we want to show the location column for search ShowSearchColumn("locationCol");