aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More docs - FedericoFederico Mena Quintero2000-07-184-8/+72
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-183-4/+21
* Docs docs docs - FedericoFederico Mena Quintero2000-07-186-84/+227
* 0.3.12Elliot Lee2000-07-181-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-3/+4
* oops, s/status/s in imap_sync()Jeffrey Stedfast2000-07-181-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-3/+3
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-6/+13
* Typo fix.Federico Mena Quintero2000-07-182-1/+3
* Added the doc/devel Makefiles. (EVOLUTION_DIR): Substitute EVOLUTION_DIRFederico Mena Quintero2000-07-186-2/+46
* New <book> toplevel for the Evolution Developer's Guide.Federico Mena Quintero2000-07-1840-0/+1430
* Fixed inline docs. (cal_client_new): Ditto.Federico Mena Quintero2000-07-182-4/+8
* *** empty log message ***Damon Chaplin2000-07-172-0/+695
* created a model for the EShortcutBar. This will probably have to be movedDamon Chaplin2000-07-172-6/+19
* new files implementing a simple model for the shortcuts, so we can haveDamon Chaplin2000-07-179-229/+298
* Initial code to support IMAP folders that don't use "/" as a directoryJeffrey Stedfast2000-07-173-21/+46
* minor fixes that came up when building with gcc -ansi -pedanticJeffrey Stedfast2000-07-171-4/+4
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-172-5/+8
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-173-24/+60
* Updated Slovenian translationAndraz Tori2000-07-171-2877/+245
* Updated Galician translationJesus Bravo Alvarez2000-07-172-1110/+712
* Put the version number in the `X-Mailer:' header instead of justEttore Perazzoli2000-07-163-2/+26
* Updated Norwegian translation.Kjartan Maraas2000-07-162-608/+558
* Updated Swedish translationAndreas Hydén2000-07-162-1009/+688
* A ride at the cutting edge -- updated German translations for NautilusMatthias Warkus2000-07-152-618/+563
* One last fix to get rid of hard-coded "/" directory separatorsJeffrey Stedfast2000-07-152-1/+9
* a building but non-functional address conduitSeth Alves2000-07-156-0/+1642
* New internal represntation for alarm components. We really don't map themFederico Mena Quintero2000-07-153-1/+223
* duh. don't save the port in the host slot either.Chris Toshok2000-07-152-1/+6
* Oops, minor fix to make any dir_sep work.Jeffrey Stedfast2000-07-151-2/+2
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-156-27/+138
* put a <p> at the end of the header table. (I think there used to beDan Winship2000-07-152-4/+17
* g_free things we g_malloc.Michael Meeks2000-07-153-4/+6
* oopsSeth Alves2000-07-141-0/+4
* If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-142-8/+15
* Only unref the folder if it's been set.Dan Winship2000-07-143-5/+15
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-143-49/+28
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-148-308/+1176
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-144-20/+26
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-143-15/+30
* Added these.Christopher James Lahey2000-07-145-0/+194
* Changed the background color of the header.Christopher James Lahey2000-07-143-2/+7
* Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-1415-39/+358
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-142-0/+12
* s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST.Jonathan Blandford2000-07-142-1/+5
* Add a "gboolean required" argument, and set its value on the entry.Dan Winship2000-07-142-16/+48
* define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-143-6/+31
* updateDan Winship2000-07-141-6/+8
* small cleanups, quiet compilerSeth Alves2000-07-133-109/+93
* Updated the Turkish translation.Fatih Demir2000-07-132-992/+466
* Updated russian translation.Valek Frob2000-07-132-533/+195
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-132-0/+4
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-132-166/+119
* Don't fetch the entire RFC822 header, just fetch the fields we want.Jeffrey Stedfast2000-07-132-4/+13
* Back to the old way to avoid g_warnings, yay. Also fix append to send aJeffrey Stedfast2000-07-132-2/+3
* Back to the old way to avoid g_warnings, yayJeffrey Stedfast2000-07-132-2/+23
* (install-data-hook): ignore error on mkdir.Chris Toshok2000-07-132-1/+5
* Remove some text cruft i was using for testing.Michael Zucci2000-07-131-2/+1
* Reset filter on setup. (reset): When resetting qp encoding, set the stateNot Zed2000-07-133-24/+96
* Oops, missed a source file.Jeffrey Stedfast2000-07-131-1/+3
* Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-136-32/+8
* Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-135-11/+44
* oops. fix typo that was saving the port in the rootdn spot.Chris Toshok2000-07-132-7/+67
* todo conduit builds and plays nice but does nothingSeth Alves2000-07-138-210/+401
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-135-64/+91
* Made scroll wheel work properly in header.Christopher James Lahey2000-07-133-2/+13
* From addressbook/ChangeLog:Christopher James Lahey2000-07-1313-31/+82
* fix some cut & paste bung.Chris Toshok2000-07-132-6/+10
* Add icons to the toolbars.Christopher James Lahey2000-07-133-16/+32
* Added installation of arrow.png.Christopher James Lahey2000-07-135-6/+24
* GnomeFont update.Michael Meeks2000-07-132-30/+45
* add "message/news" to the mime_function_table using the same handler asChris Toshok2000-07-132-0/+7
* get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-134-41/+56
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-138-66/+90
* Solaris fixes: make sure not to pass NULL to printf's %sMatthew Loper2000-07-132-2/+11
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-134-23/+23
* Fix bug #345: Command to show/hide attachments in the composerPeter Williams2000-07-132-4/+190
* fixed various problemsSeth Alves2000-07-1310-117/+103
* add news server tab to dialog.Chris Toshok2000-07-134-11/+433
* create an empty news directory in $(defaultdir).Chris Toshok2000-07-132-0/+8
* don't add test-newsrc to the build since it needs libcamel (which isn'tChris Toshok2000-07-135-179/+244
* Fixed to match gconf API change.Christopher James Lahey2000-07-132-1/+5
* updated pt_BR translationsJorge Godoy2000-07-131-868/+698
* Fix bug #378: last displayed message is still shown in an empty folderPeter Williams2000-07-132-1/+7
* Fix bug #394: Refiling messages does not update the viewPeter Williams2000-07-122-0/+16
* Fix bug #390: default attachment save dir should be ~Peter Williams2000-07-122-3/+8
* Tried rearranging the casts to try for a more correct computation.Christopher James Lahey2000-07-122-6/+11
* Use size_t and ssize_t for read/write methodsJeffrey Stedfast2000-07-123-14/+14
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-123-8/+54
* Updated to reflect changes to camel_folder_append_message ()Jeffrey Stedfast2000-07-122-2/+10
* Removed an unused functionChristopher James Lahey2000-07-122-7/+4
* Removed some debugging printfs.Christopher James Lahey2000-07-125-6/+18
* Handle the COMPLETED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-123-30/+278
* fix %08x to %04xJeffrey Stedfast2000-07-121-1/+1
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-125-16/+46
* Changed to use camel_folder_move_message_to () rather than get_message ()Jeffrey Stedfast2000-07-122-17/+7
* Disable Search capability menu/entry if folder doesn't support it.Jeffrey Stedfast2000-07-123-6/+16
* Set the post_send_data flag rather than toggling it. (Maybe we'll needDan Winship2000-07-122-5/+9
* This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-122-1/+7
* Removed unneeded check for the URI. (load_fn): Be more paranoid about theFederico Mena Quintero2000-07-122-14/+49
* Translations from KeldKenneth Christiansen2000-07-121-576/+72
* Update for 0.2.Ettore Perazzoli2000-07-1118-6969/+38801
* Update.Ettore Perazzoli2000-07-111-4/+0
* Fix the GtkHTML check which was wrong.Ettore Perazzoli2000-07-112-1/+3
* 0.2.Ettore Perazzoli2000-07-111-0/+4
* Update the message.Dan Winship2000-07-112-15/+17
* Remove conflict marks.Ettore Perazzoli2000-07-112-16/+0
* Add the OAF stuff to `EXTRA_DIST'.Ettore Perazzoli2000-07-111-2/+1
* Updated.Ettore Perazzoli2000-07-112-24/+63
* add mailer newsDan Winship2000-07-111-0/+105
* Oops, an unsigned integer can never be < 0Jeffrey Stedfast2000-07-112-1/+6
* Updated with the addressbook stuff.Ettore Perazzoli2000-07-111-33/+39
* Calendar news - FedericoFederico Mena Quintero2000-07-111-0/+30
* Updated to check for required GtkHTML and gnome-printJeffrey Stedfast2000-07-112-4/+9
* ignore binariesSeth Alves2000-07-111-0/+2
* Disable Pilot conduit stuff for now. It's not quite ready yet and itEttore Perazzoli2000-07-115-31/+13
* updatesDan Winship2000-07-112-10/+12
* remove gnomecal.conduitDan Winship2000-07-113-3/+9
* add idl file to EXTRA_DISTDan Winship2000-07-112-1/+8
* Removed several calendar/gui files that are no longer there.Federico Mena Quintero2000-07-112-3/+5
* *** empty log message ***Seth Alves2000-07-111-4/+5
* Added a missing variable initialization. (That code would haveEttore Perazzoli2000-07-112-0/+6
* *** empty log message ***Seth Alves2000-07-111-5/+4
* Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-115-12/+46
* `#if 0' an unused function.Ettore Perazzoli2000-07-112-0/+7
* updated calendar conduit to use oaf and wombatSeth Alves2000-07-116-339/+417
* Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-114-5/+24
* Moved these files to calendar/conduits/{calendar/todo} - FedericoFederico Mena Quintero2000-07-118-2524/+0
* added makefiles for calendar conduitsSeth Alves2000-07-1110-32/+135
* Translate a default_folder of "" into NULL (which can't be passed overDan Winship2000-07-112-0/+8
* Initialize a variable to make this not crash again. And fix a bug so itDan Winship2000-07-112-2/+8
* Cleaned up a bunch of compile warningsJeffrey Stedfast2000-07-112-12/+23
* Work with both current and 0.15 bonoboDan Winship2000-07-112-2/+8
* Add a check for Bonobo 0.15 vs Bonobo post-0.15Dan Winship2000-07-113-3/+23
* Increase shareholder value.Dan Winship2000-07-111-1/+1
* kill more debugging messagesDan Winship2000-07-113-22/+4
* kill more debugging messagesDan Winship2000-07-114-21/+2
* Don't multiply free dest_url.Dan Winship2000-07-112-2/+2
* Fix warnings.Dan Winship2000-07-112-3/+8
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-111-1/+8
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-114-35/+58
* Fix an unitialized variable error.Ettore Perazzoli2000-07-112-0/+8
* Get rid of the ESelectNames test menu entry.Ettore Perazzoli2000-07-112-38/+5
* Fix a typbraino in the ETableScrolled header file.Ettore Perazzoli2000-07-113-2/+6
* Fixed broken POP fetchingJeffrey Stedfast2000-07-112-0/+14
* Removed some useless debugging messages.Ettore Perazzoli2000-07-113-2/+7
* Make the wm close button in the message composer work the same asEttore Perazzoli2000-07-112-14/+45
* Add FIXME comment.Ettore Perazzoli2000-07-111-0/+2
* Fix syncing of the mailbox on exit so that it's done on destruction ofEttore Perazzoli2000-07-113-16/+14
* Fix the address entry box for more than one address being specifiedPeter Williams2000-07-102-19/+27
* updated pt_BR translationsJorge Godoy2000-07-101-404/+339
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-108-19/+30
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-103-13/+18
* Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-1014-82/+937
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-106-2/+41
* Fixed movemail so that it too would deliver to Inbox.Jeffrey Stedfast2000-07-102-38/+31
* Implemented.Jeffrey Stedfast2000-07-106-0/+124
* Removed calendar/gui/evolution-calendar-control.cFederico Mena Quintero2000-07-102-1/+4
* Don't load "" into the editor, because it will cause the editor componentDan Winship2000-07-102-1/+9
* add a "string" typeDan Winship2000-07-109-69/+46
* New function to copy a header_references structure.Dan Winship2000-07-106-81/+145
* Fix a bug in previous commit that could cause infinite loopsDan Winship2000-07-101-3/+1
* Remove unused file - FedericoFederico Mena Quintero2000-07-101-200/+0
* Don't g_warn if the user selects a fake tree parent.Dan Winship2000-07-103-78/+85
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-107-11/+66
* Put back e_cell_event sometimes when we're not editing.Christopher James Lahey2000-07-103-6/+11
* Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause theChristopher James Lahey2000-07-093-16/+22
* Fixed a small off by one error that was causing an extra character to getChristopher James Lahey2000-07-092-1/+8
* What is 'Refile'? Is it lamer word?Valek Frob2000-07-092-150/+121
* Remove setting of dnd_code since that's handled internally to ETable.Christopher James Lahey2000-07-092-3/+5
* Set the dnd_code to something non-null for the ETableHeaderItem.Christopher James Lahey2000-07-093-0/+7
* Stab at complete German translationMatthias Warkus2000-07-092-207/+3481
* Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-097-54/+251
* Set header canvas scroll region correctly.Christopher James Lahey2000-07-093-2/+6
* Removed the extra frame here.Christopher James Lahey2000-07-092-14/+5
* Several contacts list bugfixes.Anders Carlsson2000-07-0910-50/+109
* Removed unused do_nothing_cb function.Christopher James Lahey2000-07-099-36/+177
* Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-093-4/+23
* updated icons that work better on the gray background /tigertTuomas Kuosmanen2000-07-093-0/+8
* Return "" instead of NULL.Christopher James Lahey2000-07-093-2/+13
* Added e_list_duplicate.Christopher James Lahey2000-07-093-0/+23
* Fix up the pageup/pagedown increment a bit.Dan Winship2000-07-092-4/+10
* Link the toolbar print button to the print callback.Not Zed2000-07-092-1/+6
* Add a "Threaded Message List" item to the "View" menu.Dan Winship2000-07-094-25/+69
* fix a "Re:" parsing bugDan Winship2000-07-092-1/+5
* Get rid of an unused variable.Ettore Perazzoli2000-07-093-0/+13
* Always dump incoming messages to Inbox (assuming not filtered to anotherJeffrey Stedfast2000-07-092-25/+63
* Don't display the annoying "Cannot display..." view in the shell whenEttore Perazzoli2000-07-092-39/+15
* When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-093-8/+16
* Hitting OK or Cancel at least closes the dialog now.Christopher James Lahey2000-07-092-0/+7
* Set the returned entry to use the ellipsis.Christopher James Lahey2000-07-092-0/+7
* Don't call e_cell_event if we're not editing.Christopher James Lahey2000-07-093-6/+11
* Remove "Close calendar" command, which does not make much sense.Ettore Perazzoli2000-07-092-8/+5
* Include e-select-names-factory.h.Christopher James Lahey2000-07-098-8/+86
* Commented out some unnecessary and buggy code.Christopher James Lahey2000-07-093-0/+9
* Move the "Expunge" command to the "Actions" menu.Ettore Perazzoli2000-07-092-2/+8
* Some menu cleanup.Ettore Perazzoli2000-07-092-31/+14
* Create an empty "Edit" menu for the editor control to insert itself into.Dan Winship2000-07-092-0/+10
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-098-74/+101
* Remove conflict markers - FedericoFederico Mena Quintero2000-07-091-1/+0
* Deal with having multiple selected messages.Dan Winship2000-07-094-51/+63
* Translations from KeldKenneth Christiansen2000-07-091-424/+336
* Ignore dynamically created source filesJeffrey Stedfast2000-07-092-0/+9
* Ignore dynamically created source filesJeffrey Stedfast2000-07-092-0/+9
* Small fix to stop uid data from being set on a message-list tree node whenJeffrey Stedfast2000-07-092-1/+8
* comment out true but confused warning about non-scrollable widgets untilDan Winship2000-07-092-2/+16
* Fix Jeff's FIXME: This does get called with out-of-range data sometimes,Dan Winship2000-07-092-14/+7
* Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-085-22/+96
* Updated russian translation.Valek Frob2000-07-081-362/+320
* Use the new controls implemented in the addressbook in the messageEttore Perazzoli2000-07-083-25/+216
* Wrap the ESelectNames stuff into a Bonobo interface, so that we canEttore Perazzoli2000-07-0813-11/+622
* Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-083-1/+70
* updated ChangeLogJeffrey Stedfast2000-07-081-0/+6
* Added an "editable" argument.Christopher James Lahey2000-07-086-24/+63
* Changed to line mode.Christopher James Lahey2000-07-082-0/+14
* Fixed EXTRA_DIST for make distcheck.Christopher James Lahey2000-07-082-0/+6
* Implemented the get_cards function.Christopher James Lahey2000-07-084-3/+84
* This wasn't quite right, it will now work but still isn't perfect. SeeJeffrey Stedfast2000-07-082-1/+19
* Don't cache the exact server response, only cache the important data (akaJeffrey Stedfast2000-07-081-4/+30
* (sort_node): sort the tree by the original order of the messagesDan Winship2000-07-083-2/+7
* Work around In-Reply-To's with unquoted punctuation. So many brokenDan Winship2000-07-082-1/+4
* Add another argument "clast" pointing to the container before the currentDan Winship2000-07-082-5/+18
* Lots of changes. Store uids as node data on the tree nodes and use thoseDan Winship2000-07-086-438/+164
* Update for camel_folder_search_by_expression change (GList -> GPtrArray).Dan Winship2000-07-082-69/+85
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-088-26/+37
* Handle the SEQUENCE property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-083-1/+126
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-087-0/+99
* Make the entry widgets we create editable.Christopher James Lahey2000-07-086-12/+64
* Added e_strsplit to work around a bug in g_strsplit.Christopher James Lahey2000-07-085-0/+121
* Add proper cast when filling in the CORBA sequence struct.Ettore Perazzoli2000-07-082-1/+6
* Add an extra ref for the CORBA storage BonoboObject so that the numberEttore Perazzoli2000-07-082-4/+15
* Fixed the parser to actually workJeffrey Stedfast2000-07-082-14/+17
* Fixed some typos.Christopher James Lahey2000-07-083-18/+14
* Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-0811-25/+224
* Handle a row number of -1 properly.Christopher James Lahey2000-07-082-0/+8
* Added last and insert functions.Christopher James Lahey2000-07-084-33/+111
* sync this to filtertypes.xml (to/cc thing)Dan Winship2000-07-082-8/+8
* new contacts icon (big) /tigTuomas Kuosmanen2000-07-072-0/+6
* break up the uri into it's component pieces. - don't store the uri in thisChris Toshok2000-07-072-2/+13
* add scope to ELDAPServer, and make port a string.Chris Toshok2000-07-074-20/+73
* Added docstrings. This file did not have them at all. EEEEEEK!Federico Mena Quintero2000-07-072-0/+179
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-072-10/+10
* make pthreads not required again, since they aren't, and removeDan Winship2000-07-072-6/+11
* Map tree model row numbers to summary row numbers. (ml_tree_value_at,Dan Winship2000-07-072-7/+18
* add a g_return_val_if_fail to etree_node_at_rowDan Winship2000-07-072-4/+4
* Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-073-20/+118
* Make this work recursively.Dan Winship2000-07-073-2/+21
* Handle the CREATED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-073-121/+324
* Glade files for the configuration dialog.JP Rosevear2000-07-075-247/+468
* include GCONF_CFLAGS for gconf_initDan Winship2000-07-071-0/+1