/textproc/replaceit/

/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GGV_1_0_2'.GGV_1_0_2nobody2001-03-022013-737465/+0
* quote a test and make sure incdir is always set so 'cat' worksJP Rosevear2001-03-022-1/+7
* remove camel-imap-auth.c, add sasl stuffDan Winship2001-03-022-1/+8
* New function to turn foo/bar into foo/subfolders/bar. The inverse functionDan Winship2001-03-024-0/+155
* add missing "for" to a messageDan Winship2001-03-021-1/+1
* Updated Slovenian translationAndraz Tori2001-03-021-608/+645
* I am an idiot.Jon Trowbridge2001-03-022-12/+27
* Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-026-286/+151
* Take a GByteArray as input as well. Comment that you can pass %NULL forDan Winship2001-03-0211-386/+413
* Added views stuff.Christopher James Lahey2001-03-023-3/+11
* Builtin View menus for tasks and mail.Christopher James Lahey2001-03-0213-0/+67
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-0218-1100/+2301
* Boost version number to 0.5.99.3.Jon Trowbridge2001-03-025-99/+91
* When when when when when when oh WHEN will I remember to add the files - Fede...Federico Mena Quintero2001-03-021-0/+180
* Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-022-8/+8
* remove mime-utils header for base64 stuff.Jeffrey Stedfast2001-03-022-2/+0
* Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-023-9/+14
* Fixed some warnings.Christopher James Lahey2001-03-028-223/+257
* Reconstify variables to match iconv.Not Zed2001-03-023-4/+15
* camel depends on krb4 now (where available), for camel-sasl-kerberos4.cDan Winship2001-03-024-9/+26
* Redo the Kerberos stuff again to deal with the stuff currently on myDan Winship2001-03-022-53/+65
* Check the container is not NIL before trying to set thje prop.Not Zed2001-03-022-0/+7
* Make it handle a NULL string as an empty string.Not Zed2001-03-022-1/+9
* pilot conduitsJakub Steiner2001-03-027-0/+11
* Check for gal 0.5.99.2.Christopher James Lahey2001-03-012-3/+7
* Used ESelectionModelSimple and the changes to EReflow and EReflowSorted toChristopher James Lahey2001-03-016-67/+199
* New class implementing a simple selection model that you add rows to andChris Lahey2001-03-012-0/+144
* Added e-selection-model-simple.lo.Christopher James Lahey2001-03-014-27/+83
* Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-011-0/+2
* Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-012-0/+289
* Assert url_string != NULL.Peter Williams2001-03-012-1/+7
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-018-290/+272
* Added searches.xml to default user data.Not Zed2001-03-013-1/+78
* New type of search bar that interacts with filter contexts to save filtersNot Zed2001-03-016-29/+672
* New function to clone rules.Not Zed2001-03-013-0/+21
* oops, not empty string - need to base64 encode it, which is just "="Jeffrey Stedfast2001-03-011-1/+1
* Added camel-sasl-anonymous.[c,h] to the build.Jeffrey Stedfast2001-03-016-2/+256
* A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-011-1/+1
* A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-013-5/+16
* New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-014-13/+74
* If we get back 0 bytes from camel_stream_buffer_gets, that means theDan Winship2001-03-012-0/+12
* Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-0113-25/+972
* Correct a couple errorsJP Rosevear2001-02-282-2/+6
* Make this more robust: do not assume that the GdkEvent will be either aMiguel de Icaza2001-02-281-1/+7
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-2817-893/+154
* Added e-sorter.lo and e-selection-model.lo.Christopher James Lahey2001-02-284-0/+1107
* Translations from keldKenneth Christiansen2001-02-281-2040/+1502
* If !mail_config_is_configured(), give an error and return NULL.Dan Winship2001-02-282-0/+13
* Update this again.Dan Winship2001-02-282-14/+16
* Merge the building fix from evolution-0-9-branch.Ettore Perazzoli2001-02-282-1/+6
* Use VERSION and the Wombat description for gnome_init_with_popt_table().Federico Mena Quintero2001-02-282-1/+6
* Return TRUE if the user configured his/her settings, else return FALSE.Jeffrey Stedfast2001-02-282-11/+21
* Updated NEWS from 0.9 - FedericoFederico Mena Quintero2001-02-281-0/+64
* Prevent `gtk_signal_disconnect()' warnings when destroying aEttore Perazzoli2001-02-271-10/+18
* Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' membersEttore Perazzoli2001-02-275-14/+26
* Set a "References" header no matter what if we are able to get aJeffrey Stedfast2001-02-272-10/+16
* Confirm thatt he user REALLY wants to delete this account. (news_delete):Jeffrey Stedfast2001-02-272-4/+42
* Group messages into sets with the same flags and use the IMAP message setDan Winship2001-02-272-33/+156
* Changed the product string - will change it to use User-Agent once I getJeffrey Stedfast2001-02-272-2/+8
* Create a little stand-alone library for the low-level alarm triggerFederico Mena Quintero2001-02-277-413/+31
* Made thread-safe and moved to above the test code.Jeffrey Stedfast2001-02-274-17/+105
* Mark deleted messages as "seen" as well so they don't count towards theDan Winship2001-02-273-2/+9
* Re-add the mail_vtrash_create() hack back in for LocalStores since there'sJeffrey Stedfast2001-02-274-6/+50
* New function to force the removal of a given password.Jeffrey Stedfast2001-02-264-39/+82
* Abort if the message is NULL (which is valid if an error occured).Jeffrey Stedfast2001-02-262-0/+10
* new files to implement an ECell for showing and editing dates & times.Damon Chaplin2001-02-264-0/+513
* new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-266-7/+1240
* Update Lithuanian translationGediminas Paulauskas2001-02-252-3943/+4494
* Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-256-118/+14
* This is a text file containing C source code that will eventually be an intel...Iain Holmes2001-02-251-0/+277
* fixed a compile warning in camel-store.Jeffrey Stedfast2001-02-251-1/+0
* No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-253-7/+46
* Don't free a const pointer.Jeffrey Stedfast2001-02-252-3/+9
* Updated Dutch translation.Almer S. Tigelaar2001-02-252-3821/+5511
* init the vTrash folder here instead of in store_init.Jeffrey Stedfast2001-02-252-18/+36
* Updated russian translation.Valek Frob2001-02-242-244/+343
* remove stale calender oaf.in fileMichael Meeks2001-02-242-1/+4
* Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-2415-242/+187
* Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-2419-641/+1226
* Move the event box into the esb->dropdown_holder. Changed so it can beNot Zed2001-02-243-16/+68
* Remove a warning....DOH!Iain Holmes2001-02-241-1/+0
* Changes to allow folders to be created from a callback.Iain Holmes2001-02-243-36/+87
* fixed generation of history recordsRodrigo Moya2001-02-242-2/+42
* Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49
* init get_trash and init_trash. (camel_store_init): call the virtualJeffrey Stedfast2001-02-244-11/+125
* No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-247-211/+59
* IMAP subscriptions stuff.Aaron Weber2001-02-236-2/+185
* New stuff for the importer to create a new folderIain Holmes2001-02-235-6/+55
* Turned off some of the debug.Not Zed2001-02-232-2/+3
* Come up with a unique store uri for each vtrash (using %p and theJeffrey Stedfast2001-02-232-11/+15
* Doh!Chris Lahey2001-02-231-10/+10
* Doh, cut and paste problem, use mlist not cc.Michael Zucci2001-02-234-11/+31
* Added a bunch of g_return_if_fails.Christopher James Lahey2001-02-231-7/+78
* add include. (show_import_wizard): update signature to that of a verb.Michael Meeks2001-02-235-76/+41
* vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-237-57/+114
* renamed mailing list options to be more meaningful.Not Zed2001-02-233-20/+22
* Added mailing list matching rules.Not Zed2001-02-234-0/+101
* Implement a pseudo-header "x-camel-mlist" which just looks up in theNot Zed2001-02-234-2/+19
* Only allow downloading if the source is enabled at this time.Not Zed2001-02-233-7/+24
* Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try toJeffrey Stedfast2001-02-234-2/+93
* Wait a lot lot longer for threads to finish.Not Zed2001-02-232-2/+7
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-237-31/+267
* Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-233-1/+28
* Fixed memory corruption bug.Jeffrey Stedfast2001-02-2311-41/+392
* builddir != srcdir fix.Ettore Perazzoli2001-02-232-0/+5
* Updated to reflect changes to the filter-driver code.Jeffrey Stedfast2001-02-232-1/+7
* Remove the 'FIXME: remove because this isn't required...' comment forJeffrey Stedfast2001-02-234-23/+62
* Updated russian translation.Valek Frob2001-02-222-1824/+2114
* #define this as the set of all IMAP system flagsDan Winship2001-02-223-1/+19
* Updated italian translationChristopher R. Gabriel2001-02-222-555/+318
* exclude removed filesGediminas Paulauskas2001-02-222-2/+4
* Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto.Not Zed2001-02-224-7/+10
* Removed all files.Not Zed2001-02-2212-170/+73
* Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-224-110/+148
* started hack for progress reporting, which is currently to the console.Not Zed2001-02-224-1/+104
* Replaced awk with sed in gnome-print checks, seems to work nowLauris Kaplinski2001-02-222-8/+24
* Setup a command for MailStop.Not Zed2001-02-222-4/+9
* Advanced search/show all/save search stuff.Aaron Weber2001-02-2210-28/+122
* Made this pay attention to the return value of e_sexp_parse.Christopher James Lahey2001-02-223-7/+22
* Changed to use PgpValidity.Jeffrey Stedfast2001-02-22