aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-02 06:11:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-02 06:11:47 +0800
commit61230561ce082a5f604201748caa7942668ec46a (patch)
tree8dffa1e438572f5067dd0fc21d9e5071057d819a /mail/mail-ops.h
parent9a58a069bb9f8a6f130509786d1c95af7f3d225c (diff)
downloadgsoc2013-evolution-61230561ce082a5f604201748caa7942668ec46a.tar.gz
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.h2
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);
'2014-06-07 03:57:57 +0800'>2014-06-072-0/+7 * - Fix build with JDK7 and later. [1]jkim2014-06-062-16/+30 * - Update from 2.1.5 to 2.1.6danilo2013-10-162-3/+3 * - Change maintainer email to @FreeBSD.orgdanilo2013-09-282-217/+201 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update to 2.1.5bdrewery2013-04-223-4/+4 * - Update to 2.1.4.lippe2013-03-073-38/+213 * - Update to 2.1.3miwi2011-12-042-3/+3 * - Update to 2.1.1wen2011-03-142-4/+3 * - Update to 2.0.8wen2009-12-242-6/+5 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to 2.0.6edwin2008-04-292-6/+5 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update to 2.0.3 [1]hq2007-02-112-5/+5 * Update to 2.0.1hq2006-06-222-4/+4 * SHA256ifyedwin2006-01-221-0/+1 * - Fix build [1]hq2004-12-091-1/+10