diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-25 05:54:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-25 05:54:34 +0800 |
commit | 4f43db365be2d917955985025f1231170db15db9 (patch) | |
tree | e35af465f4def23f685042f2adb5da9f2d09cbc5 /mail/ChangeLog | |
parent | 6181a8992c45c0f124bbc7e9fb83d1ac963d6435 (diff) | |
download | gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.tar gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.tar.gz gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.tar.bz2 gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.tar.lz gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.tar.xz gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.tar.zst gsoc2013-evolution-4f43db365be2d917955985025f1231170db15db9.zip |
g_strdup the uid into the ml->cursor_uid.
2001-05-24 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (message_list_select_uid): g_strdup the uid into
the ml->cursor_uid.
* message-browser.c (message_browser_forward_msg): Use the default
forward style.
svn path=/trunk/; revision=9969
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 73f21a0fbb..9b0869e030 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-05-24 Jeffrey Stedfast <fejj@ximian.com> + + * message-list.c (message_list_select_uid): g_strdup the uid into + the ml->cursor_uid. + + * message-browser.c (message_browser_forward_msg): Use the default + forward style. + 2001-05-24 Dan Winship <danw@ximian.com> * mail-identify.c (mail_identify_mime_part): If the message data |