aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix warnings.Dan Winship2000-07-075-10/+8
* gtkhtmllib_init is no more. Call gconf_init directly instead.Dan Winship2000-07-072-1/+5
* fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-073-2/+7
* remove the default_user Directories dir.Chris Toshok2000-07-072-4/+5
* New function to select the first message on or after the given row thatDan Winship2000-07-075-7/+69
* Make this deal with the full RFC822 References/In-Reply-To format ratherDan Winship2000-07-072-12/+25
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-074-35/+178
* Add a workaround for a small gnome-vfs 0.2 bug so we don't need to requireDan Winship2000-07-072-0/+31
* put gnome-vfs before bonobo since bonobo has an optional dependency on itDan Winship2000-07-071-2/+2
* Well, delete, expunge, appear broken, it sorts (initially) at least now.Michael Zucci2000-07-064-17/+101
* Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd):Not Zed2000-07-064-22/+168
* Images for tree view. Should probably be triangles ...Michael Zucci2000-07-062-0/+44
* Fixed some make distcheck errors.Christopher James Lahey2000-07-063-20/+27
* Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbarChristopher James Lahey2000-07-068-37/+375
* Oops. Don't pass port # as a string in the error code (if it fails toJeffrey Stedfast2000-07-062-4/+8
* Code for message threading.Not Zed2000-07-064-0/+532
* Changelog entries should now go to toplevel Changelog. I now prefer this,Eskil Heyn Olsen2000-07-061-1/+1
* Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (ifChristopher James Lahey2000-07-063-0/+79
* Changed over to camel_imap_command_extended as that was the source of theJeffrey Stedfast2000-07-062-10/+14
* Use the correct gconf path (/apps, not /app), and callDan Winship2000-07-062-5/+12
* make header matching case-insensitiveDan Winship2000-07-062-1/+5
* Kill debugging messageDan Winship2000-07-062-3/+4
* remove some non-error case debugging messages.Dan Winship2000-07-0611-122/+20
* Define `GNOME_VFS_CFLAGS' and `GNOME_VFS_LIBS' in `configure.in'.Ettore Perazzoli2000-07-062-0/+10
* Suppress debugging messages from the mbox provider.Ettore Perazzoli2000-07-062-1/+11
* Shell command for creating new folders.Ettore Perazzoli2000-07-062-1/+36
* added #include <glib.h> to camel-mime-utils.hJeffrey Stedfast2000-07-061-0/+1
* Added prototype for uudecode_stepJeffrey Stedfast2000-07-063-3/+11
* Oops. My gnome-vfs was out-of-date. Update for changed function name.Dan Winship2000-07-062-2/+9
* Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets.Dan Winship2000-07-062-1/+6
* Generated files, go away - FedericoFederico Mena Quintero2000-07-063-4068/+0
* call e_ldap_storage_add_server call.Chris Toshok2000-07-068-94/+216
* updatesDan Winship2000-07-061-11/+6
* Use the gnomevfs sniff buffer interface to try to identify the MIME typeDan Winship2000-07-065-12/+48
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-064-18/+23
* remove the Internet Directories group.Chris Toshok2000-07-0618-59/+26
* remove hack to read "uri" file from local directory.Chris Toshok2000-07-066-9/+267
* Fix typos and update the "to-address" rule to match To or Cc. Fix typos.Dan Winship2000-07-063-8/+13
* Add "Cc" to summary and bump summary version number.Dan Winship2000-07-064-2/+18
* Add uids to the "processed" list only after succesfully doing somethingDan Winship2000-07-062-14/+22
* updated pt_BR translationsJorge Godoy2000-07-052-256/+3151
* Centralize creation of new UIDs for the summary.Ettore Perazzoli2000-07-043-3/+19
* Update `configure.in' and `POTFILES.in' for Chris' latest commit.Ettore Perazzoli2000-07-044-2/+12
* Use &obj instead of &ico in the call to cal_client_get_object(). The ToDoDamon Chaplin2000-07-043-1/+11
* Get rid of unused function `camel_folder_summary_set_uid()'.Ettore Perazzoli2000-07-043-8/+4
* Get rid of a compiler warning.Ettore Perazzoli2000-07-042-1/+11
* Use CalComponentText instead of CalComponentPropSummary. Removed theFederico Mena Quintero2000-07-043-11/+128
* call mail_display_set_message with NULL if the message we tried to selectDan Winship2000-07-043-21/+30
* Fixed more compile errors.Christopher James Lahey2000-07-044-3/+11
* Fixed compile error.Christopher James Lahey2000-07-042-2/+4
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-0434-866/+1186
* Renamed from cal_component_free_description_list(). We can share thisFederico Mena Quintero2000-07-043-253/+368
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-048-2/+917
* Added a reflow_compare callback and did removal if you do shift-click on aChristopher James Lahey2000-07-043-10/+65
* New list class with iterators.Christopher James Lahey2000-07-0410-0/+726
* Parse In-Reply-To with header_references_decode, not header_msgid_decode.Dan Winship2000-07-033-8/+10
* Fix a bug in error-setting code. (pop3_connect): Don't re-prompt forDan Winship2000-07-032-22/+48
* Handle CATEGORIES. This can appear multiple times, so we maintain a list.Federico Mena Quintero2000-07-033-24/+244
* Get filters to work by not freeing the XML document nor the ruleset.Ettore Perazzoli2000-07-032-0/+8
* Remove hack to redisplay the inbox, since folder_changed signals will nowDan Winship2000-07-032-5/+4
* add this, which was missing from ChangeLog in the previous commit:Dan Winship2000-07-031-0/+1
* freeze the folder to avoid multiple folder_changed's (close_folder): andDan Winship2000-07-032-1/+12
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-034-16/+171
* Fix filter_driver_new invocation.Dan Winship2000-07-032-1/+4
* test-mail and test-thread should be noinst.Dan Winship2000-07-032-1/+6
* Pass mail_uri_to_folder and rules to filter_driver_new.Dan Winship2000-07-033-7/+10
* kill filter_driver_set_session and filter_driver_set_rules and insteadDan Winship2000-07-033-58/+35
* Fix double freeing of the camel exception; this prevents a crash when aEttore Perazzoli2000-07-032-1/+5
* Handle date/time and timezone pairs. (scan_property): Handle DTSTART andFederico Mena Quintero2000-07-023-12/+318
* A rather complex uudecoder written in the spirit of Zucchi-ness, is it upJeffrey Stedfast2000-07-022-0/+111
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-0215-78/+305
* Removed bogus extra gtk_object_ref() that caused the shell not to quitEttore Perazzoli2000-07-022-2/+4
* Again, disable compilation of the Pilot stuff until it links - FedericoFederico Mena Quintero2000-07-021-18/+19
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-029-2/+128
* remove unneeded libcamelimap_la_LDADD.Dan Winship2000-07-022-3/+3
* fix the CAPA-parsing code to not get into an infinite loop.Dan Winship2000-07-022-2/+9
* Removed. These aren't being used any more. (The real pixmaps are inDan Winship2000-07-0211-326/+6
* Fixed the bug that would sometimes leave part of the server responseJeffrey Stedfast2000-07-022-7/+20
* Updated to reflect changes made to camel-folder.Jeffrey Stedfast2000-07-022-3/+8
* Handle the DESCRIPTION property. There can be multiple descriptions withFederico Mena Quintero2000-07-013-40/+262
* Updated to reflect camel-folder changes.Jeffrey Stedfast2000-07-013-6/+13
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-017-105/+120
* uncomment out the pilot stuff, i think it links now. hehSeth Alves2000-07-011-19/+19
* New function, to copy a message from one folder to another. The defaultJeffrey Stedfast2000-07-014-15/+99
* Utilities for parsing broken date strings.Jeffrey Stedfast2000-07-016-290/+367
* providers/imap/camel-imap-folder.c: added move_message_to()Jeffrey Stedfast2000-07-012-0/+44
* changed "Exit" to "Close" in the File menuJeffrey Stedfast2000-07-012-11/+7
* oops, forgot I had blocked that code from running :)Jeffrey Stedfast2000-07-011-2/+2
* Wrote some code to try and un-mangle broken date formats and then parseJeffrey Stedfast2000-07-012-12/+320
* Use gnome-print to do a print preview.Dan Winship2000-07-014-1/+27
* s/mbox/file/ to make this work againDan Winship2000-07-011-1/+1
* New function, a wrapper around e_table_selected_row_foreach, which callsDan Winship2000-07-017-52/+178
* New function, to move a message from one folder to another. The defaultDan Winship2000-07-013-2/+75
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-014-16/+49
* Fix to work with new EvolutionShellClientPeter Williams2000-07-012-6/+15
* use the ETable row_selection signal to track how many rows are selected.Dan Winship2000-07-014-12/+41
* Add some checks for bad/nonexistant XML docs.Peter Williams2000-07-014-3/+27
* Updated russian translation.Valek Frob2000-06-302-53/+53
* Added missing CORBA_Object_duplicate() when storing the shellEttore Perazzoli2000-06-302-4/+11
* Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.Ettore Perazzoli2000-06-304-7/+17
* One of these days, I need somebody to teach me how to program.Ettore Perazzoli2000-06-302-6/+6
* Fix stupid typos and add a missing prototype.Ettore Perazzoli2000-06-304-6/+22
* Make calendar die when evolution quits.Christopher James Lahey2000-06-303-2/+34
* Get an EvolutionShellClient instead of an Evolution_Shell to match theEttore Perazzoli2000-06-303-91/+326
* EvolutionShellClient.Ettore Perazzoli2000-06-3019-119/+475
* changed Cc to CC to be the same as the other CC ruleArik Devens2000-06-302-1/+7
* Minor fixes.Aaron Weber2000-06-3016-46/+242
* Add simple deadkey support.Jody Goldberg2000-06-305-60/+161
* Translations from KeldKenneth Christiansen2000-06-301-453/+1859
* Do not link and include the pilot stuff for the calendar component, justFederico Mena Quintero2000-06-302-34/+30
* Changed "Exit" to "Close" in the File menu. This is a little moreJeffrey Stedfast2000-06-302-9/+9
* oops, corrected the gtk/gnome castsJeffrey Stedfast2000-06-301-4/+4
* added a Cc rule to vfoldersArik Devens2000-06-302-0/+11
* Clean up compile warnings (real_fetch_mail): Fetching from IMAP should doJeffrey Stedfast2000-06-302-113/+116
* Translations from KeldKenneth Christiansen2000-06-301-24/+33
* Handle multiple deletes (change by Peter Williams.)Christopher James Lahey2000-06-302-17/+31
* Yeah, I'm a little bit compulsizePeter Williams2000-06-302-4/+6
* Changed "Send" to "Compose" to avoid user confusion. Compose is a littleJeffrey Stedfast2000-06-302-1/+2
* Changed "Send" to "Compose" to avoid user confusion. Compose is a littleJeffrey Stedfast2000-06-304-3/+10
* remove some code incorrectly copied and pasted from create_vfolder_storageDan Winship2000-06-302-6/+7
* From mail:Christopher James Lahey2000-06-3030-144/+404
* imap_expunge should now give more meaningful errorsJeffrey Stedfast2000-06-302-2/+7
* Update warning message to not say "CRASHING", since it won't if you haveDan Winship2000-06-302-6/+8
* Typo fixPeter Williams2000-06-302-1/+8
* Make the pilot stuff in calendar/gui optional.Peter Williams2000-06-294-3/+25
* Fixes brought to us by PurifyMatthew Loper2000-06-295-2/+21
* Updated Ukrainian translationYuri Syrota2000-06-291-186/+2929
* Updated russian translation.Valek Frob2000-06-292-12/+22
* server code to service these:Seth Alves2000-06-2910-184/+638
* Don't make EShellViews ::ref the EShell.Ettore Perazzoli2000-06-292-4/+5
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-2910-12/+316
* New files for the new iCalendar component object. Today's properties:Federico Mena Quintero2000-06-295-3/+487
* New select names manager interface (Not complete.)Christopher James Lahey2000-06-293-0/+227
* add default subjectsDan Winship2000-06-292-1/+18
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-294-122/+185
* commented out future features; redid contact editor stuff.Aaron Weber2000-06-294-254/+408
* Refuse to create folders not of type "mail", and correctly create an emptyDan Winship2000-06-292-5/+31
* make this compile.Dan Winship2000-06-291-1/+1
* Add debugging messagesDan Winship2000-06-291-2/+6
* add ")" to the set of characters to back up over at the end of a potentialDan Winship2000-06-292-1/+6
* Changed "Filter name" to "Option value" as "Filter name" made no sense inJeffrey Stedfast2000-06-292-71/+80
* Call od_assert_using_oaf() or od_assert_using_goad() as appropriate toDan Winship2000-06-292-5/+13
* Updated russian translation.Valek Frob2000-06-292-425/+1741
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-295-327/+403
* Fix Makefile.am for dependencies on removed devel docsPeter Williams2000-06-284-6/+10
* message-list.c: added prototype for filter_date()Jeffrey Stedfast2000-06-283-7/+9
* Just fix some empty space and add the name of the file at the top ofEttore Perazzoli2000-06-281-2/+1
* Change EvolutionShellComponent so that it does ::ref the shell.Ettore Perazzoli2000-06-282-1/+5
* Removed file. Same. Same. Removed references to devel section. RemovedAaron Weber2000-06-2810-192/+4
* Added a load of missing files. Updated Norwegian translation.Kjartan Maraas2000-06-283-487/+1823
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-285-59/+65
* Added an unsort command.Christopher James Lahey2000-06-285-0/+34
* Made dates display grouping information properly.Christopher James Lahey2000-06-282-1/+7
* Little teeny fixesPeter Williams2000-06-284-2/+5
* Don't close the filter stream when done with it (this causes the sourceChristopher James Lahey2000-06-282-1/+7
* Hey, nothreads might work now\!Peter Williams2000-06-282-1/+9
* When loading the description, strdup() the string in the XML tree soEttore Perazzoli2000-06-282-2/+8
* use BONOBO_VFS_GNOME_CFLAGS.Michael Meeks2000-06-282-1/+5
* Fix builddir != srcdir.Ettore Perazzoli2000-06-282-0/+7
* Fix typo.Ettore Perazzoli2000-06-272-1/+6
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-272-0/+6
* Fix the test-threads when no threadingPeter Williams2000-06-272-0/+14
* Fix boobooPeter Williams2000-06-272-0/+4
* Solaris compatibility config check + implementation (ctime_r arguments)Peter Williams2000-06-275-3/+44
* Work around mismatched ctime_r functions. This will be fixed.Christopher James Lahey2000-06-272-1/+8