/audio/xmms-crossfade/

/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add/remove viewsJP Rosevear2004-04-029-9/+45
* Updated to use the new signature APIs.Jeffrey Stedfast2004-04-023-149/+176
* Reference signatures by their UID rather than by an integer id. AlsoJeffrey Stedfast2004-04-023-17/+16
* Updated for signature API changes.Jeffrey Stedfast2004-04-0212-699/+443
* Fixes #53433.Hari Prasad Nadig2004-04-023-55/+45
* set the default timezone on all clients when opened.Rodrigo Moya2004-04-022-0/+7
* fix small typoRadek Doulik2004-04-012-1/+6
* Commented grabbing focus on hostname edit, fix the focus issue of AccountEric Zhao2004-04-012-1/+5
* add some sanity check here. add atk_state_focused to focused cell, it isYuedong Du2004-04-012-4/+16
* return correct values (boolean).Rodrigo Moya2004-04-012-2/+7
* Translation updated.Vincent van Adrighem2004-04-012-1263/+1653
* make sure we unset the float value for the panes if converting from 1.4JP Rosevear2004-04-012-1/+6
* Fixes #56120JP Rosevear2004-04-012-2/+10
* Updated British English translationGareth Owen2004-04-012-6015/+6518
* New class similar to EAccount but for signatures.Jeffrey Stedfast2004-04-016-0/+955
* Update Czech translationMiloslav Trmac2004-04-012-154/+165
* Only do citation colouring if the user has specified to do so and use theJeffrey Stedfast2004-04-012-3/+31
* add missing labels to dock items.William Jon McCann2004-04-013-7/+12
* Remove dialog separators Change the border with of the dialog's vbox andRodney Dawes2004-04-018-55/+149
* Save/restore the subscribe dialog's window size. Fixes bug #56230.Jeffrey Stedfast2004-04-014-5/+82
* Removed the imap4 filesRodney Dawes2004-04-012-3/+4
* fixed documentation typos.Rodrigo Moya2004-04-012-2/+6
* Replaced add_event_source with add_source and passed the VEVENT type asSarfraaz Ahmed2004-03-312-1/+6
* REMOVED! And there was much rejoicing.Not Zed2004-03-313-32/+3
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-3130-168/+391
* similar to below.Not Zed2004-03-313-4/+11
* Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-317-1/+23
* start the rule editor with the right label.Not Zed2004-03-312-1/+6
* renamed filter_label to rule_label, and removed the vfolder-editor andNot Zed2004-03-317-659/+51
* [ fixes bug #34777 ]Chris Toshok2004-03-313-2/+51
* fixed changelogJeffrey Stedfast2004-03-311-1/+0
* Partially implemented. (imap4_get_folder): Implemented.Jeffrey Stedfast2004-03-313-19/+305
* [ fixes bug #53544 ]Chris Toshok2004-03-312-5/+31
* [ part of the fix for #51977, the other part is in e-d-s ]Chris Toshok2004-03-312-1/+10
* Use the new "filter_editor" that has been added to the glade file RemoveRodney Dawes2004-03-314-274/+402
* [ part of the fix for #54528, the other part is in e-d-s ]Chris Toshok2004-03-312-0/+26
* [ fixes bug #53094 ]Chris Toshok2004-03-313-265/+73
* [ part of fix for bug #53634 ]Chris Toshok2004-03-312-10/+7
* [ fixes bug #53634 ]Chris Toshok2004-03-313-9/+33
* fix a small error.Aaron Weber2004-03-311-9/+3
* Removed missing camel-imap-command.c for imap4Rodney Dawes2004-03-312-1/+4
* add remote calendar setup page to task list setup assistant and editWilliam Jon McCann2004-03-313-23/+416
* Use header_decode_text() rather than rfc2047_decode_word() to decode theJeffrey Stedfast2004-03-312-2/+9
* [ gui part of the fix required for #48665 ]Chris Toshok2004-03-312-2/+19
* add spellLiveToggled signalRadek Doulik2004-03-303-2/+156
* call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-304-122/+124
* imap4 makefile generation/etcJeffrey Stedfast2004-03-301-0/+13
* added some debug to dump the whole folderinfo tree if store:folder_info isNot Zed2004-03-307-22/+263
* Implemented.Jeffrey Stedfast2004-03-3026-1997/+2114
* Replacing changelog accidentally removed during last commit.William Jon McCann2004-03-301-0/+3
* Fix packing of the hbox that contains the actual input widgets to expandRodney Dawes2004-03-303-2/+8
* don't require client to be loaded in order to remove the sourceWilliam Jon McCann2004-03-303-2/+7
* Free the folder-info.Jeffrey Stedfast2004-03-302-2/+4
* Updated to actually parse the STATUS response into a list of item/valueJeffrey Stedfast2004-03-302-23/+128
* Removed debugging printfs.Jeffrey Stedfast2004-03-303-4/+13
* create On The Web source group for tasks.William Jon McCann2004-03-302-1/+21
* close pre tag in case we just flush. I am not sure if it's still worth toRadek Doulik2004-03-302-3/+24
* do not add <br> between text and signatureRadek Doulik2004-03-302-2/+6
* Instead of comparing sstate[0] to '1', compare it against '0' like all theJeffrey Stedfast2004-03-302-1/+7
* *** empty log message ***Rodrigo Moya2004-03-291-1/+1
* Naming issue resolved ( Bug 48293 )Hari Prasad Nadig2004-03-292-4/+8
* Naming issue, Go to Date -> Select Date, Go to Today -> Select today.Hari Prasad Nadig2004-03-293-4/+11
* Update Czech translationMiloslav Trmac2004-03-292-1052/+1252
* removed misplaced return statement that prevented the rest of the objectsRodrigo Moya2004-03-293-1/+10
* Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.Jordi Mallach2004-03-292-1592/+2138
* use object_bag_peek instead of _get, since we dont want to clash/wait forNot Zed2004-03-294-23/+51
* remove the EVENT_MOVE signal which was binded to Alt + Arrows. ditto.Kidd Wang2004-03-295-95/+64
* get the content-type off of the multipart-signed, not its container. ThisNot Zed2004-03-292-2/+6
* remove locking here, we're locked whne we enter. (fill_fi): callNot Zed2004-03-292-4/+9
* *** empty log message ***Denis Lackovic2004-03-292-2982/+2386
* New source files implementing the CamelFolder class for the new IMAP4Jeffrey Stedfast2004-03-294-0/+840
* added .cvsignoreJeffrey Stedfast2004-03-291-0/+7
* added camel-imap-store.[c,h] to the buildJeffrey Stedfast2004-03-292-20/+47
* Updated Spanish translation.Francisco Javier F. Serrador2004-03-292-1089/+1363
* added camel-imap-provider.cJeffrey Stedfast2004-03-293-1/+141
* build fixesJeffrey Stedfast2004-03-292-6/+7
* New source files implementing the CamelFolderSummary class for the newJeffrey Stedfast2004-03-294-0/+1206
* Updated French translation.Christophe Merlet2004-03-282-1786/+2068
* Translation updated.Priit Laes2004-03-272-2895/+2941
* Translation updated.Priit Laes2004-03-272-355/+309
* guard against the case that we redo queries while still waiting for aJP Rosevear2004-03-272-0/+10
* Fixes #53134JP Rosevear2004-03-272-2/+12
* no need to explicitly add the contacts group, the create function doesJP Rosevear2004-03-272-7/+5
* make sure we always sync the source list and just do it once; unref theJP Rosevear2004-03-272-6/+20
* Fixes #55648JP Rosevear2004-03-277-246/+342
* finds the client data for a client (cal_opened_cb): update the queryJP Rosevear2004-03-272-30/+73
* Reverted imap.web.de fix.Jeffrey Stedfast2004-03-272-6/+8
* Updated Norwegian translation.Kjartan Maraas2004-03-272-1859/+2357
* We don't need this really (class_init): We don't need to have our ownRodney Dawes2004-03-274-22/+23
* Updated Serbian translation.Danilo Ĺ egan2004-03-27