From c237eba138cda7af87e718e19fe08453fc9602da Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 29 Sep 2000 20:36:03 +0000 Subject: nuked. 2000-09-29 Chris Toshok * subscribe-control-factory.c, subscribe-control-factory.h: nuked. * subscribe-control.c, subscribe-control.h: lots of changes. we now pop up a dialog, and will have a storage set view on our left side, like the shell does. * mail.h: add prototype for manage_subscriptions. * mail-callbacks.c (manage_subscriptions): new function, pops up the subscribe dialog. * folder-browser-factory.c: add the verb for managing subscriptions. * Makefile.am (evolution_mail_SOURCES): add subscribe-control.[ch] again. svn path=/trunk/; revision=5637 --- mail/mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail.h') diff --git a/mail/mail.h b/mail/mail.h index 84e4e9679a..679782231f 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -96,6 +96,7 @@ void expunge_folder (BonoboUIHandler *uih, void *user_data, const char *path); void filter_edit (BonoboUIHandler *uih, void *user_data, const char *path); void vfolder_edit_vfolders (BonoboUIHandler *uih, void *user_data, const char *path); void providers_config (BonoboUIHandler *uih, void *user_data, const char *path); +void manage_subscriptions (BonoboUIHandler *uih, void *user_data, const char *path); void configure_folder (BonoboUIHandler *uih, void *user_data, const char *path); -- cgit