diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-26 04:53:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-26 04:53:26 +0800 |
commit | 0923dc42fa64f6ef53c827bd6acf154c4c2a2264 (patch) | |
tree | 21ac59c9da80d960a6e100e863c266649fb3914d /mail/ChangeLog | |
parent | 6815fa8a3940102199da8d9be1e49e55f6efab11 (diff) | |
download | gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.tar gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.tar.gz gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.tar.bz2 gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.tar.lz gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.tar.xz gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.tar.zst gsoc2013-evolution-0923dc42fa64f6ef53c827bd6acf154c4c2a2264.zip |
Disable Resend on non-Sent folder FolderBrowsers. Thanks to Wayne Davis
2001-05-25 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser-factory.c (control_activate): Disable Resend on
non-Sent folder FolderBrowsers. Thanks to Wayne Davis for this
patch.
svn path=/trunk/; revision=10000
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 930617b985..e675707991 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2001-05-25 Jeffrey Stedfast <fejj@ximian.com> + * folder-browser-factory.c (control_activate): Disable Resend on + non-Sent folder FolderBrowsers. Thanks to Wayne Davis for this + patch. + * component-factory.c (xfer_folder): This code should be correct now. Still waiting on the shell to do it's job of creating the metadata xml file in the destination folder though. |