aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-217-22/+42
* Fixes for stream stuff.NotZed2000-05-203-18/+16
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-202-1/+53
* move the development_warning from mail to shell so you don't get theDan Winship2000-05-192-69/+4
* Update for camel_folder_get_uids (folder_changed,Dan Winship2000-05-193-31/+37
* This seems to be cruft. Nuke it.Dan Winship2000-05-182-50/+2
* Use camel_data_wrapper_write_to_stream rather thanDan Winship2000-05-183-71/+41
* Ok, so all incoming mail comes through filters, yay!NotZed2000-05-172-64/+95
* New menu to bring up the filter editor, and edit filters. They dontNotZed2000-05-175-1/+59
* Removed usage of bonobo_object_destroy.Christopher James Lahey2000-05-172-3/+6
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-142-25/+28
* Use 6 X's to mkstemp, as required by the man page, just a temp fix, thisNotZed2000-05-132-1/+7
* Call a kludge a kludge. (And an insecure kludge at that.)Dan Winship2000-05-121-0/+5
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-122-1/+5
* Left-justify the message.Federico Mena Quintero2000-05-122-0/+6
* Fix compilation error.Chris Lahey2000-05-111-1/+1
* Made this dialog have fewer buttons.Christopher James Lahey2000-05-112-2/+6
* New development warning text from Nat.Christopher James Lahey2000-05-112-9/+40
* only set the default background color if style is not NULL.Larry Ewing2000-05-112-3/+10
* Removed dist-hook section.Christopher James Lahey2000-05-102-4/+12
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-102-6/+5
* Fill in "blah blah blah".Matthew Loper2000-05-092-6/+17
* make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-094-44/+50
* Update for CamelStream CamelException changes.Dan Winship2000-05-093-15/+37
* Size moved to message info, rather than content info structure.NotZed2000-05-082-5/+6
* unref the message after displaying it.Dan Winship2000-05-083-4/+15
* Changed a toolbar button from saying "New mail" (which suggests you mightMatthew Loper2000-05-082-1/+7
* Don't hardcode "inbox" here.Dan Winship2000-05-077-84/+58
* New code to configure identity, mail source, and mail transport.Dan Winship2000-05-076-42/+1149
* ignore evolution-mail.pureChris Toshok2000-05-073-0/+18
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-0715-78/+43
* Use the OAFIID when using an OAF-enabled build of bonobo.Anders Carlsson2000-05-062-1/+16
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* Requires a camel-patch, about to come through ...NotZed2000-05-053-24/+60
* Some small build fixes:Jacob Leach2000-05-042-1/+6
* Make the "Cc:" field optional again. (Before, we could check ifDan Winship2000-05-042-7/+16
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-7/+7
* comment out the changed signal for now.Larry Ewing2000-05-032-1/+6
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-032-1/+6
* only free search if it is not NULL.Larry Ewing2000-05-032-1/+11
* > 2000-05-02 NotZed <NotZed@HelixCode.com>Michael Zucci2000-05-034-3/+14
* Added a deleted message icon whcih shows when messages areMichael Zucci2000-05-025-6/+96
* Ok, you can now delete and expunge messages ... not really prettyMichael Zucci2000-05-024-2/+60
* > (folder_browser_gui_init): Add an option meny to the search line.Michael Zucci2000-05-024-14/+108
* A hackish little quick-search entry. (search_activate): Perform aNotZed2000-05-025-25/+116
* 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 &nbsp;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