/math/mtrxmath/

id='header'> cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* EScrollFrame --> GtkScrolledWindowRadek Doulik2003-01-154-18/+13
* install the schemas fileJeffrey Stedfast2003-01-141-0/+7
* Perform some sanity checking on the auto-check-timeout value.Jeffrey Stedfast2003-01-142-1/+12
* Correctly create the clipboard buffer by using a nul to delimit the uriJeffrey Stedfast2003-01-142-2/+6
* Check the state of message_style in gconf and set the menus accordingly.Jeffrey Stedfast2003-01-144-12/+52
* Save the auto-check timeout value. (account_new_from_xml): Load theJeffrey Stedfast2003-01-142-4/+9
* include headersJeffrey Stedfast2003-01-142-6/+5
* s/BonoboXObject/BonoboObject/Dan Winship2003-01-145-21/+29
* hook onto destroy to remove dialogue from active table. (error_response):Not Zed2003-01-132-2/+11
* g_strdup the md->charset otherwise we'll get memory corruption later. ThisJeffrey Stedfast2003-01-122-1/+7
* We also need to call message_list_set_hidedeleted() here so that anyJeffrey Stedfast2003-01-116-42/+90
* notify-type is a int, not a bool. Duh.Jeffrey Stedfast2003-01-112-1/+6
* Updated for function rename.Jeffrey Stedfast2003-01-1110-53/+81
* Fixed a situation in which we could notify the shell listener twice.Jeffrey Stedfast2003-01-113-21/+26
* Save the paned_size notify handle. (folder_browser_destroy): Remove gconfNot Zed2003-01-103-3/+15
* Remove info.png from a couple of images, the image is set via code atNot Zed2003-01-102-2/+4
* enable the account before attempting to saving it.Chris Toshok2003-01-103-3/+13
* dont unref the dialogue. (dialog_destroy_cb): null out theNot Zed2003-01-102-5/+9
* pass bag to bonobo_pbclient_set_boolean.Chris Toshok2003-01-102-1/+6
* (owner_set_cb): Don't callEttore Perazzoli2003-01-102-4/+6
* #include "mail-format.h"Jeffrey Stedfast2003-01-101-0/+1
* Added druidpagestart1 to the pages list. (construct): Change the limits onNot Zed2003-01-099-188/+179
* g_free->xmlFree (account_to_xml): copy xml memory to glib memory whenNot Zed2003-01-092-16/+29
* Images are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-092-27/+32
* Call folder_browser_set_message_preview().Jeffrey Stedfast2003-01-092-2/+4
* Removed. (mail_config_set_show_preview): Removed.Jeffrey Stedfast2003-01-095-93/+48
* Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-14/+5
* Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-63/+79
* oops, forgot to init the gconf-clientJeffrey Stedfast2003-01-082-1/+4
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-0823-1634/+1099
* Don't translate the conf strings. Camel already did it.Dan Winship2003-01-082-10/+16
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-062-1/+5
* Use e_destination_get_email() instead of e_destination_get_address() whenJeffrey Stedfast2003-01-052-2/+12
* Fixed some build issues.Jeffrey Stedfast2003-01-046-19/+32
* fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-038-50/+20
* newJeffrey Stedfast2003-01-031-0/+65
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-1824-346/+321
* Wrap the content with a table so that text isn't fully left-justified.Jeffrey Stedfast2002-12-172-7/+20
* Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):Jeffrey Stedfast2002-12-176-23/+62
* Re-implemented to use streams. Also no need to check for html sinceJeffrey Stedfast2002-12-178-791/+485
* added some #warningsJeffrey Stedfast2002-12-161-287/+305
* Make sure the folder-browser is not NULL or we'll crash.Jeffrey Stedfast2002-12-142-16/+26
* Fix the colour code to get a guint32 rgb correctly (I think - can't testJeffrey Stedfast2002-12-143-99/+102
* Don't re-use cell renderers - I'm not sure this is actually safe to do.Jeffrey Stedfast2002-12-144-46/+48
* Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-147-276/+297
* cleaned up some const'nessJeffrey Stedfast2002-12-142-150/+140
* Setup double-click here.Jeffrey Stedfast2002-12-132-5/+14
* oops, I had changed the glade code but forgot to commitJeffrey Stedfast2002-12-131-5151/+5673
* don't shadow a parameterJeffrey Stedfast2002-12-131-7/+7
* Get rid of the ETable #ifdef's - we won't ever be using ETable.Jeffrey Stedfast2002-12-132-245/+112
* cast a-warning a-way.Not Zed2002-12-125-135/+162
* New function to handle a lot of the filtering/etc that was done inJeffrey Stedfast2002-12-124-30/+57
* language is a treeview now. Not sure what to do with it yet, but get ridNot Zed2002-12-104-218/+236
* pass "Mail" to e_passwords_*. (do_get_pass): same. (main_forget_password):Chris Toshok2002-12-104-9/+21
* ignore *.serverJeffrey Stedfast2002-12-051-1/+1
* Use the same logic as mail_generate_reply(). Fixes bug #34882Jeffrey Stedfast2002-12-043-16/+63
* frobbed around with these till it exits without crashing.Not Zed2002-12-034-68/+104
* applied magic_links_settings.patchRadek Doulik2002-12-022-1/+6
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-0236-520/+374
* clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unrefNot Zed2002-11-262-10/+10
* Duh idiot, "un-fixed" the memleak i added.Not Zed2002-11-263-14/+27
* gtk_widget_set_parent_window -> gtk_window_set_transient_for.Not Zed2002-11-266-32/+78
* removed e_messagebox, and use gtk_message_dialog directly.Not Zed2002-11-252-63/+45
* Show file name when prompt to user for overwrite. Fixes bug #34180.Harry Lu2002-11-231-2/+1
* Show file name when prompt to user for overwrite.Harry Lu2002-11-232-9/+15
* Enable dragging of all attachments. For bug #34327.Harry Lu2002-11-222-5/+7
* Since the GSList returned from gconf needs to be free'd by us, we don'tJeffrey Stedfast2002-11-222-16/+33
* applied patches from http://bugzilla.ximian.com/show_bug.cgi?id=29588Radek Doulik2002-11-214-46/+83
* sync the gconf settingsJeffrey Stedfast2002-11-211-0/+2
* gconfify. (mail_composer_prefs_apply): gconfify this also.Jeffrey Stedfast2002-11-213-37/+61
* provide a proper implicit rule for building .server.in from .server.in.in.Not Zed2002-11-203-8/+15
* build fixesJeffrey Stedfast2002-11-201-1/+5
* Save the settings via gconf. (mail_preferences_construct): Load the valuesJeffrey Stedfast2002-11-205-86/+145
* addedJeffrey Stedfast2002-11-201-0/+496