aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-21 18:55:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-21 19:01:29 +0800
commitaaa180af5abef44bb3e3d3c3c5968ca191a3dbda (patch)
tree87354ffb9ade305c156f72c66e050deea56c3612 /mail/em-composer-utils.h
parent657a8228ccedbded35c57c08f7d1549e30dceaf0 (diff)
downloadgsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.tar
gsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.tar.gz
gsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.tar.bz2
gsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.tar.lz
gsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.tar.xz
gsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.tar.zst
gsoc2013-evolution-aaa180af5abef44bb3e3d3c3c5968ca191a3dbda.zip
Kill obsolete menu items.
URI Popup Menu -> Call To... Message -> Post New Message to Folder Message -> Post a Reply
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r--mail/em-composer-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h
index 00e7a10395..45df05194a 100644
--- a/mail/em-composer-utils.h
+++ b/mail/em-composer-utils.h
@@ -42,8 +42,6 @@ void em_utils_compose_new_message (const char *fromuri);
/* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */
void em_utils_compose_new_message_with_mailto (const char *url, const char *fromuri);
-void em_utils_post_to_folder (struct _CamelFolder *folder);
-void em_utils_post_to_url (const char *url);
void em_utils_edit_message (struct _CamelMimeMessage *message, struct _CamelFolder *folder);
void em_utils_edit_messages (struct _CamelFolder *folder, GPtrArray *uids, gboolean replace);
@@ -71,8 +69,6 @@ enum {
void em_utils_reply_to_message (struct _CamelFolder *, const char *uid, struct _CamelMimeMessage *message, int mode, struct _EMFormat *source);
-void em_utils_post_reply_to_message_by_uid (struct _CamelFolder *folder, const char *uid);
-
void em_configure_new_composer (struct _EMsgComposer *composer);
#ifdef __cplusplus