Index: branches/dev/html/admin/mail/inc_mailmagazine.php
===================================================================
--- branches/dev/html/admin/mail/inc_mailmagazine.php	(revision 11625)
+++ branches/dev/html/admin/mail/inc_mailmagazine.php	(revision 11627)
@@ -44,5 +44,4 @@
 							array(  "column" => "job",				"convert" => "" ),
 							array(  "column" => "email",			"convert" => "a" ),
-							array(  "column" => "email_mobile",			"convert" => "a" ),
 							array(  "column" => "htmlmail",			"convert" => "n" ),
 							array(  "column" => "customer",			"convert" => "" ),
@@ -75,6 +74,8 @@
 							,array(  "column" => "buy_total_from",	"convert" => "n" )		
 							,array(  "column" => "buy_total_to",	"convert" => "n" )
-							,array(  "column" => "campaign_id",	"convert" => "" )											
-						 );
+							,array(  "column" => "campaign_id",	"convert" => "" )
+							,array(  "column" => "mail_type",			"convert" => "a" )
+
+					);
 
 //--------------------------------------------------------------------------------------------------------------------------------------
Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 11623)
+++ branches/dev/html/admin/mail/index.php	(revision 11627)
@@ -27,4 +27,6 @@
 		global $arrSex;		
 		$this->arrSex = $arrSex;
+		global $arrMailType;
+		$this->arrMailType = $arrMailType;
 		global $arrPageRows;
 		$this->arrPageRows = $arrPageRows;
@@ -92,4 +94,13 @@
 		}
 		$list_data['job_disp'] = $job_disp;
+	}
+	
+	// ¥á¡¼¥ë¼ïÊÌ¤ÎÊÑ´¹
+	if (count($list_data['mail_type']) > 0) {
+		foreach($list_data['mail_type'] as $key => $val){
+			$list_data['mail_type'][$key] = $objPage->arrMailType[$val];
+			$mail_type_disp .= $list_data['mail_type'][$key] . " ";
+		}
+		$list_data['mail_type_disp'] = $mail_type_disp;
 	}
 	
