From 5994bc5006075c88b81f378ed858fdc7ac00f8bc Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 12 Sep 2000 15:22:31 +0000 Subject: For additional coolness, display the name of the mailing list in the right-click menu. Also, make the action box appear in the filter dialog and fix a stupid cut & paste bug that prevented the code from checking for the right headers. svn path=/trunk/; revision=5365 --- mail/mail-mlist-magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-mlist-magic.c') diff --git a/mail/mail-mlist-magic.c b/mail/mail-mlist-magic.c index 10104db4d0..d02638572e 100644 --- a/mail/mail-mlist-magic.c +++ b/mail/mail-mlist-magic.c @@ -81,7 +81,7 @@ get_header (CamelMimeMessage *message, { const char *value; - value = camel_medium_get_header (CAMEL_MEDIUM (message), "Sender"); + value = camel_medium_get_header (CAMEL_MEDIUM (message), header_name); if (value == NULL) return NULL; -- cgit v1.2.3