diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-30 11:24:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-30 11:24:29 +0800 |
commit | 2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a (patch) | |
tree | 8c7c10af0da4f15245c1b7d631c2de59eb6fa7f2 /mail/ChangeLog | |
parent | d4656431e9de8e6e3ab526d71323f0d0543c587e (diff) | |
download | gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.tar gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.tar.gz gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.tar.bz2 gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.tar.lz gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.tar.xz gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.tar.zst gsoc2013-evolution-2b8e2eeaf9f69edeaf46f0e40edbafee6c36cd9a.zip |
Simplify this a lot by making IMAP and NNTP use the same code, now that
* mail-tools.c (mail_tool_uri_to_folder): Simplify this a lot by
making IMAP and NNTP use the same code, now that the IMAP
namespace doesn't need special magic handling.
svn path=/trunk/; revision=6257
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 b47e1a85ac..91f1a4ecab 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-10-29 Dan Winship <danw@helixcode.com> + * mail-tools.c (mail_tool_uri_to_folder): Simplify this a lot by + making IMAP and NNTP use the same code, now that the IMAP + namespace doesn't need special magic handling. + * message-list.c (mail_do_regenerate_messagelist): Don't try to regenerate the message list if there is no folder. (The Bonobo UI code will call this as the callback for the "Threaded View" |