aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-07 14:22:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-07 14:22:02 +0800
commitc6c1164cca58c30c9bec04ca1c01856ed04a1366 (patch)
tree92f90128561abee151b97d8d4f32e8c23c258da6 /composer/e-msg-composer.h
parentdcc0eea8aacc61ce5c031fb76288238b436fb5ab (diff)
downloadgsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar
gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.gz
gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.bz2
gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.lz
gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.xz
gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.zst
gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.zip
Prompt the user to save their composition in Drafts. (set_editor_text):
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (do_exit): Prompt the user to save their composition in Drafts. (set_editor_text): Uhm, use "-- \n" not "--\n" because the space is called for in the standard (e_msg_composer_new_with_message): New convenience function that takes a CamelMimeMessage as an argument. This will be useful when we code the ability to resume the editing of a message draft (like in the Drafts folder). svn path=/trunk/; revision=4562
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r--composer/e-msg-composer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index 94e906a48e..3e9be58891 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -83,6 +83,7 @@ GtkType e_msg_composer_get_type (void);
void e_msg_composer_construct (EMsgComposer *composer);
GtkWidget *e_msg_composer_new (void);
GtkWidget *e_msg_composer_new_with_sig_file (const char *sig_file);
+GtkWidget *e_msg_composer_new_with_message (CamelMimeMessage *msg);
GtkWidget *e_msg_composer_new_from_url (const char *url);
void e_msg_composer_show_attachments (EMsgComposer *composer,
gboolean show);