/sysutils/wmmemmon/

Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied plain_signature_fix.patchRadek Doulik2002-11-202-1/+6
* fix warning message, outlook->mbox.Not Zed2002-11-1911-18/+41
* applied spell_crash_fix.patchRadek Doulik2002-11-192-0/+10
* Specify the default account. Also, don't need to useJeffrey Stedfast2002-11-182-1/+11
* Added back libevolution-importer stuff. (SUBDIRS): Added back importers.Not Zed2002-11-1810-44/+186
* Update.Ettore Perazzoli2002-11-161-1/+2
* Add rules to substitute @LIBEXEC@ in GNOME_Evolution_Mail.server.in.in andEttore Perazzoli2002-11-163-14/+25
* Use bonobo_main_quit instead of gtkRodney Dawes2002-11-162-1/+5
* Correctly spell Advanced.Jeffrey Stedfast2002-11-162-1/+6
* weak notify -> ref.Not Zed2002-11-154-3/+12
* Use g_object_weak_ref rather than connecting to destroy.Jeffrey Stedfast2002-11-159-62/+75
* Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-1511-30/+67
* shell client objref. (mail_add_storage): " (mail_remove_storage): "Not Zed2002-11-142-3/+9
* Remove a couple backslashes that were causing automake to complain, evenJoe Shaw2002-11-142-2/+8
* Use g_object_new() instead of gtk_type_new(). Likewise. Likewise.Ettore Perazzoli2002-11-147-6/+15
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-1411-13/+17
* destroy->weak ref. (owner_set_cb): shell client changes.Not Zed2002-11-13