aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lots of re-working action. We no longer load a pixbuf for each and everyJeffrey Stedfast2004-05-203-98/+186
* Changed to load an empty pixbuf manually rather than relying on the pixbufJeffrey Stedfast2004-05-202-22/+34
* New file explaining how to add icons to the build, etc.Jeffrey Stedfast2004-05-20282-4259/+291
* bump versionJP Rosevear2004-05-2051-130402/+162518
* Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.Jordi Mallach2004-05-202-3667/+4639
* don't dist the error .h fileJP Rosevear2004-05-202-1/+4
* don't dist the error .h fileJP Rosevear2004-05-206-3/+13
* We always have GnomeIconTheme nowadays, get rid of the old unused code.Jeffrey Stedfast2004-05-192-55/+29
* Updated Czech translation.Miloslav Trmac2004-05-192-207/+274
* make exchange accounts insensitve.Larry Ewing2004-05-191-1/+4
* use the article number instead of the messageid. Some servers are justNot Zed2004-05-193-15/+33
* if we end up with an application/octet-stream part, pre-snoop it so we setNot Zed2004-05-196-80/+97
* make this match the efhd stuff.Not Zed2004-05-193-10/+28
* use the menu icon not the button icon for the menus. (setup_widgets):Not Zed2004-05-194-6/+101
* Add menu_label and menu_accelerator.William Jon McCann2004-05-192-0/+7
* Add menu_label and menu_accelerator.William Jon McCann2004-05-192-0/+7
* Add menu_label and menu_accelerator.William Jon McCann2004-05-192-0/+9
* Added View->Window menu.Not Zed2004-05-192-0/+5
* ** See #58641.Not Zed2004-05-193-2/+19
* fixed up the empty trash on exit thing, to update for all stores, notNot Zed2004-05-192-13/+21
* Added header "X-Newsreader" for handle Outlook Express as Mailer.Cantona Su2004-05-192-1/+7
* pass 0 to eab_send_contact. (file_send_to_cb): same.Chris Toshok2004-05-192-2/+8
* split out the DISPOSITION_AS_TO stuff here, and make it take a GList ofChris Toshok2004-05-194-171/+325
* Fixes #57940Jerome Lacoste2004-05-192-3/+10
* Fixes bug #57940Jerome Lacoste2004-05-192-2/+8
* Updated Czech translation.Miloslav Trmac2004-05-182-344/+359
* add argJP Rosevear2004-05-185-14/+63
* just set up the alarm notify objectJP Rosevear2004-05-189-233/+251
* set the default for exit-unsaved to save, as in 1.4. #57995.Not Zed2004-05-182-1/+4
* don't nomarkseen when we restore the message when we show the preview.Not Zed2004-05-182-1/+5
* no new message test if its the drafts folder too.Not Zed2004-05-183-1/+47
* Listen to the tree selection change event directly & proxy out, so we canNot Zed2004-05-182-0/+14
* ** Quick fix for #57434Not Zed2004-05-185-2/+24
* update translation headerMichael Zucci2004-05-181-0/+18
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-1811-20/+53
* fix for folder selector api change, change the ok button to "Add".Not Zed2004-05-182-1/+6
* fix for folder selector api change.Not Zed2004-05-182-1/+6
* do the same load of mailbox if we're in slow mode as we did for maildir.Not Zed2004-05-182-0/+9
* make the focus movable in week/month view when no events are selected.Kidd Wang2004-05-182-0/+207
* added noshell and noshell-reason error strings. the latter seems a waste,Not Zed2004-05-183-5/+33
* load the <help> tag if present. (ee_response): handle the help responseNot Zed2004-05-182-13/+45
* check for NULL implementation before calling it. (disco_sync): similar.Not Zed2004-05-182-6/+29
* Hook up image button. (e_contact_editor_dispose): Dispose of file selectorHans Petter Jansson2004-05-184-9/+122
* Same.Jeffrey Stedfast2004-05-183-10/+16
* Use E_ICON_SIZE enum here. (display_notification): Same.Jeffrey Stedfast2004-05-185-10/+22
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-182-5/+9
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-182-9/+12
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-182-10/+13
* Change E_PIXMAP() sizes over to E_ICON_SIZE enum values.Jeffrey Stedfast2004-05-182-8/+12
* #include <gtk/gtkvbox.h>Jeffrey Stedfast2004-05-183-2/+9
* New #define aliases for common icon usage cases where it may not beJeffrey Stedfast2004-05-181-0/+8
* Use E_ICON_SIZE_MENUJeffrey Stedfast2004-05-187-14/+36
* Use an E_ICON_SIZE enum value for the icon_size argument to get_icon.Jeffrey Stedfast2004-05-187-6/+29
* Fixes #56373JP Rosevear2004-05-182-2/+9
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-05-182-3282/+3759
* Use E_ICON_SIZE_BUTTON for the icon size in the e_icon_factory_get_icon()Jeffrey Stedfast2004-05-183-2/+11
* Fixed a string type-o.Jeffrey Stedfast2004-05-183-3/+7
* If the encrypted block was also signed, set the signature verificationJeffrey Stedfast2004-05-182-8/+43
* Change dropdown list item 'Display a message' for reminder types to 'PopV Ravi Kumar Raju2004-05-171-1/+1
* Change dropdown list item 'Display a message'for reminder types to 'Pop upV Ravi Kumar Raju2004-05-173-2/+8
* if we don't have a RECURRENCE-ID, remove nothing, and use the instanceRodrigo Moya2004-05-172-7/+4
* if we don't have a RECURRENCE-ID, remove nothing.Rodrigo Moya2004-05-172-11/+18
* #include <gtk/gtkliststore.h>. Fixes bug #58407.Jeffrey Stedfast2004-05-172-0/+6
* Add bug numberJP Rosevear2004-05-171-0/+2
* bitmap_unref the mask, don't object_unref itJP Rosevear2004-05-172-1/+6
* Fixes #56885H P Nadig2004-05-172-2/+9
* put the None item at the head of the providers list.Not Zed2004-05-173-14/+29
* ** Bug #56050.Not Zed2004-05-173-3/+90
* if we have no folder in-memory, load it if we're not doing it fast to getNot Zed2004-05-172-0/+11
* keep the hide deleted status. Makes #51082 work at last.Not Zed2004-05-173-1/+7
* ** Bug #6556.Not Zed2004-05-176-238/+478
* don't allow creation of Trash or Junk folders.Not Zed2004-05-174-6/+46
* Updated Portuguese translation.Duarte Loreto2004-05-172-2602/+3303
* Updated Czech translation.Miloslav Trmac2004-05-152-163/+188
* Rename MessageResend to MessageEdit since that's actually what it does.Jeffrey Stedfast2004-05-152-4/+9
* s/RESEND/EDIT/Jeffrey Stedfast2004-05-154-36/+42
* (config_write_style): fflush the gtkrc file.Jeffrey Stedfast2004-05-152-4/+6
* Build the path to the gtkrc filename and store it on the config struct soJeffrey Stedfast2004-05-152-30/+20
* Updated the #if 0'd code for the API chanegs made toJeffrey Stedfast2004-05-155-7/+23
* Same. Also changed the "Valid signature, cannot verify sender" string toJeffrey Stedfast2004-05-153-9/+27
* use e_cal_generate_instances_for_object instead ofRodrigo Moya2004-05-146-30/+28
* invoke options dialog even if backend does not support email alarms andNicel KM2004-05-142-1/+8
* Don't include the last default_header when setting the default headers. IfJeffrey Stedfast2004-05-143-19/+25
* Add a stripsig filter. Fixes bug #52767.Jeffrey Stedfast2004-05-136-4/+252
* only get the email address for alarms if the backend supports emailRodrigo Moya2004-05-132-2/+8
* added more headers to camel.hJeffrey Stedfast2004-05-131-2/+7
* Updated Czech translation.Miloslav Trmac2004-05-132-720/+1036
* move ignore case outside of block. Stupid c language.Not Zed2004-05-134-36/+69
* Fixes #57644.Not Zed2004-05-133-5/+17
* add some array bounds checking as an attempt to isolate the crash inNot Zed2004-05-132-0/+11
* call SetPasswordFunc before calling authenticate - some nss calls canNot Zed2004-05-132-0/+7
* re-enabled the reply to selection stuff. I worked out how to make it work;Not Zed2004-05-133-20/+31
* added "email" to the uri_schema's attribute.Not Zed2004-05-133-0/+44
* type-o fix for bug #58404Jeffrey Stedfast2004-05-131-1/+1
* eliminate the need for another variableJeffrey Stedfast2004-05-131-5/+2
* oops, tiny fixJeffrey Stedfast2004-05-131-0/+2
* Ignore PERMANENTFLAGS if it gives us an empty set. Works around brokenJeffrey Stedfast2004-05-132-3/+14
* Call e_icon_factory_shutdown() after bonobo_main() exits.Jeffrey Stedfast2004-05-132-2/+9
* New function to clean up the cached icons.Jeffrey Stedfast2004-05-131-0/+1
* *** empty log message ***Jeffrey Stedfast2004-05-132-9/+27
* add NNTP section, fix name to conform, mostly, with new novell naming convent...Aaron Weber2004-05-1314-153/+154
* Add PO box entries.Hans Petter Jansson2004-05-133-8/+155
* Fixes bug #55208.S N Tejasvi2004-05-132-2/+51
* Updated Norwegian translation.Kjartan Maraas2004-05-122-1412/+1634
* Updated italian translationMarco Ciampa2004-05-122-727/+974
* Same.Jeffrey Stedfast2004-05-123-0/+8
* ** See bug #58302.Not Zed2004-05-122-2/+11
* enable threading option type on the search bar.Not Zed2004-05-122-0/+5
* load threading option if threading enabled. (xml_encode): write outNot Zed2004-05-126-27/+142
* changed to match_threads. (camel_folder_search_search): remove threadNot Zed2004-05-127-162/+325
* added fixme for stock+label case, which doesn't work.Michael Zucci2004-05-121-0/+2
* fix the label tag for the upgrade failed box.Not Zed2004-05-123-1/+4
* duh, use the right node pointer for title and secondary text.Not Zed2004-05-122-3/+6
* fix for xml error files, get i18n strings from generated .h files.Not Zed2004-05-122-4/+10
* make the Because cases the same.Not Zed2004-05-126-84/+76
* add for translators.Not Zed2004-05-1210-589/+834
* add for translators.Not Zed2004-05-127-35/+160
* Tool to do i18n string extraction for error xml files.Not Zed2004-05-128-584/+343
* fix i18n file generation rules.Not Zed2004-05-125-55/+106
* add for translators.Not Zed2004-05-125-60/+112
* add GError return for error details & return errors.Not Zed2004-05-125-21/+62
* set exception properly on failure.Not Zed2004-05-124-4/+26
* add some stuff for statfs.Not Zed2004-05-123-14/+31
* get error information from the call to e_cal_receive_objects, and use thatRodrigo Moya2004-05-122-3/+9
* Use CAMEL_EXCEPTION_SYSTEM instead of '1', also don't useJeffrey Stedfast2004-05-122-3/+13
* fixedJeffrey Stedfast2004-05-121-0/+16
* Fixed a type-o. Fixes bug #58348.Jeffrey Stedfast2004-05-122-17/+6
* Remove the mail folder control factoryDan Winship2004-05-125-88/+11
* Remove the calendar and task list controlsDan Winship2004-05-125-308/+14
* Remove the addressbook controlDan Winship2004-05-124-169/+22
* Fixes #53137Rodrigo Moya2004-05-122-3/+16
* use/set the DUE date, not the DTEND date.Rodrigo Moya2004-05-112-3/+8
* Updated Czech translation.Miloslav Trmac2004-05-112-184/+178
* see if the selected group is groupwise one and setup the relative uri andSivaiah Nallagatla2004-05-112-1/+27
* Fixes bug #44196 addressbook table view uses ASCII sortSuresh Chandrasekharan2004-05-113-2/+26
* Fixed warningDavid Malcolm2004-05-112-0/+6
* Default the Mailer header to enabled. Fixes bug #58217.Jeffrey Stedfast2004-05-112-4/+6
* don't default the list strings if they are defaulted to emptyJeffrey Stedfast2004-05-111-5/+1
* New class for zipping/unzipping gzip streams.Jeffrey Stedfast2004-05-117-0/+1236
* Fixed warningDavid Malcolm2004-05-112-2/+5
* Update italian translationMarco Ciampa2004-05-112-432/+314
* Update phrasing. Also the apx-authors file seemed to have been corrupted, so ...Aaron Weber2004-05-116-128/+24
* Fixes #58014Umeshtej2004-05-103-5/+12
* Include gtkhbox.h and gtkvbox.h to fix implicit declaration Cast GTK_ENTRYTrent Lloyd2004-05-103-3/+12
* Fixes #48129Jon Oberheide2004-05-101-0/+1
* set header to just Evolution (mail_append_mail): dittoJP Rosevear2004-05-103-3/+11
* set title to just Evolution (show_development_warning): ditto for warningJP Rosevear2004-05-106-533/+24
* Updated Spanish translationFrancisco Javier F. Serrador2004-05-102-467/+595
* Fixes #51626Bruce Tao2004-05-103-4/+73
* Fix parts of #53466.Enver ALTIN2004-05-102-1/+6
* Fixing parts of #53466.Enver ALTIN2004-05-102-2/+6
* Translation updated.Priit Laes2004-05-102-394/+308
* cleanup the view menus if they were created.Not Zed2004-05-105-63/+63
* Fix for bug #57152.Jeffrey Stedfast2004-05-084-8/+30
* Fixes #52294JP Rosevear2004-05-074-24/+136
* set cite_color property of gtkhtml widgets (mail_config_init): addRadek Doulik2004-05-072-2/+23
* fix comment and checkJP Rosevear2004-05-073-6/+15
* properly set the parent nodes for the re-parented phantom-node children.Not Zed2004-05-073-10/+33
* ** See bug #57935.Not Zed2004-05-075-13/+33
* ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-072-6/+45
* ** See #58017.Not Zed2004-05-074-6/+19
* use random color for calendar default.Larry Ewing2004-05-072-1/+22
* Make some more toolbar and menu items use the stock versions of iconsRodney Dawes2004-05-072-8/+15
* Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-076-15/+31
* reset the preview if no signature is selectedRadek Doulik2004-05-062-1/+9
* Updated Czech translation.Miloslav Trmac2004-05-062-264/+281
* Updated italian translationMarco Ciampa2004-05-062-293/+311
* set nodelay and keepalive on the socket.Not Zed2004-05-064-74/+95
* Select the row that was just collapsed. Fixes bug #57665.Jeffrey Stedfast2004-05-062-0/+5
* Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-064-69/+11
* Translation updated.Priit Laes2004-05-062-2151/+2578
* Change the algorithm so that if the buttons can't be laid out perfectlyDan Winship2004-05-052-135/+75
* ** See bug #57720.Not Zed2004-05-0510-195/+188
* dont set X-Evolution-Source here anymore, set in caller.Not Zed2004-05-052-17/+22
* Removed. This is covered by gnome_i18n_get_language_list, which is moreNot Zed2004-05-054-101/+5
* Fixes #58025JP Rosevear2004-05-053-19/+32
* Implement. (init_address_record): Init textview.Hans Petter Jansson2004-05-053-277/+270
* (calendar_setup_new_task_list): fix the previous fix to work ifLarry Ewing2004-05-052-8/+7
* make sure that we don't crash if there are no sources.Larry Ewing2004-05-052-5/+25
* fixup the dialog initialization.Larry Ewing2004-05-052-2/+9
* Use defaults from Anna. (im_service_default): Ditto. (email_default):Hans Petter Jansson2004-05-052-14/+37
* Remove blog, add home page. (set_entry_changed_signals): Ditto.Hans Petter Jansson2004-05-053-9/+21
* Fix for bug #55303, but ideally there would be a nicer way of doing this -Jeffrey Stedfast2004-05-053-18/+103
* (source_group_can_add): helper function to fix groupwise case.Larry Ewing2004-05-052-1/+24
* fix logic error.Larry Ewing2004-05-052-3/+5
* convert units. (dialog_to_source): convert time units.Larry Ewing2004-05-053-9/+70
* Build fixes.Xan Lopez2004-05-052-4/+13
* Don't necessarily set row to 0 if the root node has the cursor (otherwiseJeffrey Stedfast2004-05-051-5/+3
* Get rid of #ifdef ENABLE_THREADS stuff, that was done away with a whileJeffrey Stedfast2004-05-052-8/+8
* Fixed typo.Christian Kellner2004-05-043-2/+6
* Fix for bug #58004.Jeffrey Stedfast2004-05-042-38/+43
* This now takes CamelProvider as argument. Made the display message moreSarfraaz Ahmed2004-05-044-55/+138
* Updated Czech translation.Miloslav Trmac2004-05-042-433/+447
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-042-2649/+2764
* revert last patch. (eti_attach_cell_views): add some code to reset dragsNot Zed2004-05-041-2/+12
* if motion column is beyond our known columns, just ignore it and don'tNot Zed2004-05-041-2/+3
* Updated italian translation (unfinished).Marco Ciampa2004-05-041-1947/+2434
* ** See #57979.Not Zed2004-05-044-2/+99
* Do ref, unref in right order, so the same contact can be set twice withoutHans Petter Jansson2004-05-042-5/+21
* Establish defaults for the phone number option menus.Hans Petter Jansson2004-05-042-1/+11
* Updated British English translationGareth Owen2004-05-042-2011/+2273
* Implement. (e_contact_editor_init): Hook up the help button.Hans Petter Jansson2004-05-043-14/+26
* bump the maximum download limit to 1000.Larry Ewing2004-05-042-1/+4
* set the email entry sesitive only when anonymous isn't selected. Make theLarry Ewing2004-05-042-4/+8
* Make this dialog be HIG-compliant and accessibleRodney Dawes2004-05-042-10/+52
* Translation updated.Priit Laes2004-05-042-72/+102
* Fix for bug #57968Jeffrey Stedfast2004-05-044-8/+33
* remove unused colorpicker.Larry Ewing2004-05-042-45/+5
* rename the cancel button.Larry Ewing2004-05-042-1/+14
* missed this last timeLarry Ewing2004-05-041-1/+1
* Missed bug number.JP Rosevear2004-05-041-0/+2
* listen for double click signal (e_cal_list_view_on_table_double_click):JP Rosevear2004-05-042-0/+25
* Add gtkdialog header to fix build.William Jon McCann2004-05-042-0/+5
* set the info label (calendar_dates_changed_cb): call back for when theJP Rosevear2004-05-042-5/+128
* Fixes #57897JP Rosevear2004-05-042-33/+7
* remove useless debug statementJP Rosevear2004-05-042-1/+5
* set the info label message (model_changed_cb): call aboveJP Rosevear2004-05-042-6/+77
* Added the Junk status flag to the xml definition so you can vfolder onJeffrey Stedfast2004-05-032-0/+8
* Fixed Bug #57611.Dave Fallon2004-05-032-1/+5
* Fix warningsDan Winship2004-05-032-3/+7
* set the config item typeJP Rosevear2004-05-032-0/+9
* updateDan Winship2004-05-034-41/+27
* Updated Czech translation.Miloslav Trmac2004-05-032-1632/+1887
* Fixes #57899JP Rosevear2004-05-033-5/+31
* Fixes #57894JP Rosevear2004-05-032-2/+11
* take fromuri and subject to set the basic headers/account.Not Zed2004-05-037-54/+93
* removed.Not Zed2004-05-0328-159/+254
* Moved these here from em-utils.c.Not Zed2004-05-034-1120/+1133
* header cleanups.Not Zed2004-05-032-0/+12
* ** See bug #57881.Not Zed2004-05-034-34/+66
* blah, need to do entity decoding. #57918.Not Zed2004-05-032-1/+28
* see if the selected group is groupwise one and setup the relative uri andSivaiah Nallagatla2004-05-032-1/+8
* Italian translation updatedMarco Ciampa2004-05-032-270/+153
* Add some missing files. Update Norwegian translation.Kjartan Maraas2004-05-033-2657/+2481
* Updated British English translationGareth Owen2004-05-032-563/+506
* Translation updated.Priit Laes2004-05-032-80/+60
* sensitize the details dialog where appropriate. Don't try to read fromLarry Ewing2004-05-022-7/+17
* Updated Czech translation.Miloslav Trmac2004-05-012-140/+129
* Updated Simplified Chinese translationFunda Wang2004-05-012-1901/+567
* Updated Canadian English translation.Adam Weinberger2004-05-012-19/+22
* Translation updated.Priit Laes2004-05-012-219/+201
* Updated and revised Portuguese translation.Duarte Loreto2004-05-012-14178/+2825
* Update the alarm notify dialog to be HIG compliantRodney Dawes2004-05-013-102/+233
* Updated Canadian English translation.Adam Weinberger2004-05-012-298/+296
* Set up the model to use the correct query. Setup callbacks for gconfGary Ekker2004-05-015-10/+189
* [ fixes bug #52724 ]Chris Toshok2004-05-014-4/+53
* Require intltool 0.30 for the error xml filesRodney Dawes2004-05-012-1/+5
* Remove default folders, shortcut stuff, and "show folder bar".Dan Winship2004-05-013-161/+7
* Don't save window state here.Dan Winship2004-05-013-2/+12
* Fix typo. #53466.Priit Laes2004-05-013-3/+6