aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-13 08:45:42 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-13 08:45:42 +0800
commit5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24 (patch)
treee359381400b5c7e0e9496674f5fab8e4970eaaf8 /mail/subscribe-dialog.c
parent0f85f30ab1145a7ed3c6ee7b2e2216874dc2074f (diff)
downloadgsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.tar
gsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.tar.gz
gsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.tar.bz2
gsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.tar.lz
gsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.tar.xz
gsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.tar.zst
gsoc2013-evolution-5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24.zip
Updated this function to be a correct full ordering.
2001-04-12 Christopher James Lahey <clahey@ximian.com> * message-list.c (e_mail_address_new): Updated this function to be a correct full ordering. (ml_has_get_node_by_id, ml_get_node_by_id): Implemented these functions. (find_next_undeleted): Changed this to find next sorted undeleted message. Also, changed it so that if the current message is not deleted, it returns NULL. (build_tree, build_flat): Changed these to only set the cursor if the cursor is changed. * subscribe-dialog.c: Changed this to pass NULL, NULL for has_get_node_by_id and get_node_by_id. svn path=/trunk/; revision=9290
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r--mail/subscribe-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index 5608c44820..d758334dd2 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -950,6 +950,9 @@ subscribe_dialog_gui_init (SubscribeDialog *sc)
NULL,
NULL,
+ NULL,
+ NULL,
+
folder_etree_value_at,
folder_etree_set_value_at,
folder_etree_is_editable,