aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_3_1nobody2000-08-221-1096/+0
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-1/+6
* Close the pipes when finished; add i18nPeter Williams2000-08-161-2/+8
* Fix the error dialogs.Peter Williams2000-08-151-3/+8
* Fix the ugly hack to get rid of a CORBA race condition. Yes, it'sEttore Perazzoli2000-08-141-3/+6
* Disable error dialogs for now, as they hang.Ettore Perazzoli2000-08-141-1/+1
* Don't free the prompt. It doesn't belong to you.Dan Winship2000-08-141-1/+0
* Don't wrap the gnome_dialog_run in GDK_THREADS_ENTER/LEAVEJeffrey Stedfast2000-08-141-2/+2
* Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-131-535/+303
* Fix 'Test settings' in the prefs dialog. Update the async readme.Peter Williams2000-08-121-15/+21
* Fix two mistakes in the FORWARD_MESSAGE handlerPeter Williams2000-08-121-1/+2
* Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-121-0/+34
* Crash fix on user-doesn't-press-escape.Peter Williams2000-08-111-0/+4
* Make escape equivalent to cancel in the error and query dialogsPeter Williams2000-08-111-1/+12
* Merge with camel-async.Peter Williams2000-08-111-333/+683
* Let us compile sans threads on non-pthread systems.Peter Williams2000-06-271-0/+4
* Make the broken threads optionalPeter Williams2000-06-271-0/+16
* commenting out of some GDK_THREADS_*() junk that was causing a lockJeffrey Stedfast2000-06-271-2/+2
* Add some debugging messages to track down thread issues better andEttore Perazzoli2000-06-261-0/+15
* Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im...Peter Williams2000-06-241-13/+84
* Make the async dialogs non-modal; add cleanup callbacks in the main thread.Peter Williams2000-06-231-46/+88
* Add nice blocking stuff for the error dialog and a new get_password hook in t...Peter Williams2000-06-231-36/+197
* Prettify the progress dialog a bit.Peter Williams2000-06-221-25/+54
* Add the async mail API (still not hooked up though)Peter Williams2000-06-221-0/+566