aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-02 07:19:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-02 07:19:54 +0800
commit161d88eee643a9aa9c5d6aa52cce7d4e4d894c72 (patch)
tree3d142a0cdf04ed1c3cee0806f24669fad8222ba9 /mail/ChangeLog
parentf561a84cdea45210b991faeddf908d7529d1592b (diff)
downloadgsoc2013-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/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0795a42940..926733dbf2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+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.
+
2000-12-29 Dan Winship <danw@helixcode.com>
* mail-crypto.c: Oops. Update this for CamelContentType stuff too.
@@ -77,6 +93,7 @@
* component-factory.c (factory_destroy): Wait till all views have
gone and then destroy both factories.
+>>>>>>> 1.805
2000-12-21 Dan Winship <danw@helixcode.com>
* mail-display.c (pixbuf_for_mime_type): Deal with the possibility