/dns/scavenge/

Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use BonoboConf to store/retrieve settings, and useRodrigo Moya2001-07-042-11/+84
* attach send and postpone handlers. and be more tolerant of errors.Larry Ewing2001-07-042-2/+17
* Add new columns for information specification (meeting_page_destroy): saveJP Rosevear2001-07-047-17/+80
* Replace value in config->preview_hash when it already exists. Old codeSam Creasey2001-07-042-1/+8
* Revised to make it less scary.Aaron Weber2001-07-042-10/+10
* Unset the message being displayed when expunging. This makes expungedJoe Shaw2001-07-042-0/+7
* make sure we seek to the begining.Larry Ewing2001-07-042-1/+10
* If msg is NULL, fetch the message and requeue a mail_reply call. Fixes bugJoe Shaw2001-07-042-1/+20
* Prevent crashing while we work this out.Peter Williams2001-07-043-2/+15
* Use a better GHashTable technique that will hopefully solve some bugs andJeffrey Stedfast2001-07-042-78/+67
* Added NNTP_NO_PERMISSION (502) to the list of response codes.Joe Shaw2001-07-043-1/+16
* Fix bug #3612: Accelerator for attach file in composer.Jacob Leach2001-07-042-0/+8
* Disable bonobo-conf Fix radio button problemIain Holmes2001-07-045-14/+40
* Split make_string into these. (update_idle): Use (name and status) insteadPeter Williams2001-07-042-40/+52
* Finish off #809 by committing the menu and right click thingies forJacob Leach2001-07-044-1/+14
* Put in lots of orderedlists...more SGML, less for the user to read.Kevin Breit2001-07-046-732/+1300
* [Fix a problem with not being able to save a newly createdEttore Perazzoli2001-07-042-1/+15
* remove the timer id.Larry Ewing2001-07-043-31/+128
* querythe user to check if they want to load any orphans we've found.Larry Ewing2001-07-043-19/+188
* use bonobo-conf everywhereDietmar Maurer2001-07-0418-861/+942
* Add a seperate pixbuf for the print buttonIain Holmes2001-07-042-1/+6
* Fixed the bonobo warningIain Holmes2001-07-042-1/+6
* Compile fixes. #include errno.h and gnome-dialog-utils.h.Peter Williams2001-07-042-4/+10
* Forgot to save thisPeter Williams2001-07-041-2/+4
* Prevent folders from appearing to have -1 new messages. Prevent nonactivePeter Williams2001-07-045-22/+123
* Rename some of the widgets in the news config to not conflict with theDan Winship2001-07-042-2/+8
* Use mkdtemp if we have it, else use mktemp but make the code safer than itJeffrey Stedfast2001-07-043-6/+27
* More BonoboConf workIain Holmes2001-07-042-0/+5
* BonoboConf work New print iconIain Holmes2001-07-044-74/+75
* Fix crashes if the offline button is clicked before the summary has been createdIain Holmes2001-07-042-0/+18
* Hide the URL passwd, auth, and params. (folder_browser_copy): Same.Jeffrey Stedfast2001-07-032-2/+10
* Doh. Don't remove things from the hash table while foreach'ing it. (AndDan Winship2001-07-033-23/+63
* Updated Hungarian translation.Andras Timar2001-07-032-618/+763
* remove a no-longer-relevant commentDan Winship2001-07-031-3/+0
* Remove `shortcuts.xml'. The shell is now able to create that by itself.Ettore Perazzoli2001-07-033-19/+6
* [The following makes the shell able to create the `shortcuts.xml'Ettore Perazzoli2001-07-034-21/+72
* Don't pass a dirty exception to camel_folder_sync. Fixes an IMAP filteringDan Winship2001-07-032-1/+7
* Ref/unref the handler so the signal handlers can unref it safely. Also, ifEttore Perazzoli2001-07-033-2/+25
* oops. /tigertTuomas Kuosmanen2001-07-031-0/+0
* new iconz warez for do0dz! /t1g3rtTuomas Kuosmanen2001-07-034-0/+5
* [Fixed #3643, Shell crash when component crashed]Ettore Perazzoli2001-07-032-1/+19
* add the icaltimezone to the timezone array of the toplevel VCALENDARDamon Chaplin2001-07-032-3/+21
* fix warning, and added some debug messages.Damon Chaplin2001-07-034-2/+23
* added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. NotDamon Chaplin2001-07-032-0/+9
* added bonobo_conf.Damon Chaplin2001-07-032-2/+7
* added $(BONOBO_CONF_LIBS) to get it to compile.Damon Chaplin2001-07-032-0/+6
* fixed bad assertion, '!=' -> '=='. (icalcomponent_merge_vtimezone): getDamon Chaplin2001-07-032-3/+8
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-037-22/+96
* New files with the alarm options dialog; this configures theFederico Mena Quintero2001-07-039-7/+1077
* If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-0348-537/+2009
* added functions to set a callback to get the current time, which is usedDamon Chaplin2001-07-037-50/+230
* more timezone stuff.Damon Chaplin2001-07-037-309/+863
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Made the remove this column menu item greyed out if it's the last column.Christopher James Lahey2001-07-031-2/+4
* Add publish free/busy itemJP Rosevear2001-07-032-0/+11
* publish free/busy information for the currently viewed time rangeJP Rosevear2001-07-033-8/+118
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-034-12/+14
* Forgot to commit this bit.Chris Lahey2001-07-031-0/+1
* Added e-categories-master-list-wombat.c andChristopher James Lahey2001-07-034-0/+247
* Added an MailAccountEditorNews, for NNTP configuratuion. Based onSam Creasey2001-07-0310-62/+575
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-038-0/+29
* Added an integer type for filtering values. used for size.Sam Creasey2001-07-037-0/+321
* Implemented nntp_folder_search_by_expression and nntp_folder_search_free.Sam Creasey2001-07-039-33/+156
* New tasks stuffIain Holmes2001-07-036-0/+322
* Support for ATTACH, DESCRIPTION properties in alarm components.Federico Mena Quintero2001-07-033-88/+254
* <sigh/>Ettore Perazzoli2001-07-032-1/+5
* Don't send the double click signal if there's no row selected.Christopher James Lahey2001-07-031-3/+6
* Setup the Empty Trash On Exit widgets.Jeffrey Stedfast2001-07-036-16/+81
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-037-136/+90
* Updated Slovenian translationAndraz Tori2001-07-031-1118/+1690
* Updated Norwegian translation.Kjartan Maraas2001-07-032-664/+853
* i2001-07-02 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-034-16/+118
* Support for repeat/duration properties in alarm components.Federico Mena Quintero2001-07-034-1/+104
* Changed "Add criterion" button to have normal button relief in response toAnna Marie Dirks2001-07-033-2/+10
* Set the user-chosen charset.Jeffrey Stedfast2001-07-035-13/+68
* *misc/e-filter-bar.c (option_changed): Specified a default size for theAnna Marie Dirks2001-07-032-3/+27
* Take a callback function and user_data so that we can add listeners toJeffrey Stedfast2001-07-033-3/+34
* fill in delegated from fieldJP Rosevear2001-07-033-5/+11
* make the 'Task Preferences' menu item appear as the first item in theRodrigo Moya2001-07-032-3/+14
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-037-47/+29
* new file for a set of functions for managing category-related (icons,Rodrigo Moya2001-07-034-0/+248
* implementJP Rosevear2001-07-0310-35/+400
* Add comment noting that Camel actually exists now :-)Peter Williams2001-07-032-0/+11
* Add a warning about how wrong this document is.Peter Williams2001-07-032-0/+10
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-0310-197/+973
* Check for libGal 0.8.99.7.Jeffrey Stedfast2001-07-032-1/+5
* Updated slightly.Jeffrey Stedfast2001-07-036-170/+328
* Set it up to have an e-charset-picker bonobo-ui menu attached to the EditJeffrey Stedfast2001-07-032-74/+48
* Construct an e-charset-picker bonobo-ui menu.Jeffrey Stedfast2001-07-032-25/+34
* #include widgets/misc/e-charset-picker.h since it was moved there fromJeffrey Stedfast2001-07-032-1/+7
* Added widgets/misc/e-charset-picker.cJeffrey Stedfast2001-07-032-0/+5
* Updated to build e-charset-picker.cJeffrey Stedfast2001-07-035-0/+515
* Created its own file.Kevin Breit2001-07-0314-812/+706
* Kill irritating "Returning" g_warning.Peter Williams2001-07-032-1/+5
* Don't assert that there is a handler, so we don't crash if user clicks onEttore Perazzoli2001-07-038-44/+132
* I'm sorry JP, I can't edit MakefilesIain Holmes2001-07-022-1/+5
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-025-111/+102
* new method to get an application-initialized filter driver.Dan Winship2001-07-0211-38/+113
* srcdir != builddir compile fix.Peter Williams2001-07-02