From 016805f54d602763358da78f45b4779bd85763b1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 5 Sep 2009 11:35:02 -0400 Subject: Get the mailing-list-actions plugin working. Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to. --- mail/e-mail-reader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/e-mail-reader.h') diff --git a/mail/e-mail-reader.h b/mail/e-mail-reader.h index 6830e4f84c..d1b713d051 100644 --- a/mail/e-mail-reader.h +++ b/mail/e-mail-reader.h @@ -94,6 +94,7 @@ struct _EMailReaderIface { /* Signals */ void (*show_search_bar) (EMailReader *reader); + void (*update_actions) (EMailReader *reader); }; GType e_mail_reader_get_type (void); -- cgit