diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-14 12:56:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-14 12:56:24 +0800 |
commit | 87ae2d3b9c329297dbe8cc06583d4ce7deb7aec1 (patch) | |
tree | 58c827a4f2f3b998ff20ad01da5330b186627998 /mail/ChangeLog | |
parent | 6693f71b99af23ecc709857eebb0c85bd8debfc9 (diff) | |
download | gsoc2013-evolution-87ae2d3b9c329297dbe8cc06583d4ce7deb7aec1.tar.gz gsoc2013-evolution-87ae2d3b9c329297dbe8cc06583d4ce7deb7aec1.tar.zst gsoc2013-evolution-87ae2d3b9c329297dbe8cc06583d4ce7deb7aec1.zip |
don't check rule->source, its irrelevent to vfolder sources, and clean up
2004-06-14 Not Zed <NotZed@Ximian.com>
* mail-vfolder.c (rule_changed): don't check rule->source, its
irrelevent to vfolder sources, and clean up the logic a bit.
#59158.
* em-folder-tree.c (emft_popup_new_folder_response): destroy the
create dialogue if we're firing up the vfolder creation window.
svn path=/trunk/; revision=26332
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8c8f254118..e453114742 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-06-14 Not Zed <NotZed@Ximian.com> + * mail-vfolder.c (rule_changed): don't check rule->source, its + irrelevent to vfolder sources, and clean up the logic a bit. + #59158. + + * em-folder-tree.c (emft_popup_new_folder_response): destroy the + create dialogue if we're firing up the vfolder creation window. + * em-composer-utils.c (get_reply_all): if we removed all of the addresses because they were 'us', add the first to address back. otherwise reply-to-all behaves strange. |