aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cd37b902aa..6afe0bc924 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2000-08-09 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-ops.c (composer_send_cb): Get the from address set in the
+ composer, if that fails ONLY THEN get the default from mail config
+
+ * mail-config.c (mail_config_get_identities): New convenience
+ function for getting a list of the configured identities
+
2000-08-09 Dan Winship <danw@helixcode.com>
* mail-display.c (on_object_requested): Support controls as well
@@ -28,11 +36,14 @@
2000-08-09 Not Zed <NotZed@HelixCode.com>
- * mail-autofilter.c (filter_gui_add_from_message): Helper function to add with confirm.
- (rule_match_recipients): Dont set real name if its empty for the filter name.
+ * mail-autofilter.c (filter_gui_add_from_message): Helper function
+ to add with confirm.
+ (rule_match_recipients): Dont set real name if its empty for the
+ filter name.
(rule_match_subject): was cutting ] off mailing list names.
- * message-list.c (on_right_click): Added menu to install vfolders/filters from message.
+ * message-list.c (on_right_click): Added menu to install
+ vfolders/filters from message.
2000-08-09 Not Zed <NotZed@HelixCode.com>