diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:31:53 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:31:53 +0800 |
commit | 0af9d4d9864670f408b39cdec77e83c661e70584 (patch) | |
tree | d23bc8b9466bd7c7c9ae4c004f7a58deca2d5241 /my-evolution/e-summary-offline-handler.h | |
parent | 1b92eea9f43d08e724c831ae6807b39b2ba73f4e (diff) | |
download | gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.gz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.zst gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.zip |
Fix the show_full_path bug
Set up the functions for better online/offline reporting.
svn path=/trunk/; revision=12403
Diffstat (limited to 'my-evolution/e-summary-offline-handler.h')
-rw-r--r-- | my-evolution/e-summary-offline-handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary-offline-handler.h b/my-evolution/e-summary-offline-handler.h index a8c242afbf..9a88fa2c3e 100644 --- a/my-evolution/e-summary-offline-handler.h +++ b/my-evolution/e-summary-offline-handler.h @@ -48,6 +48,8 @@ GtkType e_summary_offline_handler_get_type (void); ESummaryOfflineHandler *e_summary_offline_handler_new (void); void e_summary_offline_handler_set_summary (ESummaryOfflineHandler *handler, ESummary *summary); +GNOME_Evolution_ConnectionList *e_summary_offline_handler_create_connection_list (ESummary *summary); + #ifdef __cplusplus } #endif |