From 5143e5e840b5e9d95611f57fdc9d4b27af6f0564 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 3 Jun 2011 19:57:46 -0400 Subject: Use stock GMimeSession by default Our use of GMimeSession was unneeded boilerplate, and we weren't doing anything with it. This simplifies and clarifies that assumption. If we want to do anything fancier later, the examples in the gmime source are a reasonable source to work from in defining a new GMimeSession derivative. Since GMimeSession is going away in GMime 2.6, though, i don't recommend using it. --- notmuch-client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 8a272603..63be3374 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -237,7 +237,4 @@ notmuch_config_set_maildir_synchronize_flags (notmuch_config_t *config, notmuch_bool_t debugger_is_active (void); -GType -notmuch_gmime_session_get_type (void); - #endif -- cgit v1.2.3