aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_1_0_8nobody2002-06-23536-122735/+25993
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-06-232-1079/+1283
* s/jeff/jeffreyJeffrey Stedfast2002-06-231-1/+1
* Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.Jeffrey Stedfast2002-06-233-56/+117
* more fixes, now verifying works and signing almost works as well, except gpg ...Jeffrey Stedfast2002-06-221-7/+30
* yay, I get to hold more state because Unix pipes suck so badly. This isJeffrey Stedfast2002-06-221-101/+220
* Use the new gpg cipher context rather than the old pgp context.Jeffrey Stedfast2002-06-222-22/+30
* If the pgp type is gpg, then use the gpg context.Jeffrey Stedfast2002-06-224-32/+88
* added camel_gpg_context_new which I had forgotten beforeJeffrey Stedfast2002-06-221-0/+28
* New source files implementing the CamelCipherContext class for gnupg.Jeffrey Stedfast2002-06-229-32/+1286
* Updated to support searching as well as making it use CamelDigestSummary.Jeffrey Stedfast2002-06-215-106/+325
* Ignore more files. Removed obsolete files. Add missing files, removeAbel Cheung2002-06-216-118/+14
* PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.Jeffrey Stedfast2002-06-202-2/+9
* Drop back to initial state if we came from eof state.Not Zed2002-06-202-1/+7
* don't convert text to html twiceRadek Doulik2002-06-202-7/+5
* Remove #include <config.h> Same Same gtk_widget_show() all items in theKjartan Maraas2002-06-207-21/+11
* Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to beJeffrey Stedfast2002-06-202-1/+5
* Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-203-2/+35
* Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-193-6/+19
* update for new zonesJP Rosevear2002-06-192-77/+4
* Reverse unintended changeJP Rosevear2002-06-191-0/+6
* New convenience function to find the first parent node that is visible andJeffrey Stedfast2002-06-193-11/+41
* update for new zonesJP Rosevear2002-06-191-0/+75
* (build_items): Put the numbers in front of theEttore Perazzoli2002-06-192-1/+6
* Added info about non-organizer changes to calendar events.Aaron Weber2002-06-191-8/+34
* check for libsoftokn3 if we couldn't link the first timeJP Rosevear2002-06-192-0/+10
* Patch by clahey.JP Rosevear2002-06-181-1/+37
* Update the freeze state of the new source folder.Jeffrey Stedfast2002-06-183-4/+37
* Fixes wombat crash (for JP and myself)Rodrigo Moya2002-06-182-5/+14
* New convenience function to get a cached normalised string.Jeffrey Stedfast2002-06-184-72/+164
* pass NULL to e_contact_list_save_as. modality sucks. fixes broken build.Chris Toshok2002-06-182-4/+2
* pass NULL to e_contact_list_save_as. modality sucks. fixes broken build.Chris Toshok2002-06-181-0/+9
* remove the camel-remote-store private structJeffrey Stedfast2002-06-181-17/+1
* If we dont support searching, dont try to.Not Zed2002-06-173-2/+11
* Use connect_while_alive, so we're not called after we've quit. See bugNot Zed2002-06-172-4/+10
* updatedRadek Doulik2002-06-171-599/+734
* Edit the view after appending it to the model.Christopher James Lahey2002-06-171-0/+1
* Updated Slovenian translationAndraz Tori2002-06-161-2/+2
* [ fixes bug #26130 ] pass ce->app as parent_window.Chris Toshok2002-06-165-8/+37
* use ldap_unbind_ext. (create_card_handler): don't leak the new vcard.Chris Toshok2002-06-162-6/+22
* up the max threshold to 3000 cards from 1000 cards.. seems to improveChris Toshok2002-06-162-4/+13
* fix a braindead typo that caused us to leak strings in certainChris Toshok2002-06-161-1/+1
* fix a braindead typo that caused us to leak strings in certainChris Toshok2002-06-161-0/+7
* Made "" compare as not equal to "" for addresses. (use_common_book_cb):Christopher James Lahey2002-06-152-4/+14
* Don't draw or interact with the popup button if a cell isn't editableChristopher James Lahey2002-06-159-30/+50
* Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bugJeffrey Stedfast2002-06-152-0/+56
* Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-152-5/+14
* Fixed compiler warnings.Jeffrey Stedfast2002-06-1510-15/+31
* Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-155-10/+22
* Don't enable fields if the editor isn't editable and theChristopher James Lahey2002-06-142-0/+11
* UpdatedAndrew V. Samoilov2002-06-131-43/+29
* Use utf-8 instead of utf8 to avoid msgfmt's warning.Andrew V. Samoilov2002-06-132-155/+77
* Updated Ukrainian translation.Andrew V. Samoilov2002-06-132-143/+73
* Updated Russian translation.Andrew V. Samoilov2002-06-131-351/+148
* Updated Russian translation.Andrew V. Samoilov2002-06-131-0/+4
* added timeout_id to LoadedClient structure, to keep track of the timeoutRodrigo Moya2002-06-132-26/+33
* Free the uri_string once we're done with it.Jeffrey Stedfast2002-06-132-1/+8
* Fix a typo.Kjartan Maraas2002-06-132-1/+5
* [ fixes bug #17332 ] we shouldn't ever return NULL here. in error cases weChris Toshok2002-06-122-1/+8
* Made double clicking on read only folders not do anything.Christopher James Lahey2002-06-122-8/+14
* Move m->complete = TRUE; to within the cancel-check block, this wayJeffrey Stedfast2002-06-122-2/+9
* removed already loaded client when asked to be opened again, and *really*Rodrigo Moya2002-06-122-11/+13
* UpdatedAndrew V. Samoilov2002-06-112-447/+310
* If we dont get a folder, dont try and get details off it. Should get ridNot Zed2002-06-114-43/+102
* Our parent class is camel_vee_folder, not camel_folder, fix setting ofNot Zed2002-06-114-180/+278
* Comment out the code to add/remove the store to the folder-tree when itJeffrey Stedfast2002-06-113-4/+11
* call mail_config_init to be sure we have the db, save auto_signature asRadek Doulik2002-06-113-1/+11
* added "Set as default" menu itemRadek Doulik2002-06-114-14/+92
* Made expand_uri a bit more robust and readable.Christopher James Lahey2002-06-113-18/+33
* If we are doing Reply-to-All, do not include any of the user's emailJeffrey Stedfast2002-06-112-55/+82
* Updated Hungarian translation.Andras Timar2002-06-112-1636/+1585
* some of this was shamefully inaccurate.Aaron Weber2002-06-114-83/+67
* updatedRadek Doulik2002-06-101-83/+81
* Use CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity.Jeffrey Stedfast2002-06-092-1/+6
* hook this to cancel button in signature script dialogRadek Doulik2002-06-082-0/+10
* Updated Slovenian translationAndraz Tori2002-06-081-4243/+3292
* fix some typos, set label usize to 500, -2 (menu_help): added help link toRadek Doulik2002-06-082-2/+20
* script signaturesRadek Doulik2002-06-086-191/+310
* use new script signature interfaceRadek Doulik2002-06-082-6/+13
* Up the timeout on the connect code to 2 minutes.Jeffrey Stedfast2002-06-072-2/+9
* Duh! The protocol is application/pgp-signature. TODO: need to have aNot Zed2002-06-071-1/+1
* If this account is not a completely new account (ie, it is an editedJeffrey Stedfast2002-06-074-7/+92
* Parse "From: Dan Winship <danw>" (with no domain) in the way the senderDan Winship2002-06-072-1/+7
* Agh, priv->from.entry is no longer a GtkOptionMenu - it is an hboxJeffrey Stedfast2002-06-072-1/+7
* add a 'stop' menu item (fixes ximian #17242)jacob berkman2002-06-073-0/+8
* Remove the customize toolbar thingy since Michael said that this would fixJeffrey Stedfast2002-06-073-10/+21
* disable edit and delete when there are no signatures definedRadek Doulik2002-06-072-0/+9
* enhanced signature editorRadek Doulik2002-06-065-18/+88
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-0610-38/+548
* Keep track of the regeneration request in a list. (regen_list_free):Not Zed2002-06-063-18/+56
* Avoid reentrancy during e_tree_selection_model_foreach. Fixes Ximian bugChristopher James Lahey2002-06-062-9/+45
* Don't forget to free the date string buffer.Jeffrey Stedfast2002-06-062-1/+7
* put option menu to hbox to make space for signatures menuRadek Doulik2002-06-065-100/+114
* Call e_minicard_selected in the GDK_BUTTON_RELEASE case here.Christopher James Lahey2002-06-062-0/+14
* Changed the required version of gal to 0.19.99.17.Christopher James Lahey2002-06-062-1/+5
* Bumped the version number to 0.19.99.17.Christopher James Lahey2002-06-062-1/+25
* use gtk string instead of utf8 oneRadek Doulik2002-06-062-2/+8
* updated version from JakubRadek Doulik2002-06-061-0/+0
* Added debugging printfs. (e_text_request_paste): Fixed the order ofChristopher James Lahey2002-06-061-2/+14
* Added debugging printfs.Christopher James Lahey2002-06-053-1/+13
* signature editor reworked, WIPRadek Doulik2002-06-059-673/+472
* Added debugging printfs.Christopher James Lahey2002-06-053-2/+38
* Made it so that on realize we grab focus if we have the cursor, sinceChristopher James Lahey2002-06-051-0/+11
* Added a tip mentioning that gpg can automagically contact the server forKevin Breit2002-06-052-0/+14
* The following changes take a great leap toward fixing bug #1042.Jeffrey Stedfast2002-06-054-34/+142
* gal_view_menus_set_show_define_views (..., FALSE);Christopher James Lahey2002-06-052-0/+6
* Added this function to let you disable the define views dialog.Christopher James Lahey2002-06-053-41/+73
* Added priorities.Christopher James Lahey2002-06-052-2/+6
* Added this function.Christopher James Lahey2002-06-057-125/+269
* Don't show this dialog more than once per collection.Christopher James Lahey2002-06-052-9/+37
* Commented out this unused function.Christopher James Lahey2002-06-043-3/+16
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-042-0/+7
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-043-0/+10
* Set the title of our GalVIewCollection.Christopher James Lahey2002-06-042-0/+7
* Changed the required version of gal to 0.19.99.16.Christopher James Lahey2002-06-042-1/+5
* Added this function to set the user visible name of this collection.Christopher James Lahey2002-06-044-4/+45
* Duh, we want to set the news_edit/delete buttons for the news page, notNot Zed2002-06-043-3/+11
* Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set.Christopher James Lahey2002-06-042-2/+3
* Write the signature after the account has been added. (sig_new_html):Jeffrey Stedfast2002-06-042-16/+16
* Correctly get the GtkWindow ancestor of the prefs widget.Jeffrey Stedfast2002-06-042-1/+9
* Changed to check everything from the composer before the message isNot Zed2002-06-043-66/+72
* Properly handle user cancellation for signing/encrypting, just dont signNot Zed2002-06-043-14/+73
* Allocate a new FileInfo struct here rather than using and unref it whenJeffrey Stedfast2002-06-042-11/+14
* Prompt the user to see if he really wants to quit when there are queuedJeffrey Stedfast2002-06-043-3/+27
* Get the font from the style again when the style changes. (init): ChecksChristopher James Lahey2002-06-045-6/+64
* In an attempt to clean up the config dialog (and to reduce its overallAnna Marie Dirks2002-06-042-179/+288
* Reflow and redraw when the style gets set.Christopher James Lahey2002-06-042-322/+330
* Use gnome_vfs_file_info_clear() instead of gnome_vfs_file_info_unref() soJeffrey Stedfast2002-06-042-2/+9
* keep a reference to the Query object, to avoid crashes when the queriesRodrigo Moya2002-06-042-4/+12
* Check that any unmatched operation is not concerning any vfolder. OtherNot Zed2002-06-032-10/+24
* Protect against EINTR (irix?), see bug #24086.Not Zed2002-06-032-4/+12
* setup/free the mech string.Not Zed2002-06-0313-24/+408
* Implement, return a text description of the localfolder.Not Zed2002-06-035-2/+81
* require gtkhtml-1.1.1.1 aka multicite.Larry Ewing2002-06-032-1/+5
* make these citations as well.Larry Ewing2002-06-033-2/+10
* When the part is a multipart/signed, make sure to free the part_specJeffrey Stedfast2002-06-012-13/+18
* Free the path buffer when we're done with it.Jeffrey Stedfast2002-06-013-2/+13
* updated, fixed.Aaron Weber2002-06-012-58/+149
* If we fail to read a literal, free the temporary string buffer.Jeffrey Stedfast2002-06-012-11/+8
* Set release for the CORBA path sequence to TRUE.Ettore Perazzoli2002-06-017-1/+38
* Revert my fix from the other day since camel_imap_command_response()Jeffrey Stedfast2002-06-013-6/+18
* If we fail to be able to create a stream to insert into the cache, thenJeffrey Stedfast2002-06-012-0/+8
* Added a protocol field for users to use.Not Zed2002-05-3121-58/+1422
* Changes for multipart/signed api changes.Not Zed2002-05-312-6/+20
* Changed to handle new multipart-signed type.Not Zed2002-05-312-51/+41
* On error, don't leak the GByteArray buffer.Jeffrey Stedfast2002-05-312-0/+4
* Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-313-7/+45
* Noop if we are in offline mode.Jeffrey Stedfast2002-05-313-11/+15
* Reworded the signature introduction paragraph. Started work on documentingKevin Breit2002-05-312-68/+76
* Typo.Aaron Weber2002-05-311-2/+0
* links to conf.Aaron Weber2002-05-318-1100/+252
* Protect against NULL stores. Fixes bug #25456.Jeffrey Stedfast2002-05-312-2/+7
* Oops, create a message-browser window here, not a folder-browser-windowJeffrey Stedfast2002-05-312-2/+9
* Use bonobo_object_ref() instead of bonobo_object_client_ref() as theEttore Perazzoli2002-05-313-4/+14
* New helper function. (build_items): g_strdup() the text for all the items.Ettore Perazzoli2002-05-312-13/+71
* Connect about_box_event_callback() to the "key_press_event" signal asEttore Perazzoli2002-05-312-0/+9
* updatedRadek Doulik2002-05-301-2/+2
* fixed typoRadek Doulik2002-05-301-1/+1
* moved spell checking options to separate page, updated UI by Anna's designRadek Doulik2002-05-305-166/+416
* readdedRadek Doulik2002-05-301-0/+0
* delete to readd with -kbRadek Doulik2002-05-301-0/+0
* added info bulb pictureRadek Doulik2002-05-302-0/+1
* Changed some spacing and expanding behavior to make this dialog behaveAnna Marie Dirks2002-05-302-73/+89
* Only free the LOGOUT response if it is non-NULL.Jeffrey Stedfast2002-05-302-1/+7
* use _ instead of U_ for clistRadek Doulik2002-05-302-1/+6
* updatedRadek Doulik2002-05-291-12/+12
* updatedRadek Doulik2002-05-291-485/+545
* Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-293-1/+31
* skip folders that aren't valid uri's. (e_folder_list_get_items): didn'tChris Toshok2002-05-292-4/+13
* Revert a failed idea.Jeffrey Stedfast2002-05-292-29/+5
* Use the CamelMessageInfo rather than the CamelMimeMessage because theJeffrey Stedfast2002-05-292-8/+11
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-286-77/+226
* Apply patch to fix a typoIain Holmes2002-05-272-1/+5
* update protoJP Rosevear2002-05-274-11/+39
* if there are remaining items, return false (foreach_close_cb): don'tJP Rosevear2002-05-277-15/+37
* a registry of comp editors so we can close them all centrallyJP Rosevear2002-05-2713-205/+451
* Added would_be_expanded refactoring code out of is_expanded.Christopher James Lahey2002-05-251-16/+22
* updatedRadek Doulik2002-05-251-1454/+2123
* Helps if we allocate enough space here. Also, start smoking the sameJeffrey Stedfast2002-05-253-4/+20
* Use the new readline function.Jeffrey Stedfast2002-05-256-59/+96
* ops, revert array sizeRadek Doulik2002-05-252-1/+6
* put this back in, accidentally got snipped with the hacking going on inChris Toshok2002-05-252-0/+7
* fixed a spelling mistakeJeffrey Stedfast2002-05-251-1/+1
* check the value returned by gnome_vfs_uri_to_string before using it.Rodrigo Moya2002-05-252-1/+10
* *** empty log message ***Ettore Perazzoli2002-05-251-1/+1
* Add libfilter-i18n.h.Ettore Perazzoli2002-05-251-0/+1
* Fix English grammar.Ettore Perazzoli2002-05-252-1/+5
* Updated German translation.Manuel Borchers2002-05-241-0/+4
* Updated de.po file... Stil much to do, but main UI strings translated again.Manuel Borchers2002-05-241-3297/+3758
* added shell/e-shell-config-autocompletion.c andChris Toshok2002-05-242-0/+7
* [ part of #25047 ] remove the autocompletion config control from here, asChris Toshok2002-05-243-105/+8
* [ fixes 90% of #25047 ] shamelessly lifted fromChris Toshok2002-05-2415-308/+653
* [ #24189 ] ifdef out the body of this because it only works with a singleChris Toshok2002-05-249-72/+281
* If we can't find the mailing list address in the recipients list, justJeffrey Stedfast2002-05-242-2/+24
* Added some NULL protection fixes.Jeffrey Stedfast2002-05-242-8/+26
* fix parameter/local variable overloading.Chris Toshok2002-05-242-3/+8
* Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534.Ettore Perazzoli2002-05-242-0/+6
* Set the ui to be the evolution-mail-global.xml file thingy. Still brokenJeffrey Stedfast2002-05-243-5/+18
* Pass FALSE for @allow_shrink. Fixes #15688.Ettore Perazzoli2002-05-242-1/+7
* Make a little bit prettier. Default to "Delete", not "Cancel".Ettore Perazzoli2002-05-242-22/+19
* Set the view type from the original group, thus preserving theEttore Perazzoli2002-05-242-1/+15
* (mail_composer_prefs_construct): add auto smiley check buttonRadek Doulik2002-05-243-1/+8
* If the folder-browser has a parent, reparent it.Jeffrey Stedfast2002-05-246-38/+316
* added smileys checkbuttonRadek Doulik2002-05-241-0/+14
* be more careful about language_str{_orig}Radek Doulik2002-05-242-4/+16
* Add a toggle to avoid displaying the dialog again. Don't display theEttore Perazzoli2002-05-242-5/+43
* correct typoJP Rosevear2002-05-233-2/+6
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-232-299/+336
* No more @default_type arg to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-05-239-40/+64
* Removed references to camel-remote-store.cJeffrey Stedfast2002-05-232-1/+4
* remove a #include "camel-remote-store.h"Jeffrey Stedfast2002-05-231-1/+0
* Put the stuff in /menu/Searchplaceholder/Search instead of /menu/Search.Ettore Perazzoli2002-05-231-3/+11
* Put the search menu in a SearchPlaceholder.Ettore Perazzoli2002-05-233-3/+9
* New, overrides GtkWidget::draw. (impl_expose_event): New, overridesEttore Perazzoli2002-05-232-2/+108
* New callback for when the first created view in the shell gets mapped.Ettore Perazzoli2002-05-234-0/+121
* New member default_menu_item in EShellUserCreatableItemsHandlerPrivate.Ettore Perazzoli2002-05-232-5/+45
* Removed from the build. Glory glory hallelujah.Jeffrey Stedfast2002-05-2310-892/+489
* Only refuse quitting if the result is CANCEL. This way we allow quittingEttore Perazzoli2002-05-233-1/+14
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-221-0/+4
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-222-2/+9
* Use a new macro, STR_EQUAL, to tell if the 2 values are equal or notJeffrey Stedfast2002-05-222-1/+9
* Don't call some retarded function to simply set an exception.Jeffrey Stedfast2002-05-224-4/+11
* Fix typo in the ChangeLog.Ettore Perazzoli2002-05-221-1/+1
* Don't try to invoke e_book_get_uri() on NULL. Fixes #20069.Ettore Perazzoli2002-05-222-3/+8
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-223-21/+39
* Updated Hungarian translation.Andras Timar2002-05-212-1603/+1939
* Do async_open_folder in an idle callback.Christopher James Lahey2002-05-214-46/+103
* Check for path being NULL.Christopher James Lahey2002-05-212-2/+17
* Forgot the changelog entry.Not Zed2002-05-211-0/+6
* New functions to add additional search strings one at a time. Maybe itNot Zed2002-05-214-661/+896
* If we get an invalid start char, just ignore it and goto the nextNot Zed2002-05-212-2/+9
* set the parent window insensitive before popping up the dialog andChris Toshok2002-05-213-2/+45
* make sure we map status -> string correctly (add missing strings).Chris Toshok2002-05-214-2/+20
* Only get the contents of a mime part if it is marked as "inline". FixesJeffrey Stedfast2002-05-213-2/+9
* Add a toolbar item for ActionScheduleMeeting.Ettore Perazzoli2002-05-213-1/+20
* Pass the @component_pixmaps in so we give the new "Meeting" button anEttore Perazzoli2002-05-215-4/+25
* New.Ettore Perazzoli2002-05-213-0/+5
* Prepend the advanced menu with a separator.Ettore Perazzoli2002-05-213-6/+15
* Strip underscores from the menu item labels.Ettore Perazzoli2002-05-213-6/+43
* Updated this. Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-213-21/+116
* Fixed the "Overdue:" string to not contain any HTML tags.Jeffrey Stedfast2002-05-213-9/+16
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-213-1670/+1801
* Skip the folder if it doesn't have the can_sync_offline property set.Ettore Perazzoli2002-05-212-0/+10
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-2112-421/+166
* Remove exception. (cancelSyncFolder): Remove exception.Ettore Perazzoli2002-05-216-36/+102
* Pass NULL for @has_checkbox_func and @has_checkbox_func_data.Ettore Perazzoli2002-05-216-15/+76
* ported changes from evolution-1-0 to make it work with reminders on remoteRodrigo Moya2002-05-213-9/+66
* Make the new button work again, add some spacing.Iain Holmes2002-05-213-6/+60
* Don't show the headers in the folder table.Ettore Perazzoli2002-05-203-1/+9
* Always unref the composer [even when we are destroying it], otherwise weEttore Perazzoli2002-05-202-1/+7