<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/mail/ChangeLog, branch radioactive-1_2_1</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=radioactive-1_2_1</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=radioactive-1_2_1'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-04-16T09:30:54+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2001-04-16T09:30:54+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-04-16T09:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6e405ff38c1cc0715c5e14989c946a5f4f1249f7'/>
<id>urn:sha1:6e405ff38c1cc0715c5e14989c946a5f4f1249f7</id>
<content type='text'>
'radioactive-1_2_1'.

svn path=/tags/radioactive-1_2_1/; revision=9372
</content>
</entry>
<entry>
<title>Mark the messages as seen, not unseen. (is_drafts_folder): New function to</title>
<updated>2001-04-16T01:01:47+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-16T01:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c0d763a702f850c0653e98e951b3de4a8d3c2c06'/>
<id>urn:sha1:c0d763a702f850c0653e98e951b3de4a8d3c2c06</id>
<content type='text'>
2001-04-15  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* mail-callbacks.c (mark_all_as_seen): Mark the messages as seen,
	not unseen.
	(is_drafts_folder): New function to attempt to determine if a
	folder is a drafts folder.
	(open_msg): Use is_drafts_folder().
	(edit_msg): And here.
	(edit_msg_internal): New function that doesn't do the drafts
	checking and is only to be used internally. This should save us
	from having to doubly-check a folder to see if it's a drafts
	folder when doing an Open on the message.
	(open_msg): Call edit_msg_internal once we've established that the
	folder is a drafts folder.

svn path=/trunk/; revision=9336
</content>
</entry>
<entry>
<title>Mark the messages as seen, not unseen.</title>
<updated>2001-04-15T20:01:18+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-15T20:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c09d63f05f640ed0cb3627930e135673aac94b0d'/>
<id>urn:sha1:c09d63f05f640ed0cb3627930e135673aac94b0d</id>
<content type='text'>
2001-04-15  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* mail-callbacks.c (mark_all_as_seen): Mark the messages as seen,
	not unseen.

svn path=/trunk/; revision=9330
</content>
</entry>
<entry>
<title>Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.</title>
<updated>2001-04-14T21:24:07+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-14T21:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4e3776a37dee9b520e9ec71a051dc7f3ceb836bd'/>
<id>urn:sha1:4e3776a37dee9b520e9ec71a051dc7f3ceb836bd</id>
<content type='text'>
2001-04-14  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* mail-crypto.c (mail_crypto_pgp_mime_part_verify): Only use
	non-NULL contexts.
	(mail_crypto_pgp_mime_part_encrypt): Same.
	(mail_crypto_pgp_mime_part_decrypt): And here too.

	* mail-format.c (try_inline_pgp_sig): Make sure to not use the
	context if it is NULL.
	(decode_pgp): Same.

	* folder-browser-factory.c: Added stuff for filtering/vfoldering
	on mailinglists.

svn path=/trunk/; revision=9315
</content>
</entry>
<entry>
<title>Remove some redundant LIBS variables... purify complained that the command</title>
<updated>2001-04-13T21:42:26+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-04-13T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=546128c8d99b1edd859ba5d8b57549550b910a1d'/>
<id>urn:sha1:546128c8d99b1edd859ba5d8b57549550b910a1d</id>
<content type='text'>
        * Makefile.am (evolution_mail_LDADD): Remove some redundant LIBS
        variables... purify complained that the command line was too
        long. :-}

        * mail-account-gui.c: Plug leaks.

        * mail-display.c (on_url_requested): close the html stream on
        error too.

        * mail-ops.c (fetch_mail_fetch): Move a line around that probably
        doesn't affect anything, but it's correct.

        * session.c (auth_callback): Plug leak.

        * mail-send-recv.c (receive_status): Initialize "now".

svn path=/trunk/; revision=9303
</content>
</entry>
<entry>
<title>Only activate the message if the cursor has moved.</title>
<updated>2001-04-13T12:10:29+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-04-13T12:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=68f8aa3465d51df263bc41489a985dc916c92577'/>
<id>urn:sha1:68f8aa3465d51df263bc41489a985dc916c92577</id>
<content type='text'>
2001-04-13  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* message-list.c (on_cursor_activated_cmd): Only activate the
	message if the cursor has moved.

svn path=/trunk/; revision=9298
</content>
</entry>
<entry>
<title>Updated this function to be a correct full ordering.</title>
<updated>2001-04-13T00:45:42+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2001-04-13T00:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24'/>
<id>urn:sha1:5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24</id>
<content type='text'>
2001-04-12  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* message-list.c (e_mail_address_new): Updated this function to be
	a correct full ordering.
	(ml_has_get_node_by_id, ml_get_node_by_id): Implemented these
	functions.
	(find_next_undeleted): Changed this to find next sorted undeleted
	message.  Also, changed it so that if the current message is not
	deleted, it returns NULL.
	(build_tree, build_flat): Changed these to only set the cursor if
	the cursor is changed.

	* subscribe-dialog.c: Changed this to pass NULL, NULL for
	has_get_node_by_id and get_node_by_id.

svn path=/trunk/; revision=9290
</content>
</entry>
<entry>
<title>If the service is NULL, just use the item as the key.</title>
<updated>2001-04-12T22:23:56+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-12T22:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a4f57fbbde67f1423a741b898d51773310a8c696'/>
<id>urn:sha1:a4f57fbbde67f1423a741b898d51773310a8c696</id>
<content type='text'>
2001-04-12  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* session.c (auth_callback): If the service is NULL, just use the
	item as the key.

svn path=/trunk/; revision=9288
</content>
</entry>
<entry>
<title>Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use a</title>
<updated>2001-04-12T21:25:52+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2001-04-12T21:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a125cbdcb54527ce541b10f28ca543807aee419a'/>
<id>urn:sha1:a125cbdcb54527ce541b10f28ca543807aee419a</id>
<content type='text'>
2001-04-12  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* mail-crypto.c (mail_crypto_pgp_mime_part_sign): Use the
	CamelCipherHash enum.
	(mail_crypto_pgp_mime_part_verify): Use a CamelCipherValidity.

	* mail-format.c (try_inline_pgp_sig): Updated to use
	CamelCipherValidity instead of CamelPgpValidity.
	(handle_multipart_signed): Same.

svn path=/trunk/; revision=9284
</content>
</entry>
<entry>
<title>Don't printf NULL</title>
<updated>2001-04-12T18:41:31+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-04-12T18:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d7cd78ec3ba3a7fb8331dde5ea8118cb328726a9'/>
<id>urn:sha1:d7cd78ec3ba3a7fb8331dde5ea8118cb328726a9</id>
<content type='text'>
        * folder-browser.c (do_message_selected, on_message_selected):
        Don't printf NULL

svn path=/trunk/; revision=9278
</content>
</entry>
</feed>
