From 6f57695378dd7ce689805ad9e16b43e90c2a2b78 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 5 Feb 2010 11:48:14 -0700 Subject: [PATCH] Missed a spot to add additional maillog actions --- imp/lib/Maillog.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imp/lib/Maillog.php b/imp/lib/Maillog.php index fbd65b174..ecde038ee 100644 --- a/imp/lib/Maillog.php +++ b/imp/lib/Maillog.php @@ -47,7 +47,9 @@ class IMP_Maillog break; case 'reply': - $params = array('action' => 'reply'); + case 'reply_all': + case 'reply_list': + $params = array('action' => $type); break; } -- 2.11.0