aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-14 05:58:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-14 05:58:25 +0800
commit724b28b7ad3ab1c966400b008a793e50327ff1c0 (patch)
treedf5a955e487a1eed2162202de95d483c126e5026 /mail/folder-browser.h
parent3c89e1aa0252c6f558cf1573b39ab3a366cd4516 (diff)
downloadgsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.tar
gsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.tar.gz
gsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.tar.bz2
gsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.tar.lz
gsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.tar.xz
gsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.tar.zst
gsoc2013-evolution-724b28b7ad3ab1c966400b008a793e50327ff1c0.zip
Check the state of message_style in gconf and set the menus accordingly.
2003-01-13 Jeffrey Stedfast <fejj@ximian.com> * folder-browser-ui.c (folder_browser_ui_add_message): Check the state of message_style in gconf and set the menus accordingly. * folder-browser.c (folder_browser_destroy): Remove listener for message_style change notification. (folder_browser_gui_init): Connect a listener for changes to message_style. svn path=/trunk/; revision=19432
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r--mail/folder-browser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h
index f9d0f1df3e..69aca02f9c 100644
--- a/mail/folder-browser.h
+++ b/mail/folder-browser.h
@@ -60,10 +60,11 @@ struct _FolderBrowser {
guint seen_id;
gulong paned_resize_id;
- guint paned_size_notify_id;
+ guint paned_size_notify_id;
guint show_preview_notify_id;
guint hide_deleted_notify_id;
+ guint message_style_notify_id;
/* a folder we are expunging, dont use other than to compare the pointer value */
CamelFolder *expunging;