diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-09 00:21:41 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-09 00:21:41 +0800 |
commit | f8476f77b7330532b5439f2c7f7163bc9d845437 (patch) | |
tree | 2c8a67e4ec700077b32a32049b640997b3665d0c /mail/ChangeLog | |
parent | 502d7fb2f2cd203e25e5a390ac8d797cba12a68d (diff) | |
download | gsoc2013-evolution-f8476f77b7330532b5439f2c7f7163bc9d845437.tar.gz gsoc2013-evolution-f8476f77b7330532b5439f2c7f7163bc9d845437.tar.zst gsoc2013-evolution-f8476f77b7330532b5439f2c7f7163bc9d845437.zip |
Remove #ifndef MOVEMAIL_PATH code, since the setting of that variable has
* mail-tools.c (mail_tool_do_movemail): Remove #ifndef
MOVEMAIL_PATH code, since the setting of that variable has been
meaningless for a while now, and the rest of the code DTRT whether
that code executes or not.
svn path=/trunk/; revision=13500
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 cc7326654e..562b01c30a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-10-07 Dan Winship <danw@ximian.com> + + * mail-tools.c (mail_tool_do_movemail): Remove #ifndef + MOVEMAIL_PATH code, since the setting of that variable has been + meaningless for a while now, and the rest of the code DTRT whether + that code executes or not. + 2001-10-05 Jeffrey Stedfast <fejj@ximian.com> * mail-mt.c (pass_got): Fix a merge-conflict leftover. |