aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-09 10:09:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-09 10:09:56 +0800
commitc65fda0e894b86fed0a88ecde17f4040e78af946 (patch)
treefa7a1d6f5714172e468f6775c2997293abf23ec3 /mail/ChangeLog
parentc224a149c56ec14cb270c61ec8927d84bc3a5a99 (diff)
downloadgsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.tar
gsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.tar.gz
gsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.tar.bz2
gsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.tar.lz
gsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.tar.xz
gsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.tar.zst
gsoc2013-evolution-c65fda0e894b86fed0a88ecde17f4040e78af946.zip
Check to see if the file already exists, if it does prompt the user to for
2000-12-08 Jeffrey Stedfast <fejj@helixcode.com> * mail-callbacks.c (save_msg_ok): Check to see if the file already exists, if it does prompt the user to for permission to overwrite the file. (forward_message): g_strdup the cursor_uid if there is only a single message to be forwarded or we'll segfault later. * mail-ops.c (do_save_messages): Rewrote yet again. I'm back to almost an identical implementation as the first time I wrote this except now we write the From line which I had forgotten last time. This means that we no longer have to unlink the .ev-summary file created and we also use fewer resources (no need to create a CamelMboxFolder object). svn path=/trunk/; revision=6882
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 78e34c6da0..c4024ff622 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+2000-12-08 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-callbacks.c (save_msg_ok): Check to see if the file already
+ exists, if it does prompt the user to for permission to overwrite
+ the file.
+ (forward_message): g_strdup the cursor_uid if there is only a
+ single message to be forwarded or we'll segfault later.
+
+ * mail-ops.c (do_save_messages): Rewrote yet again. I'm back to
+ almost an identical implementation as the first time I wrote this
+ except now we write the From line which I had forgotten last
+ time. This means that we no longer have to unlink the .ev-summary
+ file created and we also use fewer resources (no need to create a
+ CamelMboxFolder object).
+
2000-12-08 JP Rosevear <jpr@helixcode.com>
* folder-browser.c (on_double_click): the e-table double-click