aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* This is no longer necessary.Dan Winship2000-04-303-20/+8
* Handle clicks on "cid" URLs by popping up a "Save Attachment" dialog.Dan Winship2000-04-303-1/+127
* Improve the builtin vs bonobo selection code. (handle_mystery): IncludeDan Winship2000-04-306-133/+231
* update for Camel recipient changes. (Just to make it build, not to takeDan Winship2000-04-292-17/+38
* Fix broken OAF patch for the GNORBA case.Ettore Perazzoli2000-04-292-8/+14
* Makefile fixMiguel de Icaza2000-04-281-1/+2
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-288-29/+187
* Oops. Remove the part of the previous patch that wasn't supposed toDan Winship2000-04-281-24/+8
* Move text_to_html to e-util.Dan Winship2000-04-285-217/+70
* Improve URL converstion code. Recognize https, recognize "www\..*" withoutDan Winship2000-04-282-14/+55
* Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS toDan Winship2000-04-273-95/+145
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-272-14/+11
* update for CamelStream changes.Dan Winship2000-04-262-5/+8
* add a convert_space_hack flag, which turns N spaces into N-1  s and aDan Winship2000-04-262-28/+138
* Now that we're not limited to a single GtkHTML for the display, there's noDan Winship2000-04-263-270/+191
* (reply_body): Make this deal better with multiparts.Dan Winship2000-04-262-40/+30
* (setup_function_table): pass unknown text subtypes toDan Winship2000-04-262-3/+34
* Fix some bugs that crept into reply generation. This needs a lot more workDan Winship2000-04-252-5/+21
* Redo large chunks of this. The mail display now consists of a vbox in aDan Winship2000-04-255-638/+747
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-245-5/+90
* Change cid expectations to match current camel reality.Dan Winship2000-04-232-5/+5
* call glade_gnome_init, for composer.Dan Winship2000-04-232-0/+6
* #include "mail-format.h"Dan Winship2000-04-231-0/+1
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-236-56/+328
* deal with cid: URLs. (find_cid): helper routine for above. (This could beDan Winship2000-04-213-21/+144
* ref the message we display, since we're going to unref it when we removeDan Winship2000-04-212-0/+8
* Oops, remove some debug i put there.NotZed2000-04-212-4/+1
* Add libibex.la to link.NotZed2000-04-214-24/+33
* update for bonobo change, and remove a now-unused variable.Dan Winship2000-04-212-43/+7
* new function, actually calls select_msg. (on_row_selection_cmd): registerChris Toshok2000-04-173-5/+33
* no more e_cell_set_editable. this info always comes from the model.Chris Toshok2000-04-172-3/+5
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-158-239/+893
* use gnome_app_fill_toolbar_with_data, so we get the beautiful gnomeChris Toshok2000-04-152-36/+36
* Fix up the warning message a bit. (folder_browser_factory): Make theDan Winship2000-04-142-9/+16
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-122-0/+5
* Add some #includes for the non-HAVE_MKSTEMP caseDan Winship2000-04-102-0/+7
* use camel_movemail when fetching mail from an mbox store. This leavesDan Winship2000-04-102-14/+84
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-092-0/+7
* Add more beautiful art from Miggue, the Diego Rivera of the nextMiguel de Icaza2000-04-089-120/+211
* + * folder-browser.c (folder_browser_destroy): Unref the shellMatthew Loper2000-04-083-1/+27
* new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't doDan Winship2000-04-085-18/+215
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-069-53/+325
* update to new property API.Michael Meeks2000-04-022-23/+62
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-014-11/+10
* Call bonobo_control_frame_activate on the folder_view every time it isDan Winship2000-03-302-16/+82
* quiet warnings when building in ../poChris Toshok2000-03-282-54/+57
* Memory leak fix.Miguel de Icaza2000-03-272-10/+19
* update for summary changes. Hey, neat, it really does make it moreDan Winship2000-03-252-28/+50
* Updated .cvsignore filesChris Lahey2000-03-232-1/+6
* Minor cleanup & commenting.Matthew Loper2000-03-223-40/+46
* display message sizebertrand2000-03-213-2/+13
* launch the good componentBertrand Guiheneuf2000-03-211-1/+1
* Temporarily removed the calendar from the subdirs list. The compilationbertrand2000-03-213-3/+76
* Properly ref & sink the table and header models.Christopher James Lahey2000-03-212-0/+9
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+1
* First cut at a mail source selection wizard. Basically a rigged demo atDan Winship2000-03-152-1/+778
* i2000-03-13 bertrand <bertrand@helixcode.com>bertrand2000-03-132-1/+13
* (get_view): added a parameter to have a reference to the EShellView.bertrand2000-03-131-1/+1
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-135-73/+51
* name changebertrand2000-03-133-14/+20
* added the get_e_folder_type function.bertrand2000-03-135-4/+73
* plug mem leaks due to bad documentation ofbertrand2000-03-093-5/+14
* added a warning so that the user knows that this version may crash hisbertrand2000-03-082-6/+12
* sync from laptopBertrand Guiheneuf2000-03-084-72/+96
* missing fileBertrand Guiheneuf2000-03-072-3/+104
* More changes than a man can remember.Bertrand Guiheneuf2000-03-0614-82/+634
* Added a prototype message listing.Christopher James Lahey2000-03-052-5/+26
* Set up the column headers properly.Christopher James Lahey2000-03-053-2/+10
* Define ml_duplicate_value and ml_free_value correctly.Christopher James Lahey2000-03-052-1/+44
* Use g_int_compare and g_str_compare as we should be instead of g_int_equalChristopher James Lahey2000-03-052-10/+15
* sync for debugging with chrisBertrand Guiheneuf2000-03-054-7/+25
* Change this to use the ETable widget itself instead of building it fromChristopher James Lahey2000-03-052-3/+10
* Ref the table columns since we unref them at the end.Christopher James Lahey2000-03-042-1/+8
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-022-3/+10
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-292-1/+5
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-252-1/+17
* last set of changes for CamelFolder changes. Evolution builds again...Dan Winship2000-02-252-1/+6
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-242-5/+14
* + * message-list.c (message_list_set_folder): Check 'desc'riptionsMatthew Loper2000-02-242-10/+21
* fix to show a sample correct implementation.bertrand2000-02-223-3/+49
* + * libical/Makefile.in: autogenerated file removed from cvs, andMatthew Loper2000-02-222-1/+6
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-222-1/+46
* update for CamelSession changesDan Winship2000-02-222-1/+11
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-202-0/+5
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-192-0/+2
* Further Makefile.am fixage -miguelMiguel de Icaza2000-02-191-2/+2
* update for bonobo changesDan Winship2000-02-171-1/+5
* Add session.cArturo Espinosa2000-02-171-0/+67
* Add session.hArturo Espinosa2000-02-171-0/+17
* Add the unicode libraries as well.Miguel de Icaza2000-02-167-9/+76
* + * tests/ui-tests/message-browser.c (handle_tree_item): Expand treeMatthew Loper2000-02-142-2/+6
* HTMLStreamClass's parent changed to CamelStreamClass, not CamelStream.Matthew Loper2000-02-142-1/+6
* Add the e-text directory to the includes list.Christopher James Lahey2000-02-123-2/+10
* Display the summary. AbstractlyMiguel de Icaza2000-02-111-5/+20
* Added libetext as libetable depends on it.Christopher James Lahey2000-02-092-0/+5
* Changed the order of the compilation so the CORBA stuff was generatedIain Holmes2000-02-092-2/+7
* Add evolution-mail.gnorba fileArturo Espinosa2000-01-301-0/+13
* Add missing fileArturo Espinosa2000-01-301-0/+58
* More work. Not funny that e-table does not display.Arturo Espinosa2000-01-296-28/+189
* Work on the factoyrArturo Espinosa2000-01-293-13/+43
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-269-35/+36
* Add missing fileArturo Espinosa2000-01-261-0/+6
* It compiles -miguelArturo Espinosa2000-01-259-15/+91
* More workArturo Espinosa2000-01-2510-5/+780
* More workArturo Espinosa2000-01-205-0/+163
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-192-0/+27