diff options
author | 7 <NotZed@Ximian.com> | 2001-09-19 05:44:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-19 05:44:47 +0800 |
commit | b490c7e42a2ca3f75426ec5c4052a658b722d06c (patch) | |
tree | b958f793911cdf274df3aa768bfa28d1d2ce495a /mail/ChangeLog | |
parent | 8347ce1403c68a408a3b9952f6486b5ac584104b (diff) | |
download | gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.tar gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.tar.gz gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.tar.bz2 gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.tar.lz gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.tar.xz gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.tar.zst gsoc2013-evolution-b490c7e42a2ca3f75426ec5c4052a658b722d06c.zip |
Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR
2001-09-17 <NotZed@Ximian.com>
* mail-send-recv.c (get_receive_type): Function to get the real
receive tpe for ag iven url. IMAP/SPOOL/MAILDIR types just update
their info, dont download.
(build_dialogue):
(mail_receive_uri): Use function above to get the right receive
type.
svn path=/trunk/; revision=12957
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8a5fbc54eb..e5fae8ac50 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-09-17 <NotZed@Ximian.com> + + * mail-send-recv.c (get_receive_type): Function to get the real + receive tpe for ag iven url. IMAP/SPOOL/MAILDIR types just update + their info, dont download. + (build_dialogue): + (mail_receive_uri): Use function above to get the right receive + type. + 2001-09-18 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tool_remove_xevolution_headers): Oops, forgot |