<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/mail/evolution-mbox-importer.c, branch XPROP_REWRITE</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=XPROP_REWRITE</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=XPROP_REWRITE'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-10-11T18:59:36+00:00</updated>
<entry>
<title>No longer need to pass folder display name to storage update_folder</title>
<updated>2001-10-11T18:59:36+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-10-11T18:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a2db1f2033c6154f6906a8652f8e7567048b34f0'/>
<id>urn:sha1:a2db1f2033c6154f6906a8652f8e7567048b34f0</id>
<content type='text'>
	* mail-folder-cache.c (update_1folder): No longer need to pass
	folder display name to storage update_folder methods.
	(setup_folder, free_folder_info): Meaning we no longer need to
	keep track of it.

	* evolution-outlook-importer.[ch], evolution-mbox-importer.[ch]:
	These copies are cruft. The real ones are in importers/.

svn path=/trunk/; revision=13589
</content>
</entry>
<entry>
<title>Updates for CamelStore changes, small memory leak fixes. (lookup_folder):</title>
<updated>2001-02-09T16:45:09+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-02-09T16:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fa2c19fdd1aee26d8bf5b622a3adf970004c3abf'/>
<id>urn:sha1:fa2c19fdd1aee26d8bf5b622a3adf970004c3abf</id>
<content type='text'>
	* mail-local.c: Updates for CamelStore changes, small memory leak
	fixes.
	(lookup_folder): Removed (and moved into the reconfigure code)
	since this method no longer exists in CamelStore.
	(do_reconfigure_folder, etc): Update the info in the
	MailLocalStore after reconfiguring.
	(mail_local_lookup_folder): Removed

	* local-config.glade: fix padding of the label_format

	* message-list.c (ml_tree_value_at): Don't keep message infos
	reffed across calls, since this can cause badness after a
	reconfigure. Instead, just strdup the needed values and free those
	on the next call.

	* mail-tools.c (mail_tool_get_root_of_store): Unused, remove.
	(mail_tool_get_inbox): use camel_store_get_inbox.

	* evolution-outlook-importer.c (load_file_fn):
	* evolution-mbox-importer.c (load_file_fn): Use
	mail_tool_get_local_inbox() instead of mail_importer_get_folder()

	* mail-importer.c (mail_importer_get_folder): Removed

svn path=/trunk/; revision=8147
</content>
</entry>
<entry>
<title>We are now going to use a file descriptor and a CamelMimeParser rather</title>
<updated>2001-02-06T01:16:03+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-02-06T01:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2fd6f5acb552cbdc7a65536260b973512bb845b6'/>
<id>urn:sha1:2fd6f5acb552cbdc7a65536260b973512bb845b6</id>
<content type='text'>
2001-02-05  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* evolution-mbox-importer.c: We are now going to use a file
	descriptor and a CamelMimeParser rather than a FILE pointer.
	(load_file_fn): Open the file descriptor and initialize the
	CamelMimeParser.
	(importer_destroy_cb): Unref the mime parser.
	(support_format_fn): Use an fd and use a case-insensitive
	comparison as well as elimate a buffer overrun.
	(process_item_fn): Process 1 CamelMimeMessage per invocation so as
	to not lock up Iain's GUI and to work similar to the way Iain
	originally coded it.

svn path=/trunk/; revision=8006
</content>
</entry>
<entry>
<title>Moved bonobo includes from the .c to the .h. Include</title>
<updated>2001-02-05T23:04:08+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-02-05T23:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd'/>
<id>urn:sha1:8634c7a4ecc6d1e41fab52fc3e83333fff6bd6bd</id>
<content type='text'>
2001-02-05  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* evolution-mbox-importer.c, evolution-mbox-importer.h: Moved
	bonobo includes from the .c to the .h.  Include
	evolution-mbox-importer.h in evolution-mbox-importer.c.

	* evolution-outlook-importer.c, evolution-outlook-importer.h:
	Moved bonobo includes from the .c to the .h.  Include
	evolution-outlook-importer.h in evolution-outlook-importer.c.

	* mail-callbacks.c: Include mail-send-recv.h.

	* mail-local.c (mail_local_lookup_folder): Cast local_store to
	CAMEL_STORE.

	* mail-mt.c (mail_msg_cleanup): Make this function static.

	* mail-send-recv.c, mail-send-recv.h: Created mail_send_recv.h.
	Included it in mail-send-recv.c.  Added a #include
	&lt;libgnomeui/gnome-window-icon.h&gt;.
	(mail_send_receive): Added a cast.

	* mail-summary.c (new_folder_cb, removed_folder_cb,
	create_summary_view): Cast the source func in calling g_idle_add.

svn path=/trunk/; revision=8002
</content>
</entry>
<entry>
<title>Fix bug in autodetected mboxes</title>
<updated>2001-01-30T19:09:07+00:00</updated>
<author>
<name>Iain Holmes</name>
<email>iain@src.gnome.org</email>
</author>
<published>2001-01-30T19:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0c8839ec4ecebc05640ce2432a09d6e04a811bac'/>
<id>urn:sha1:0c8839ec4ecebc05640ce2432a09d6e04a811bac</id>
<content type='text'>
Only allow one send and recv dialog at once.

svn path=/trunk/; revision=7917
</content>
</entry>
<entry>
<title>Fix some compile problems and stop the blank mail appearing with the mbox</title>
<updated>2001-01-27T03:05:54+00:00</updated>
<author>
<name>Iain Holmes</name>
<email>iain@src.gnome.org</email>
</author>
<published>2001-01-27T03:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=62ec012904d2004a0b486b10ddfdb05b98f05c3a'/>
<id>urn:sha1:62ec012904d2004a0b486b10ddfdb05b98f05c3a</id>
<content type='text'>
importer

svn path=/trunk/; revision=7843
</content>
</entry>
<entry>
<title>Neater importer stuff.</title>
<updated>2001-01-26T00:03:53+00:00</updated>
<author>
<name>Iain Holmes</name>
<email>iain@src.gnome.org</email>
</author>
<published>2001-01-26T00:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=75bb2f48a52ea7891195e89091df68c46a7db514'/>
<id>urn:sha1:75bb2f48a52ea7891195e89091df68c46a7db514</id>
<content type='text'>
svn path=/trunk/; revision=7828
</content>
</entry>
</feed>
