aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-thread.c
Commit message (Expand)AuthorAgeFilesLines
* Removed. No longer serves a purpose.Not Zed2000-11-211-748/+0
* Save out the md5 hash of the messageid as hex, since thats all we have forNot Zed2000-11-211-36/+40
* Fix up #include <config.h> Same here. Here too. Fix indentation of #ifdefKjartan Maraas2000-11-071-0/+1
* Added mail-display.h.Not Zed2000-11-031-3/+3
* ** Merged in camel-incremental-branch.Not Zed2000-11-021-18/+77
* lots of i18n fixesDan Winship2000-10-241-20/+2
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-1/+1
* Cool Hack of the Day: right-click menu item to autodetect what mailingEttore Perazzoli2000-09-121-1/+0
* (prune_empty): Plugged another small leak.Michael Zucci2000-09-121-0/+1
* Reverted to version 1.15. (remove_node): Ok, if a node has a parent,Not Zed2000-09-121-313/+55
* Fix an infinite loop in the message threading with empty containers.Peter Williams2000-08-221-1/+19
* Plug mem leaks.Peter Williams2000-08-171-28/+173
* Updates to the memory debugging stuff.Peter Williams2000-08-161-14/+52
* Add support for debugging the message thread memory leaks.Peter Williams2000-08-161-5/+61
* Don't clear the tree here. If two "folder_changed"s arrive in closeDan Winship2000-08-131-8/+4
* Fixed some warnings.Christopher James Lahey2000-08-111-5/+0
* Merge with camel-async.Peter Williams2000-08-111-3/+126
* Fix some compiler warnings.Dan Winship2000-08-091-2/+2
* Configurable vfolder sources, and a button to save a searchNot Zed2000-07-311-0/+5
* Don't group together messages with the same non-Re: subject and noDan Winship2000-07-261-38/+40
* What if message info is NULL?Jeffrey Stedfast2000-07-201-2/+2
* Increase shareholder value.Dan Winship2000-07-111-1/+1
* fix a "Re:" parsing bugDan Winship2000-07-091-1/+1
* (sort_node): sort the tree by the original order of the messagesDan Winship2000-07-081-2/+3
* Add another argument "clast" pointing to the container before the currentDan Winship2000-07-081-5/+8
* Lots of changes. Store uids as node data on the tree nodes and use thoseDan Winship2000-07-081-4/+4
* Well, delete, expunge, appear broken, it sorts (initially) at least now.Michael Zucci2000-07-061-13/+83
* Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd):Not Zed2000-07-061-0/+2
* Code for message threading.Not Zed2000-07-061-0/+506