diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-08-11 11:50:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-08-11 11:50:39 +0800 |
commit | dfa46fe1d19552c600ae3b6190a056c7ac51dac1 (patch) | |
tree | 296878019b414d3b8e8949df06a48fb3e95aa15a /mail/ChangeLog | |
parent | 3834c823592912bcaf881cb94e949612ce29baf2 (diff) | |
download | gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.tar gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.tar.gz gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.tar.bz2 gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.tar.lz gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.tar.xz gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.tar.zst gsoc2013-evolution-dfa46fe1d19552c600ae3b6190a056c7ac51dac1.zip |
Properly handle different local file formats. The folder isn't always
2000-08-11 Not Zed <NotZed@HelixCode.com>
* mail-tools.c (mail_tool_get_local_inbox_url): Properly handle
different local file formats. The folder isn't always mbox.
(mail_tool_do_movemail): Movemail always uses an mbox format
however.
(mail_tool_get_local_movemail_url): What is the mbox url, it is
always the same type, mbox.
(mail_tool_fetch_mail_into_searchable): Same here.
* mail-local.c (mail_local_map_uri): Map a local uri to the real uri.
svn path=/trunk/; revision=4724
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 93dbd157e9..20159c30ba 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-08-11 Not Zed <NotZed@HelixCode.com> + + * mail-tools.c (mail_tool_get_local_inbox_url): Properly handle + different local file formats. The folder isn't always mbox. + (mail_tool_do_movemail): Movemail always uses an mbox format + however. + (mail_tool_get_local_movemail_url): What is the mbox url, it is + always the same type, mbox. + (mail_tool_fetch_mail_into_searchable): Same here. + + * mail-local.c (mail_local_map_uri): Map a local uri to the real uri. + 2000-08-10 Christopher James Lahey <clahey@helixcode.com> * folder-browser-factory.c, message-list.c, message-thread.c, |