aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-06 03:17:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-06 03:17:22 +0800
commit0f37cc04029ce2c5a89043fe59f5355a98f55a9e (patch)
treea275cb230dc3ca51b183a6f50bee0fbda89b75a1 /mail/ChangeLog
parent92f47211fe15e0a2b3c489c022f42322063ca049 (diff)
downloadgsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.tar
gsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.tar.gz
gsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.tar.bz2
gsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.tar.lz
gsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.tar.xz
gsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.tar.zst
gsoc2013-evolution-0f37cc04029ce2c5a89043fe59f5355a98f55a9e.zip
Add a checkbox for prompting when sending a message with an empty subject.
2001-07-05 Jeffrey Stedfast <fejj@ximian.com> * mail-accounts.c (construct): Add a checkbox for prompting when sending a message with an empty subject. * mail-ops.c (mail_send_message): If filtering fails, return right away. svn path=/trunk/; revision=10821
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c7cbefae16..017a9f56b9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-07-05 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-accounts.c (construct): Add a checkbox for prompting when
+ sending a message with an empty subject.
+
+ * mail-ops.c (mail_send_message): If filtering fails, return right
+ away.
+
* mail-config.c (mail_config_set_show_preview): Okay, apparently I
was wrong. Oh well.
(mail_config_set_thread_list): Fix this one too.