aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-15 08:15:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-15 08:15:29 +0800
commit02976f86ea655602b6c0ab447e01abe4315be41e (patch)
treefc74b7e9451fa4148f4d16bd516dcf901c47fbc2 /mail/ChangeLog
parentfa815f905eebf9cb73fe75f49eb5903f4c88bfd4 (diff)
downloadgsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.tar
gsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.tar.gz
gsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.tar.bz2
gsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.tar.lz
gsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.tar.xz
gsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.tar.zst
gsoc2013-evolution-02976f86ea655602b6c0ab447e01abe4315be41e.zip
Replacement for using g_basename and also translates the basename string
2002-02-14 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (basename_from_uri): Replacement for using g_basename and also translates the basename string to fix bug #7160. (mail_account_gui_save): Use basename_from_uri(). (folder_picker_clicked): Here too. svn path=/trunk/; revision=15733
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 ef5bfc6a37..13d9b5e8a5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2002-02-14 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-account-gui.c (basename_from_uri): Replacement for using
+ g_basename and also translates the basename string to fix bug
+ #7160.
+ (mail_account_gui_save): Use basename_from_uri().
+ (folder_picker_clicked): Here too.
+
* mail-callbacks.c (mail_generate_reply): Default the from-account
to the source account. If that fails, then guess the from-account
based on the recipients. Fixes bug #20479.