| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo. | Kjartan Maraas | 2002-09-18 | 2 | -1/+5 |
* | Mark a string for translation. | Kjartan Maraas | 2002-09-18 | 3 | -2/+8 |
* | (e_storage_removed_folder): When a highlighted | Ettore Perazzoli | 2002-09-18 | 2 | -1/+24 |
* | Fixes #26362 | Rodrigo Moya | 2002-09-17 | 2 | -1/+47 |
* | New. New. New. New. New. New. New. New. New. New. | Ettore Perazzoli | 2002-09-17 | 32 | -0/+1603 |
* | New script to run Evolution under a | Ettore Perazzoli | 2002-09-17 | 3 | -1/+23 |
* | Update. | Ettore Perazzoli | 2002-09-17 | 1 | -0/+22 |
* | Check for pilot-link 0.11.4 | JP Rosevear | 2002-09-17 | 2 | -1/+5 |
* | Merging from branch. | JP Rosevear | 2002-09-17 | 2 | -1/+5 |
* | Mark a string for translation. | Kjartan Maraas | 2002-09-16 | 2 | -1/+5 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-15 | 2 | -4/+6 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-14 | 2 | -2/+22 |
* | Update. | Ettore Perazzoli | 2002-09-14 | 1 | -0/+12 |
* | Add a Run Once action to run a command only once rather than for each | Jeffrey Stedfast | 2002-09-14 | 3 | -0/+11 |
* | If the vpaned isn't realized, don't call mail_config_set_paned_size. Fixes | Dan Winship | 2002-09-14 | 2 | -1/+7 |
* | Update for Mailer.idl rename | Dan Winship | 2002-09-13 | 4 | -11/+17 |
* | Update for Mailer.idl rename | Dan Winship | 2002-09-13 | 5 | -12/+18 |
* | rename this from "Mail.idl" so that the generated .h file won't overwrite | Dan Winship | 2002-09-13 | 7 | -30/+42 |
* | [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name to | Chris Toshok | 2002-09-13 | 4 | -23/+61 |
* | Ignore SIGXFSZ to fix bug #30269. | Jeffrey Stedfast | 2002-09-13 | 2 | -0/+5 |
* | The new callback function for the g_hash_table_foreach which both upgrades | Jeffrey Stedfast | 2002-09-13 | 2 | -36/+268 |
* | return g_strdup("true"), not "true". | Dan Winship | 2002-09-13 | 2 | -1/+6 |
* | 1.1.1.99. | Ettore Perazzoli | 2002-09-13 | 2 | -2/+6 |
* | [ Fixes #27546 ] add "di" to e_name_western_complex_last_table. | Chris Toshok | 2002-09-12 | 2 | -1/+8 |
* | institute an arbitrary minimum limit on the number of characters before we | Chris Toshok | 2002-09-12 | 2 | -0/+13 |
* | added i18n changes for imap | Michael Zucci | 2002-09-12 | 1 | -0/+17 |
* | [ fixes the other half of #17336 ] parse the name when we're asked to set | Chris Toshok | 2002-09-12 | 2 | -6/+16 |
* | [ fixes part of #17336 ] get the window title from the .glade file, and | Chris Toshok | 2002-09-12 | 3 | -0/+32 |
* | [ fixes #30208 ] if the user clicked cancel in the password dialog, let | Chris Toshok | 2002-09-12 | 2 | -56/+112 |
* | Only abort if the user selected ADVANCED_SEARCH, not the other way around. | Jeffrey Stedfast | 2002-09-12 | 2 | -2/+7 |
* | (setup_bonobo_conf_private_directory): g_free() not | Ettore Perazzoli | 2002-09-12 | 2 | -4/+9 |
* | keep the selection if we right click in it (but not on an appointment) | JP Rosevear | 2002-09-12 | 3 | -14/+31 |
* | (SUBDIRS): Put po on the top. | Ettore Perazzoli | 2002-09-12 | 2 | -1/+7 |
* | check the new gnome-vfs icon_filename key. If that fails, fall back to | Jeffrey Stedfast | 2002-09-12 | 2 | -10/+23 |
* | create a new appointment based on the selection | JP Rosevear | 2002-09-12 | 2 | -47/+40 |
* | updated to mention how to restore the imap cache | Jeffrey Stedfast | 2002-09-12 | 1 | -2/+1 |
* | Release notes. | Ettore Perazzoli | 2002-09-12 | 1 | -0/+58 |
* | Revert a patch that I had not meant to commit that was aimed at fixing bug | Jeffrey Stedfast | 2002-09-11 | 2 | -30/+13 |
* | Handle file uri's too. | Not Zed | 2002-09-11 | 5 | -80/+130 |
* | forgot to commit the po stuff from the release. also bumped the so number. | Mike Kestner | 2002-09-11 | 1 | -1/+1 |
* | Same as below. Also save errno before closing the file so our caller can | Jeffrey Stedfast | 2002-09-11 | 4 | -6/+34 |
* | Do proper error checking and return -1 on fail. | Jeffrey Stedfast | 2002-09-11 | 4 | -42/+63 |
* | Clear the exception even if we failed to get the message (part) from the | Jeffrey Stedfast | 2002-09-11 | 2 | -0/+8 |
* | duh, don't blindly increment the hour without adjusting for the day | JP Rosevear | 2002-09-11 | 2 | -4/+10 |
* | Updatix.. | Fatih Demir | 2002-09-11 | 2 | -20312/+8881 |
* | take a clip_height and use it to set the maximum number of lines if | JP Rosevear | 2002-09-11 | 1 | -20/+15 |
* | Remove the hash table entry using the right path. Related to #29731. | Not Zed | 2002-09-10 | 2 | -2/+8 |
* | Fixes #24032 | Rodrigo Moya | 2002-09-10 | 2 | -9/+26 |
* | If we already have a folder, make sure we unref/unhook from it. Fixes a | Not Zed | 2002-09-10 | 3 | -1/+26 |
* | display status messages for all operations we make, so that when using | Rodrigo Moya | 2002-09-10 | 2 | -8/+25 |
* | Fixes bug #4224 | Jeffrey Stedfast | 2002-09-10 | 6 | -23/+73 |
* | Make sure that fb->message_list is non-NULL before checking | Jeffrey Stedfast | 2002-09-10 | 3 | -4/+14 |
* | Sync for 1.1.1. | Ettore Perazzoli | 2002-09-10 | 49 | -41049/+44703 |
* | revert an earlier change that used the full account name as the folder name (... | Jeffrey Stedfast | 2002-09-10 | 1 | -9/+11 |
* | Don't look for an end quote, instead look for </item> to terminate the | Jeffrey Stedfast | 2002-09-10 | 2 | -1/+4 |
* | Don't look for an end quote, instead look for </item> to terminate the | Jeffrey Stedfast | 2002-09-10 | 2 | -15/+9 |
* | Hex decode imap folder names too. (shortcuts_upgrade_xml_file): Don't look | Jeffrey Stedfast | 2002-09-10 | 2 | -18/+29 |
* | add evolution-mail-upgrade | Dan Winship | 2002-09-10 | 1 | -0/+1 |
* | Don't modify the URL if the path doesn't start with "exchange". (Means | Dan Winship | 2002-09-09 | 2 | -15/+33 |
* | hardcode automake-1.4 | Havoc Pennington | 2002-09-09 | 2 | -8/+12 |
* | kill warning | JP Rosevear | 2002-09-07 | 6 | -34/+143 |
* | Sync the database after upgrading mailer stuff. (imap_url_upgrade): Since | Jeffrey Stedfast | 2002-09-07 | 2 | -0/+5 |
* | Bump some requirements. Update accordingly. | Ettore Perazzoli | 2002-09-07 | 3 | -11/+15 |
* | update with some gtkhtml features. | Larry Ewing | 2002-09-07 | 2 | -0/+18 |
* | more NEWS | Chris Toshok | 2002-09-07 | 1 | -0/+2 |
* | more contacts news | Chris Toshok | 2002-09-07 | 1 | -1/+21 |
* | NEWS | Iain Holmes | 2002-09-07 | 1 | -0/+16 |
* | Sync the database after upgrading mailer stuff. (imap_url_upgrade): Since | Jeffrey Stedfast | 2002-09-07 | 2 | -5/+25 |
* | no longer distribute the etstate files. enable_search on the view. add | Mike Kestner | 2002-09-06 | 5 | -6/+54 |
* | Update. | JP Rosevear | 2002-09-06 | 1 | -1/+26 |
* | Updated NEWS | Rodrigo Moya | 2002-09-06 | 1 | -1/+17 |
* | updated NEWS | Michael Zucci | 2002-09-06 | 1 | -2/+49 |
* | updated | Jeffrey Stedfast | 2002-09-06 | 1 | -6/+7 |
* | All this snot is to fix bug #29930. What I think was happening was that | Jeffrey Stedfast | 2002-09-06 | 2 | -81/+98 |
* | Updated with the new 1.2 features (unfinished). | Ettore Perazzoli | 2002-09-06 | 4 | -2371/+3028 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2002-09-06 | 2 | -835/+898 |
* | Hex decode the folder names when searching for them in the memory buffer, | Jeffrey Stedfast | 2002-09-06 | 3 | -86/+200 |
* | Changed the description of the summary page of the settings dialog to be | Anna Dirks | 2002-09-06 | 2 | -1/+6 |
* | don't try to send via the server if we are publishing; don't bail out on a | JP Rosevear | 2002-09-06 | 2 | -5/+18 |
* | Changed the description of the folders page in the settings dialog to be | Anna Marie Dirks | 2002-09-06 | 2 | -1/+6 |
* | Changed the description of the Directory Servers page of the settings | Anna Dirks | 2002-09-06 | 2 | -1/+8 |
* | Changed the description of the calendar/tasks page of the settings dialog, | Anna Marie Dirks | 2002-09-06 | 2 | -1/+8 |
* | Changed the descriptions of the fonts, mail, accounts and composer pages | Anna Marie Dirks | 2002-09-06 | 2 | -4/+13 |
* | (composer_key_pressed): Don't chain the event | Ettore Perazzoli | 2002-09-06 | 2 | -9/+10 |
* | Use e_mktime_utc. | Dan Winship | 2002-09-05 | 4 | -29/+18 |
* | update the local copy (if we've got one) so that we don't return values if | Rodrigo Moya | 2002-09-05 | 2 | -0/+34 |
* | added support for text/x-calendar targets, in which case a VCALENDAR | Rodrigo Moya | 2002-09-05 | 2 | -8/+32 |
* | Make it so that the composer will close when the user hits Escape. | Jeffrey Stedfast | 2002-09-05 | 2 | -14/+40 |
* | Add a -DPREFIX. | Ettore Perazzoli | 2002-09-05 | 2 | -5/+58 |
* | Return FALSE here. (get_base_url): Add a cast. | Ettore Perazzoli | 2002-09-05 | 5 | -5/+28 |
* | [ Fixes #29904 ] we need to activate either a contact list editor or | Chris Toshok | 2002-09-05 | 2 | -3/+18 |
* | some fixes | Jeffrey Stedfast | 2002-09-05 | 1 | -13/+24 |
* | Pass FALSE to evolution_storage_new: the Other Contacts storage doesn't | Dan Winship | 2002-09-05 | 2 | -1/+8 |
* | (new_folder_cb): Pass FALSE as @queue to | Ettore Perazzoli | 2002-09-05 | 2 | -1/+6 |
* | don't listen to client signals after we get destroyed | JP Rosevear | 2002-09-05 | 2 | -0/+9 |
* | Add upgrade-mailer.c to the build. | Jeffrey Stedfast | 2002-09-05 | 3 | -1/+874 |
* | (e_shell_view_get_current_component_id): If the | Ettore Perazzoli | 2002-09-05 | 2 | -0/+13 |
* | Remove the "blah blah" text for now and change "Server" to "Account". | Dan Winship | 2002-09-05 | 2 | -47/+6 |
* | Pass TRUE as @queue to e_shell_view_display_uri(). | Ettore Perazzoli | 2002-09-05 | 6 | -27/+72 |
* | New. Like mktime(3), but assumes the input time is UTC. | Dan Winship | 2002-09-05 | 3 | -5/+68 |
* | Remove this from here. | Dan Winship | 2002-09-05 | 4 | -31/+46 |
* | Made sure account->id->address is not NULL before adding it to the hash | Jeffrey Stedfast | 2002-09-05 | 2 | -1/+9 |
* | Remove the "Get!" printf. (set_prop): Likewise for "Set!" | Dan Winship | 2002-09-05 | 2 | -2/+5 |
* | Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so we | Ettore Perazzoli | 2002-09-05 | 4 | -7/+22 |
* | bail out if we couldn't send the cancel | JP Rosevear | 2002-09-05 | 7 | -31/+75 |
* | Add back "period" and "comma" as | Ettore Perazzoli | 2002-09-05 | 2 | -2/+9 |
* | provide error message param, give a dialog with the message if we get a | JP Rosevear | 2002-09-05 | 9 | -22/+67 |
* | Pass NULL as @unpopulate_folder_context_menu_fn to | Ettore Perazzoli | 2002-09-05 | 18 | -52/+247 |
* | clear nonfatal stuff. | Not Zed | 2002-09-04 | 10 | -45/+137 |
* | If we fake the from eof file boundary, also make sure we say we matched | Not Zed | 2002-09-04 | 2 | -3/+15 |
* | unref the "without", adapter, and model, then chain up the GnomeDialog | Mike Kestner | 2002-09-04 | 2 | -0/+11 |
* | Removed entry from ChangeLog file (sorry very much) | Carlos Garnacho Parro | 2002-09-04 | 1 | -8/+0 |
* | don't make the reply component minimal | JP Rosevear | 2002-09-04 | 2 | -5/+14 |
* | Use ldap-settings.png instead of evolution-contacts.png. | Ettore Perazzoli | 2002-09-04 | 2 | -1/+6 |
* | New icon from Jakub. | Ettore Perazzoli | 2002-09-04 | 2 | -0/+4 |
* | [ fixes #29699 ] call _set_source with a NULL source to fill in dialog | Chris Toshok | 2002-09-04 | 2 | -0/+11 |
* | Ooops. I committed the wrong version of the file. | Ettore Perazzoli | 2002-09-04 | 1 | -1/+1 |
* | Create an Items placeholder under ComponentPlaceholder, and then | Ettore Perazzoli | 2002-09-04 | 3 | -1/+18 |
* | (delete_contact_cb): Fix typo | Ettore Perazzoli | 2002-09-04 | 2 | -1/+7 |
* | New callback functions that wrap the mail-callbacks versions of | Jeffrey Stedfast | 2002-09-04 | 2 | -4/+36 |
* | Use bracketright and bracketleft for | Ettore Perazzoli | 2002-09-04 | 2 | -2/+7 |
* | Release 0.21.0 Changes | Carlos Garnacho Parro | 2002-09-04 | 0 | -0/+0 |
* | Release 0.21.0 Changes | Carlos Garnacho Parro | 2002-09-04 | 1 | -0/+8 |
* | Argh, didn't mean to commit this. | Ettore Perazzoli | 2002-09-04 | 1 | -6/+0 |
* | (show_import_wizard): Make the WM close | Ettore Perazzoli | 2002-09-03 | 3 | -8/+15 |
* | Dont translate / to dir_sep anymore, we always use /. | Not Zed | 2002-09-03 | 2 | -12/+5 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 13 | -574/+1379 |
* | use a more gnomeish version | Jakub Steiner | 2002-09-03 | 2 | -0/+4 |
* | Updated Brazilian Portuguese translation and converted to UTF-8. | Gustavo Maciel Dias Vieira | 2002-09-02 | 2 | -4166/+2894 |
* | use bonobo_object_release_unref to release the remote SelectNames | Mike Kestner | 2002-08-31 | 3 | -2/+8 |
* | simplified raw view | Radek Doulik | 2002-08-31 | 3 | -17/+11 |
* | use iframe's fallback content | Radek Doulik | 2002-08-31 | 2 | -5/+5 |
* | removed commented code | Radek Doulik | 2002-08-31 | 1 | -3/+0 |
* | make the sure to list is 0 length before sending via imip | JP Rosevear | 2002-08-31 | 1 | -1/+1 |
* | add QueryRefused, for when the backend refuses to perform a query. (part | Dan Winship | 2002-08-31 | 5 | -0/+19 |
* | as below (handle_text_plain_flowed): as below | Radek Doulik | 2002-08-31 | 4 | -43/+89 |
* | [ fixes #27923] up the version to 4_0 (4000). | Chris Toshok | 2002-08-30 | 2 | -4/+42 |
* | need to make the find now button sensitive when you select something from | Chris Toshok | 2002-08-30 | 2 | -0/+7 |
* | kill a return that caused selection ranges to not emit selection_changed | Mike Kestner | 2002-08-30 | 1 | -1/+0 |
* | call evolution_shell_component_add_user_creatable_item twice here, once | Chris Toshok | 2002-08-30 | 2 | -0/+16 |
* | Don't call g_list_foreach with the free func if the free func is NULL. | Dan Winship | 2002-08-30 | 2 | -1/+7 |
* | Oops. Take two. | Dan Winship | 2002-08-30 | 3 | -74/+9 |
* | select the top canvas if the user right-clicks on it | JP Rosevear | 2002-08-30 | 4 | -1/+106 |
* | If the item is ADVANCED_ID, check the query and efb->setquery to see | Peter Williams | 2002-08-30 | 2 | -1/+14 |
* | Add HAS_FLAGS to a few miscellaneous commands that don't use IS_xMESSAGE. | Peter Williams | 2002-08-30 | 2 | -3/+8 |
* | Change the case sensitive search of subject to expect case insensitive | Not Zed | 2002-08-29 | 7 | -84/+112 |
* | added missing header file. | Rodrigo Moya | 2002-08-29 | 3 | -0/+7 |
* | updated readme | Michael Zucci | 2002-08-29 | 1 | -0/+1 |
* | [ fixes #20347 ] hook up the backend_died signal. (backend_died): new | Chris Toshok | 2002-08-29 | 6 | -2/+101 |
* | use strcasecmp here, since all the other helpers use case insensitive | Chris Toshok | 2002-08-29 | 3 | -2/+10 |
* | return NULL if the list is empty. (pas_backend_ldap_connect): always try | Chris Toshok | 2002-08-29 | 2 | -17/+25 |
* | [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined. | Chris Toshok | 2002-08-29 | 6 | -1/+39 |
* | spew the filter we're using for the search. | Chris Toshok | 2002-08-29 | 2 | -0/+7 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 2 | -8/+11 |
* | simplified | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+1 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 2 | -2/+5 |
* | stop the EBookViews before unreffing. | Mike Kestner | 2002-08-29 | 2 | -2/+13 |
* | nav-by-letters | Aaron Weber | 2002-08-29 | 2 | -3/+33 |
* | Add an evolution:shell_component_launch_order and rename | Dan Winship | 2002-08-29 | 2 | -1/+9 |
* | Add an evolution:shell_component_launch_order and rename | Dan Winship | 2002-08-29 | 2 | -1/+9 |
* | Add an evolution:shell_component_launch_order and rename | Dan Winship | 2002-08-29 | 2 | -1/+9 |
* | Add an evolution:shell_component_launch_order and rename | Dan Winship | 2002-08-29 | 2 | -1/+9 |
* | Pass a selection_order to oaf_query so we get the components back in a | Dan Winship | 2002-08-29 | 2 | -2/+14 |
* | don't bother getenv'ing the USER | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+0 |
* | remove code to auto-detect mine and notzed's thread-by-subject prefs since ou... | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+1 |
* | Fix some broken logic here, `p = strrchr (path, '/') + 1` will *never* be | Jeffrey Stedfast | 2002-08-29 | 2 | -2/+6 |
* | Match file: urls too. | Jeffrey Stedfast | 2002-08-29 | 2 | -1/+6 |
* | Convert file: urls too. Fixes bug #29557. | Jeffrey Stedfast | 2002-08-29 | 2 | -1/+5 |
* | we need to link with -lgconf-gtk-1 too | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+1 |
* | We now always need to init gconf for our later call to e_proxy_init() | Jeffrey Stedfast | 2002-08-29 | 2 | -18/+23 |
* | New convenience function to initialise the proxy settings for soup to use. | Jeffrey Stedfast | 2002-08-29 | 5 | -0/+142 |
* | Use e-util/e-proxy.c's e_proxy_init(). | Jeffrey Stedfast | 2002-08-29 | 2 | -77/+7 |
* | e-util now requires soup and gconf flags. | Jeffrey Stedfast | 2002-08-29 | 2 | -1/+5 |
* | Add some new flags for sensitizing nodes based on the flags of the | Peter Williams | 2002-08-29 | 4 | -17/+134 |
* | Also check that the component has PersistStream. (mail_lookup_handler): | Peter Williams | 2002-08-29 | 2 | -9/+40 |
* | fix exposes a regression in mbox :-/ | Not Zed | 2002-08-28 | 2 | -5/+9 |
* | some utf7/utf8 tests. | Not Zed | 2002-08-28 | 3 | -2/+111 |
* | [ oops, merged the .h and .glade file back to the HEAD from the 1-0 | Chris Toshok | 2002-08-28 | 2 | -0/+25 |
* | [ fixes #19286 ] confirm deletion of contacts when using the menubar or | Chris Toshok | 2002-08-28 | 2 | -2/+10 |
* | [ fixes #28897 ] set book_data to NULL after clearing/freeing the list. | Chris Toshok | 2002-08-28 | 2 | -0/+8 |
* | fixes a crash on systems that dont have utf7 in iconv. | Not Zed | 2002-08-28 | 5 | -251/+300 |
* | [ fixes #20348 ] deprecate "categories" in favor of "category". evolution | Chris Toshok | 2002-08-28 | 4 | -3/+107 |
* | [ Fixes #14835 ] notify_complete with InvalidQuery if the parse fails. | Chris Toshok | 2002-08-28 | 2 | -2/+8 |
* | [ fixes #26907 ] use beginswith for email. | Chris Toshok | 2002-08-28 | 2 | -2/+8 |
* | Pass mail_config_get_thread_subject() as the third argument to | Jeffrey Stedfast | 2002-08-28 | 4 | -30/+70 |
* | Now takes a third argument to specify whether or not to group messages by | Jeffrey Stedfast | 2002-08-28 | 3 | -9/+26 |
* | (get_shortcut_info): Make sure | Ettore Perazzoli | 2002-08-28 | 2 | -5/+18 |
* | removed "Set as default" menu item | Radek Doulik | 2002-08-28 | 2 | -53/+4 |
* | removed tip frame | Radek Doulik | 2002-08-28 | 4 | -60/+5 |
* | Fixes for bug #4480 | Jeffrey Stedfast | 2002-08-28 | 4 | -32/+63 |
* | Fix bug #29493. | Peter Williams | 2002-08-28 | 2 | -0/+6 |
* | use EConfigListener instead of direct access to the bonobo-conf database. | Rodrigo Moya | 2002-08-27 | 5 | -426/+176 |
* | new functions. (property_change_cb, add_key): added support for FLOAT | Rodrigo Moya | 2002-08-27 | 3 | -2/+110 |
* | change prototype for complete_sequence to match sequence_complete. | Chris Toshok | 2002-08-27 | 2 | -3/+9 |
* | [ fixes #29446 ] searching_modify_func can be NULL (since we don't require | Chris Toshok | 2002-08-27 | 2 | -1/+10 |
* | [ Fixes (almost certainly) #24649, #25494, #27351, and other LDAP search | Chris Toshok | 2002-08-27 | 2 | -74/+156 |
* | Logic change for when untoggling a message from deleted-dom. | Peter Williams | 2002-08-27 | 2 | -2/+9 |
* | oops, my deadlock fix wasn't quite right. this should work now | Jeffrey Stedfast | 2002-08-27 | 1 | -19/+19 |
* | stop the view before unref, in case the listener has pending events. | Mike Kestner | 2002-08-27 | 2 | -0/+6 |
* | If gdk_window_foreign_new returned NULL, we're probably screwed, but try | Peter Williams | 2002-08-27 | 2 | -0/+15 |
* | Enforce the mailer policy that deleted messages are marked as seen. Fixes | Peter Williams | 2002-08-27 | 2 | -2/+19 |
* | Oops, we were overwriting 'multipart' with our child multipart. Fixes | Peter Williams | 2002-08-27 | 2 | -11/+21 |
* | If the response is NULL, just return. (now works the same way as | Jeffrey Stedfast | 2002-08-27 | 2 | -0/+10 |
* | removed a no-longer needed #define | Jeffrey Stedfast | 2002-08-27 | 1 | -3/+0 |
* | Lock the CamelService->priv->connect_lock instead of using our own | Jeffrey Stedfast | 2002-08-27 | 7 | -103/+98 |
* | call g_strdup in the correct place, or we'll return the internal copy. | Rodrigo Moya | 2002-08-27 | 2 | -2/+7 |
* | Fixes #12326 | Rodrigo Moya | 2002-08-26 | 5 | -157/+107 |
* | only set the key if the value is different from what we've already read | Rodrigo Moya | 2002-08-26 | 2 | -0/+18 |
* | Updated Hungarian translation. | Andras Timar | 2002-08-26 | 2 | -810/+841 |
* | Updated French translation. | Christophe Merlet | 2002-08-26 | 2 | -697/+782 |
* | updated | Jeffrey Stedfast | 2002-08-26 | 3 | -0/+6 |
* | If we fail to send the EHLO/HELO command successfully, set | Jeffrey Stedfast | 2002-08-24 | 2 | -3/+38 |
* | Address most of bug #4940. Fails on the last page of the add account | Peter Williams | 2002-08-24 | 2 | -2/+90 |
* | update more a little | Aaron Weber | 2002-08-24 | 1 | -28/+35 |
* | Don't set the item id; clear search isn't in the menu anymore. Fixes | Peter Williams | 2002-08-24 | 2 | -1/+5 |
* | remove shortcuts that didn't actually get added to the app. | Aaron Weber | 2002-08-23 | 1 | -22/+3 |
* | added "key_changed" signal to class. (property_change_cb): emit | Rodrigo Moya | 2002-08-23 | 3 | -34/+156 |
* | updated | Radek Doulik | 2002-08-23 | 1 | -2000/+2297 |
* | Reset the X-Evolution-PostTo header. | Jeffrey Stedfast | 2002-08-23 | 3 | -0/+13 |
* | Fixes bug #29016 | Jeffrey Stedfast | 2002-08-23 | 3 | -89/+118 |
* | If current_folder is not NULL and the summary for that folder is dirty, | Jeffrey Stedfast | 2002-08-23 | 3 | -8/+36 |
* | Workaround for Courier imap's brokeness when LSUBing the INBOX folder when | Jeffrey Stedfast | 2002-08-23 | 3 | -11/+43 |
* | if its a non-participant, add it as a resource to match dialog label | JP Rosevear | 2002-08-23 | 2 | -2/+17 |
* | change Exchange description | Aaron Weber | 2002-08-23 | 4 | -55/+116 |
* | updated | Radek Doulik | 2002-08-23 | 1 | -2055/+1792 |
* | Remove an e_path directory, and its parent "subfolders" dir if it's now | Dan Winship | 2002-08-23 | 3 | -0/+54 |
* | Add bug fix number. | JP Rosevear | 2002-08-22 | 1 | -0/+2 |
* | if the value given is a date, convert to a time in the current zone | JP Rosevear | 2002-08-22 | 2 | -4/+17 |
* | don't adjust for two digit dates here, the e_time_parse routines do that | JP Rosevear | 2002-08-22 | 3 | -23/+5 |
* | if the year was two digits, add the current century | JP Rosevear | 2002-08-22 | 2 | -1/+25 |
* | Spawn a new thread to ping the server but only if it is connected. | Jeffrey Stedfast | 2002-08-22 | 2 | -4/+62 |
* | Don't bother overloading the timeout virtual methods since they don't | Jeffrey Stedfast | 2002-08-22 | 5 | -9/+45 |
* | Don't register the noop timeout here anymore, we're gonna handle all this | Jeffrey Stedfast | 2002-08-22 | 4 | -109/+11 |
* | Count overdue tasks as tasks due today | Iain Holmes | 2002-08-21 | 2 | -1/+6 |
* | not sure what i was thinking here... the EBook isn't valid if we couldn't | Chris Toshok | 2002-08-21 | 2 | -7/+9 |
* | be sure that widget is realized so that e_utf8_from_gtk_string works | Radek Doulik | 2002-08-21 | 2 | -0/+10 |
* | guard against the view_instance disappearing during earlier CORBA work. | Mike Kestner | 2002-08-21 | 2 | -0/+10 |
* | up the timeout to 10 minutes | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+1 |
* | Override the default noop implementation. | Jeffrey Stedfast | 2002-08-21 | 5 | -3/+100 |
* | Once we hit the target node, update the cursor_uid if it's set. Fixes | Peter Williams | 2002-08-21 | 2 | -0/+9 |
* | Plug some large leaks in the indexing code. | Peter Williams | 2002-08-21 | 3 | -4/+18 |
* | Don't let the minimum recursive depth be negative. (get_folders): Pass | Jeffrey Stedfast | 2002-08-21 | 2 | -6/+12 |
* | don't set the tasks ui component until the container is set, remove unused | JP Rosevear | 2002-08-21 | 2 | -5/+8 |
* | Set CAMEL_URL_NEED_PATH for the vFolder provider. | Jeffrey Stedfast | 2002-08-21 | 3 | -7/+12 |
* | new class for config database access and monitoring. | Rodrigo Moya | 2002-08-20 | 4 | -0/+375 |
* | add the listener_id slot. | Chris Toshok | 2002-08-20 | 3 | -11/+23 |
* | take and pass the CallStatus to our listener. | Chris Toshok | 2002-08-20 | 19 | -31/+262 |
* | disconnect destroy signal callbacks on tables | JP Rosevear | 2002-08-20 | 2 | -3/+13 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2002-08-20 | 2 | -493/+529 |
* | add "cache-completions" here, since file completion results are blanket | Chris Toshok | 2002-08-20 | 3 | -3/+41 |