diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-02 06:11:47 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-02 06:11:47 +0800 |
commit | 61230561ce082a5f604201748caa7942668ec46a (patch) | |
tree | 8dffa1e438572f5067dd0fc21d9e5071057d819a /mail/mail-ops.h | |
parent | 9a58a069bb9f8a6f130509786d1c95af7f3d225c (diff) | |
download | gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar.gz gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar.bz2 gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar.lz gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar.xz gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar.zst gsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.zip |
New convenience function to load the Outbox folder
2000-09-01 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (mail_do_setup_outbox): New convenience function to
load the Outbox folder
(mail_do_setup_sentbox): Same, but for Sentbox.
(do_send_mail): Now saves messages in Sentbox if sent successfully
* component-factory.c: Added outbox_folder and sent_folder
(owner_set_cb): Call our new convenience functions to load Outbox
and Sentbox
svn path=/trunk/; revision=5172
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 33f7456f82..1ec7af4e4f 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -60,6 +60,8 @@ void mail_do_display_message (MessageList *ml, const char *uid, void mail_do_edit_messages (CamelFolder *folder, GPtrArray *uids, GtkSignalFunc signal); void mail_do_setup_draftbox (void); +void mail_do_setup_outbox (void); +void mail_do_setup_sentbox (void); void mail_do_view_messages (CamelFolder *folder, GPtrArray *uids, FolderBrowser *fb); |