diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-02 07:19:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-02 07:19:54 +0800 |
commit | 161d88eee643a9aa9c5d6aa52cce7d4e4d894c72 (patch) | |
tree | 3d142a0cdf04ed1c3cee0806f24669fad8222ba9 /mail/mail-ops.h | |
parent | f561a84cdea45210b991faeddf908d7529d1592b (diff) | |
download | gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.tar gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.tar.gz gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.tar.bz2 gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.tar.lz gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.tar.xz gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.tar.zst gsoc2013-evolution-161d88eee643a9aa9c5d6aa52cce7d4e4d894c72.zip |
Implemented.
2000-12-26 Jeffrey Stedfast <fejj@helixcode.com>
* mail-crypto.c (mail_crypto_openpgp_verify): Implemented.
2000-12-23 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (mail_do_setup_trash): New function similar to
mail_do_setup_folder() except that this creates the Trash VFolder
(special-case).
2000-12-21 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_send_mail): Don't free info inside the last
if-statement, if sent_folder doesn't exist we'll have a memory
leak. Instead free it afterward.
svn path=/trunk/; revision=7205
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 1144810592..17ed16c9c5 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -69,6 +69,7 @@ void mail_do_display_message (MessageList *ml, MailDisplay *md, const char *uid, void mail_do_edit_messages (CamelFolder *folder, GPtrArray *uids, GtkSignalFunc signal); void mail_do_setup_folder (const char *name, CamelFolder **folder); +void mail_do_setup_trash (const char *name, const char *store_uri, CamelFolder **folder); void mail_do_view_messages (CamelFolder *folder, GPtrArray *uids, FolderBrowser *fb); void mail_do_save_messages (CamelFolder *folder, GPtrArray *uids, gchar *path); |