| Commit message (Expand) | Author | Age | Files | Lines |
* | Need to prepend a "/" to path if the path is the url fragment. Also fixed | Jeffrey Stedfast | 2003-12-04 | 1 | -0/+6 |
* | Fixed a FIXME by using the CamelProvider url flags to determine if the url | Jeffrey Stedfast | 2003-12-04 | 1 | -0/+6 |
* | remove the source before saving | JP Rosevear | 2003-12-04 | 1 | -0/+5 |
* | Set the save_state_id to 0 or we will never get a chance to run again. | Jeffrey Stedfast | 2003-12-04 | 1 | -0/+5 |
* | Commit ChangeLog. | Ettore Perazzoli | 2003-12-03 | 1 | -0/+20 |
* | save the state immediately if there is a timeout set | JP Rosevear | 2003-12-03 | 1 | -0/+7 |
* | changed to setup the rule part properly, it could never have worked. Bug | Not Zed | 2003-12-03 | 1 | -0/+15 |
* | Moved here. (drop_folder): Moved here. (import_message_rfc822): Moved | Jeffrey Stedfast | 2003-12-03 | 1 | -0/+35 |
* | Connect to the loading row signal. (loading_row_cb): Expand the path if | Jeffrey Stedfast | 2003-12-03 | 1 | -0/+11 |
* | Fixed to pass the evolution dir into em_folder_tree_model_new(). | Jeffrey Stedfast | 2003-12-03 | 1 | -0/+20 |
* | Version the schemas Removed Added | Rodney Dawes | 2003-12-02 | 1 | -0/+6 |
* | moved the gtk_widget_show_all to before we add the pages, otherwise it can | Not Zed | 2003-12-02 | 1 | -0/+4 |
* | setup another image (followup completed) to flag status list. | Not Zed | 2003-12-02 | 1 | -0/+6 |
* | Added empty_trash prompt key. | Not Zed | 2003-12-02 | 1 | -0/+28 |
* | (do_op_status): Use data->activity_id, not local | Ettore Perazzoli | 2003-12-02 | 1 | -0/+5 |
* | New member activity_handler. (mail_component_init): Initialize. | Ettore Perazzoli | 2003-12-02 | 1 | -0/+14 |
* | Pass a label for the status bar control for now. | Ettore Perazzoli | 2003-12-02 | 1 | -0/+5 |
* | Use fcntl() to set FD_CLOEXEC on each fd rather than close()ing it. | Jeffrey Stedfast | 2003-12-02 | 1 | -0/+7 |
* | Updated to call em_folder_tree_model_set_folder_info(). | Jeffrey Stedfast | 2003-12-02 | 1 | -0/+38 |
* | Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the | Rodney Dawes | 2003-12-02 | 1 | -0/+16 |
* | rfc2047 encode the Organization header value. | Jeffrey Stedfast | 2003-12-02 | 1 | -0/+3 |
* | Make sure our parent folder hasn't been unsubscribed or else we get a | Jeffrey Stedfast | 2003-12-02 | 1 | -0/+23 |
* | use CAMEL_VTRASH_NAME, CAMEL_VJUNK_NAME | Radek Doulik | 2003-12-01 | 1 | -0/+10 |
* | override the em-folder-view impl, and handle the search bar properly. For | Not Zed | 2003-12-01 | 1 | -0/+4 |
* | added some padding to the security details frames. | Not Zed | 2003-12-01 | 1 | -0/+8 |
* | connect "changed" signal. (mail_account_editor_changed): change signal | Charles Zhang | 2003-12-01 | 1 | -0/+6 |
* | Remove all the syncFolder stuff since it's not in the Component interface | Ettore Perazzoli | 2003-12-01 | 1 | -0/+13 |
* | Missing changelog entry | JP Rosevear | 2003-11-26 | 1 | -0/+4 |
* | New function to save tree expanded state. | Jeffrey Stedfast | 2003-11-25 | 1 | -0/+11 |
* | set session on print formatter for signatures to work. | Not Zed | 2003-11-25 | 1 | -0/+27 |
* | use new colors (efh_text_html): ditto | Radek Doulik | 2003-11-24 | 1 | -0/+10 |
* | do not use horizonal rule, attachment content is now inside simple frame | Radek Doulik | 2003-11-24 | 1 | -0/+16 |
* | Swap the retval varargs value to the last argument instead of the first. | Jeffrey Stedfast | 2003-11-24 | 1 | -0/+7 |
* | Removed call to mail_tool_delete_meta_data(). Fixes bug #51236. | Jeffrey Stedfast | 2003-11-21 | 1 | -0/+3 |
* | Implemented. (mail_component_class_init): Overload the handleURI method. | Jeffrey Stedfast | 2003-11-21 | 1 | -0/+5 |
* | fixed a spelling mistake | Jeffrey Stedfast | 2003-11-21 | 1 | -1/+1 |
* | Fixes bug #51012. | Jeffrey Stedfast | 2003-11-21 | 1 | -0/+7 |
* | Fixed a FIXME to not use the OS-specific g_path_*() stuff. | Jeffrey Stedfast | 2003-11-21 | 1 | -0/+5 |
* | Emit the response signal with the RESPONSE_NEW value. | Jeffrey Stedfast | 2003-11-20 | 1 | -0/+7 |
* | Same. | Jeffrey Stedfast | 2003-11-20 | 1 | -0/+9 |
* | Add an "evolution:uri_schemas" attribute. | Ettore Perazzoli | 2003-11-20 | 1 | -0/+5 |
* | if we're setting the fragment, strip leading /'s. | Not Zed | 2003-11-19 | 1 | -0/+11 |
* | Don't leak the message objects. | Jeffrey Stedfast | 2003-11-19 | 1 | -0/+2 |
* | Execute asynchronously by queueing the copy in another thread. | Jeffrey Stedfast | 2003-11-19 | 1 | -0/+6 |
* | Queue the camel_store_get_folder_info() call in another thread. | Jeffrey Stedfast | 2003-11-19 | 1 | -0/+7 |
* | Fixed to check fi->child as well (since mbox does it right). | Jeffrey Stedfast | 2003-11-18 | 1 | -0/+4 |
* | more fixes | Jeffrey Stedfast | 2003-11-18 | 1 | -0/+3 |
* | Fixed to not include leading '/' in the folder name in the label. | Jeffrey Stedfast | 2003-11-18 | 1 | -0/+9 |
* | Use a folder_name rather than a path as the name argument to | Jeffrey Stedfast | 2003-11-18 | 1 | -0/+6 |
* | handle an unparsable url without crashing. | Not Zed | 2003-11-17 | 1 | -0/+3 |
* | thin wrapper on mail_component_get_local_inbox. | Not Zed | 2003-11-17 | 1 | -0/+12 |
* | We can't use a uri to do a lookup of a store-info on the store_hash, we | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+3 |
* | We can't use a uri to do a lookup of a store-info on the store_hash, we | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+11 |
* | Removed most of the code. This is basically now a nop. Need to somehow get | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+3 |
* | Removed. | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+6 |
* | Don't create a new view anymore, simply set the new folder uri on the | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+6 |
* | Only set OK to sensitive if the selected node is not a store node. | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+10 |
* | Updated. (emfv_popup_copy): Updated. | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+14 |
* | Use em_folder_tree_get_model() since an emft is not a GtkTreeView. | Jeffrey Stedfast | 2003-11-14 | 1 | -1/+2 |
* | Use em_folder_tree_get_model() since an emft is not a GtkTreeView. | Jeffrey Stedfast | 2003-11-14 | 1 | -0/+7 |
* | Rewritten to use EMFolderTRee. | Jeffrey Stedfast | 2003-11-14 | 1 | -0/+2 |
* | Updated for function name changes in mail-component.c | Jeffrey Stedfast | 2003-11-14 | 1 | -2/+19 |
* | If the user selects a store node, don't try to open it as a folder. | Jeffrey Stedfast | 2003-11-14 | 1 | -0/+5 |
* | (impl_sendAndReceive): New, implementation for | Ettore Perazzoli | 2003-11-14 | 1 | -0/+6 |
* | Modified to not use EStorage* functions. I don't even think it *needs* to | Jeffrey Stedfast | 2003-11-14 | 1 | -0/+5 |
* | New folder-tree widget that replaces the shell's folder-tree widget. | Jeffrey Stedfast | 2003-11-14 | 1 | -1/+61 |
* | (impl__get_userCreatableItems): New, | Ettore Perazzoli | 2003-11-13 | 1 | -0/+8 |
* | (em_junk_sa_test_spamd): rename em_junk_sa_spamd_tested to | Radek Doulik | 2003-11-13 | 1 | -0/+2 |
* | new helper function, use it before any call to spamassassin, spamc and | Radek Doulik | 2003-11-13 | 1 | -0/+4 |
* | don't call CAMEL_IS_VJUNK_FOLDER, it was added by mistake | Radek Doulik | 2003-11-13 | 1 | -0/+5 |
* | use malloc0 for the pobject memory. | Not Zed | 2003-11-13 | 1 | -0/+5 |
* | implement the key selector popup using e-cert-selector. | Not Zed | 2003-11-13 | 1 | -0/+16 |
* | new glade file for security related stuff. | Not Zed | 2003-11-11 | 1 | -0/+7 |
* | Set an "evolution:component_alias" property with a value of "mail". | Ettore Perazzoli | 2003-11-11 | 1 | -0/+5 |
* | changed for cipher context api changes. ditto. | Not Zed | 2003-11-10 | 1 | -0/+16 |
* | Don't #include e-name-western.h, since the code that uses it is commented | Dan Winship | 2003-11-08 | 1 | -0/+7 |
* | build the marshall files right at the beginning | JP Rosevear | 2003-11-07 | 1 | -0/+9 |
* | Call em_migrate_uri() instead of em_uri_from_camel(). (em_migrate_uri): | Jeffrey Stedfast | 2003-11-07 | 1 | -0/+8 |
* | User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml rather | Jeffrey Stedfast | 2003-11-07 | 1 | -0/+27 |
* | New source files to migrate from the old mail directory to the new mail | Jeffrey Stedfast | 2003-11-06 | 1 | -0/+9 |
* | Use "evolution2:config_item" | Ettore Perazzoli | 2003-11-04 | 1 | -0/+6 |
* | setup filter-on-thread and vfolder-on-thread. | Jeffrey Stedfast | 2003-11-01 | 1 | -0/+7 |
* | Rearranged smime config slightly, and added encrypt key preference. | Not Zed | 2003-10-31 | 1 | -0/+12 |
* | show application/x-pkcs7-mime inline always by default. | Not Zed | 2003-10-30 | 1 | -0/+18 |
* | Changed the OAFIID. | Jeffrey Stedfast | 2003-10-30 | 1 | -0/+11 |
* | Nuked the MailConfig interface stuff. | Jeffrey Stedfast | 2003-10-30 | 1 | -0/+15 |
* | Fixes bug #49816 | Jeffrey Stedfast | 2003-10-28 | 1 | -0/+51 |
* | Re-Namespaced mail-accounts.c | Jeffrey Stedfast | 2003-10-25 | 1 | -0/+22 |
* | Add an "evolution:button_icon" attribute. | Ettore Perazzoli | 2003-10-23 | 1 | -0/+5 |
* | Add an "evolution:button_sort_order" attribute. | Ettore Perazzoli | 2003-10-23 | 1 | -0/+5 |
* | Removed, use em_utils_selection_get_uidlist() instead. (drop_uid_list): | Jeffrey Stedfast | 2003-10-23 | 1 | -0/+15 |
* | Use e_storage_browser_peek_widget_scrolled() to retrieve the scrolled | Ettore Perazzoli | 2003-10-23 | 1 | -0/+6 |
* | Add an "evolution:button_label" property on the component for use in the | Ettore Perazzoli | 2003-10-23 | 1 | -0/+6 |
* | handle destination of "" properly. (emc_popup_copy_folder_selected): | Not Zed | 2003-10-22 | 1 | -0/+10 |
* | New functions to handle drag & drop to/from the folder tree. | Jeffrey Stedfast | 2003-10-22 | 1 | -0/+6 |
* | Put an <hr> between parts of a multipart. | Jeffrey Stedfast | 2003-10-22 | 1 | -0/+5 |
* | fixed changelog | Jeffrey Stedfast | 2003-10-22 | 1 | -3/+3 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -7/+355 |
* | Check for gnome-thumbnail.h existence. | Frédéric Crozat | 2003-10-09 | 1 | -0/+6 |
* | Add a hide_mask to the create-rule-from-message bars so that we don't | Jeffrey Stedfast | 2003-10-09 | 1 | -0/+6 |
* | fixed ChangeLog | Jeffrey Stedfast | 2003-10-07 | 1 | -1/+1 |
* | Fixed. | Jeffrey Stedfast | 2003-10-07 | 1 | -0/+7 |
* | Convert real name to UTF-8 if needed. | Frédéric Crozat | 2003-10-03 | 1 | -0/+5 |
* | Disable the selection of the first unread message for now. This is | Jeffrey Stedfast | 2003-10-03 | 1 | -0/+6 |
* | fixed suresh's broken changelog entry | Jeffrey Stedfast | 2003-10-03 | 1 | -13/+10 |
* | Fix for 40917 "Backspace shouldn't highlight the whole remaining string in | Suresh Chandrasekharan | 2003-10-03 | 1 | -0/+15 |
* | zero out last_part if we're clearing. Uh, this fixes, but shouldn't, part | Not Zed | 2003-10-02 | 1 | -0/+14 |
* | turn off blocking writes. (efh_format_timeout): don't do a htmlbegin on | Not Zed | 2003-10-02 | 1 | -0/+13 |
* | Use "Sans Regular" instead of "Helvetica" Fixes bug #47878 | Rodney Dawes | 2003-10-01 | 1 | -0/+5 |
* | remove gconf stuff. (em_format_html_set_xmailer_mask): new method to set | Not Zed | 2003-09-30 | 1 | -0/+25 |
* | Oops, put the arguments in the right order. | Jeffrey Stedfast | 2003-09-30 | 1 | -0/+4 |
* | Allow any file: uri to point to a sent or drafts folder. | Jeffrey Stedfast | 2003-09-26 | 1 | -0/+5 |
* | Make the dialog more HIG-compliant by fixing widget alignment/spacing | Rodney Dawes | 2003-09-26 | 1 | -0/+5 |
* | fixed ChangeLog | Jeffrey Stedfast | 2003-09-25 | 1 | -1/+6 |
* | Same as below. | Jeffrey Stedfast | 2003-09-25 | 1 | -0/+4 |
* | Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): If | Jeffrey Stedfast | 2003-09-24 | 1 | -0/+5 |
* | Don't xmlFree (name) until after we've g_strdup'd it. | Jeffrey Stedfast | 2003-09-24 | 1 | -0/+3 |
* | Fix for bug #48791 (and also fixes a FIXME) | Jeffrey Stedfast | 2003-09-24 | 1 | -0/+12 |
* | ** See bug #32996 | Not Zed | 2003-09-23 | 1 | -0/+12 |
* | removed, moved to em-folder-view, for now, it has access to an invisible. | Not Zed | 2003-09-23 | 1 | -0/+10 |
* | Connect to "value-changed" rather than "changed" for spin buttons. | Jeffrey Stedfast | 2003-09-23 | 1 | -0/+5 |
* | implement, we hook into the mail progress reporting stuff by overriding | Not Zed | 2003-09-23 | 1 | -0/+10 |
* | Set the window title to be that of the message subject. Fixes bug #48617. | Jeffrey Stedfast | 2003-09-20 | 1 | -0/+5 |
* | Fix for bug #48618. | Jeffrey Stedfast | 2003-09-20 | 1 | -0/+10 |
* | use gtkhtml's blocking | Radek Doulik | 2003-09-19 | 1 | -0/+4 |
* | updated for CamelTransferEncoding namespace changes | Jeffrey Stedfast | 2003-09-19 | 1 | -0/+10 |
* | updated for camel namespace changes | Jeffrey Stedfast | 2003-09-19 | 1 | -0/+33 |
* | Initialise charset to NULL or it may be used uninitialised. Also include | Jeffrey Stedfast | 2003-09-19 | 1 | -9/+17 |
* | cvs removed. | Not Zed | 2003-09-18 | 1 | -0/+862 |
* | New source file to migrate from the old mbox structure to the new mbox | Jeffrey Stedfast | 2003-09-18 | 1 | -0/+5 |
* | temporarily reverting camel namespace changes until after other branches have... | Jeffrey Stedfast | 2003-08-27 | 1 | -29/+0 |
* | Updated for camel namespace changes. | Jeffrey Stedfast | 2003-08-27 | 1 | -0/+12 |
* | updated for namespace changed made to camel-mime-utils.[c,h] | Jeffrey Stedfast | 2003-08-26 | 1 | -0/+17 |
* | translate the local time format. | Not Zed | 2003-08-23 | 1 | -0/+36 |
* | Don't abort at the first failure after sending (filtering, appending to | Jeffrey Stedfast | 2003-08-23 | 1 | -0/+9 |
* | Removed the new-mail-notification mess. | Jeffrey Stedfast | 2003-08-20 | 1 | -0/+16 |
* | Added a comment for translators. | Not Zed | 2003-08-19 | 1 | -0/+10 |
* | Added translation for day and localtime strings. Also removed the tz_zone | Not Zed | 2003-08-19 | 1 | -0/+10 |
* | ** For #45348 | Harry Lu | 2003-08-19 | 1 | -0/+7 |
* | fixed shit | Jeffrey Stedfast | 2003-08-15 | 1 | -5/+6 |
* | Fix for 45818 ( i18n mail messages search only produces '[?]'). Now | Suresh Chandrasekharan | 2003-08-15 | 1 | -0/+7 |
* | Removed unused function prototype. | Jeffrey Stedfast | 2003-08-13 | 1 | -0/+4 |
* | removed all the timeout shite that we don't even use anymore | Jeffrey Stedfast | 2003-08-12 | 1 | -0/+5 |
* | Updated for CamelMimePart::content_type changes. | Jeffrey Stedfast | 2003-08-12 | 1 | -0/+32 |
* | ** See bug #47224. Hook onto clicked rather than button_pressed, so that | Not Zed | 2003-08-06 | 1 | -0/+15 |
* | add a CamelOperation for overriding status handler. | Not Zed | 2003-08-02 | 1 | -0/+13 |
* | *Fix for bug #6951 | Harry Lu | 2003-08-01 | 1 | -0/+15 |
* | close mail message window using 'ESC' key, fix bug #47087 | Yuedong Du | 2003-08-01 | 1 | -0/+5 |
* | Removed smime functions as they were stale. | Jeffrey Stedfast | 2003-07-29 | 1 | -0/+4 |
* | Handle our own Delete key presses. Fixes bug #45597. | Jeffrey Stedfast | 2003-07-26 | 1 | -0/+5 |
* | Revert prior changes. | Jeffrey Stedfast | 2003-07-24 | 1 | -0/+5 |
* | Fix type warnings (folder_browser_toggle_caret_mode): Remove unused | Dan Winship | 2003-07-23 | 1 | -0/+26 |
* | We don't have camel_pgp_mime_is_rfc2015_encrypted() anymore so just look | Jeffrey Stedfast | 2003-07-17 | 1 | -0/+2 |
* | We don't have camel_pgp_mime_is_rfc2015_encrypted() anymore so just look | Jeffrey Stedfast | 2003-07-17 | 1 | -0/+6 |
* | Handle invalid URIs, or more likely, the last empty element in a URI list | Federico Mena Quintero | 2003-07-16 | 1 | -0/+8 |
* | remove the use of caret mode widget style. use new gtkhtml api to set | Yuedong Du | 2003-07-15 | 1 | -0/+7 |
* | Change the EditPaste mask to IS_0MESSAGE so that it is always activatable. | Antonio Xu | 2003-07-12 | 1 | -0/+5 |
* | ** For bug #41839 | Maxx Cao | 2003-07-10 | 1 | -0/+14 |
* | add a gconf key corresponding to newly introduced caret mode of gtkhtml | Yuedong Du | 2003-07-10 | 1 | -0/+18 |
* | Removed camel-pgp-mime.h, it no longer exists. | Jeffrey Stedfast | 2003-07-10 | 1 | -0/+6 |
* | Use camel_strcase_hash/equal. | Jeffrey Stedfast | 2003-07-08 | 1 | -0/+3 |
* | Updated to use the camel-file-utils version of mkdir. | Jeffrey Stedfast | 2003-07-08 | 1 | -0/+5 |
* | fixed the changelog | Jeffrey Stedfast | 2003-07-08 | 1 | -0/+8 |
* | Apply a From-filter when dragging as a test/uri-list and message/rfc822. | Jeffrey Stedfast | 2003-07-08 | 1 | -8/+0 |
* | Strip the signature from the body text. Fixes bug #45523. While we're | Jeffrey Stedfast | 2003-07-04 | 1 | -0/+15 |
* | Gone (pixbuf_gen_idle): Use e_icon_for_mime_type instead. | Dan Winship | 2003-07-03 | 1 | -0/+5 |
* | Use the newer utf8 versions of the e_strftime*() functions since our | Jeffrey Stedfast | 2003-07-02 | 1 | -0/+12 |
* | applied simpler spell error color fix | Radek Doulik | 2003-06-26 | 1 | -0/+5 |
* | reverted spell error color fix | Radek Doulik | 2003-06-26 | 1 | -9/+0 |
* | Might fix bug #45368 but I wouldn't bet on it. | Jeffrey Stedfast | 2003-06-25 | 1 | -0/+13 |
* | ** See bug #43887 | Not Zed | 2003-06-25 | 1 | -0/+7 |
* | add EvolutionMailPrintHTMLWidget style assignment | Radek Doulik | 2003-06-25 | 1 | -0/+7 |
* | use spell preferences at new location | Radek Doulik | 2003-06-25 | 1 | -0/+9 |
* | Save the idle_id | Dan Winship | 2003-06-24 | 1 | -0/+4 |
* | make sure not to strcmp a possibly NULL string. | Larry Ewing | 2003-06-24 | 1 | -0/+8 |
* | ** See bug #45063 | Not Zed | 2003-06-20 | 1 | -0/+8 |
* | Only save state if we have a folder reference. Fixes some warnings about | Jeffrey Stedfast | 2003-06-19 | 1 | -0/+6 |
* | Don't display an unread icon for a parent message status if it has unread | Jeffrey Stedfast | 2003-06-18 | 1 | -0/+8 |
* | ** See bug #44609 | Not Zed | 2003-06-17 | 1 | -0/+22 |
* | We only really want to use mail_identify_mime_part() if the content-type | Jeffrey Stedfast | 2003-06-12 | 1 | -0/+12 |
* | free the info structure as well. | Larry Ewing | 2003-06-12 | 1 | -0/+5 |
* | Use mail-config's gconf client. (target_date_new): Same. | Jeffrey Stedfast | 2003-06-12 | 1 | -0/+83 |
* | ** See bug #22542 | Not Zed | 2003-06-11 | 1 | -0/+28 |
* | Roll over ChangeLogs. | Ettore Perazzoli | 2003-06-10 | 1 | -24750/+0 |
* | Put the buttons in HIG order; don't replace the label of the stock Find | Federico Mena Quintero | 2003-06-04 | 1 | -0/+7 |
* | ** This and jeffs patch for #43862. | Not Zed | 2003-06-03 | 1 | -0/+17 |
* | Stat the XML file before trying to parse it to make sure it exists. | Jeffrey Stedfast | 2003-06-03 | 1 | -0/+5 |
* | added server_DATA (*.server) so make clean works. For #42691. | Not Zed | 2003-06-02 | 1 | -0/+5 |
* | use %02x instead of %2x when formatting color for rc file | Radek Doulik | 2003-05-31 | 1 | -0/+5 |
* | Fixes bug #43805. | Jeffrey Stedfast | 2003-05-30 | 1 | -0/+9 |
* | set the default open size to something reasonable. For #43410. | Not Zed | 2003-05-28 | 1 | -0/+10 |
* | set signature html flag even if it's newly signature, we don't set it in | Radek Doulik | 2003-05-23 | 1 | -0/+6 |
* | Updated copyright years. | Jeffrey Stedfast | 2003-05-21 | 1 | -0/+11 |
* | remove link hilighting option that isn't attached to anything. | Larry Ewing | 2003-05-21 | 1 | -0/+5 |
* | filter notification events to keep the redisplay count down. | Larry Ewing | 2003-05-21 | 1 | -0/+3 |
* | remove references to gtkhtml property manager. Connect to missing | Larry Ewing | 2003-05-21 | 1 | -0/+16 |
* | Only re-add the store to the folder-tree if the account is enabled. Oops. | Jeffrey Stedfast | 2003-05-20 | 1 | -0/+6 |
* | remove references to font prefs. | Larry Ewing | 2003-05-20 | 1 | -0/+12 |
* | ** See bug #43234 | Not Zed | 2003-05-19 | 1 | -0/+7 |
* | New async "empty trash" op. | Dan Winship | 2003-05-19 | 1 | -0/+7 |
* | gnome_font_get_descender returns negative value | Radek Doulik | 2003-05-19 | 1 | -0/+5 |
* | remove font prefs server from the list | Larry Ewing | 2003-05-19 | 1 | -0/+5 |
* | Add #include to fix warning. | Jeremy Katz | 2003-05-17 | 1 | -0/+23 |
* | ** See bug #42838. | Not Zed | 2003-05-16 | 1 | -0/+7 |
* | Disabled some debugging messages. | Jeffrey Stedfast | 2003-05-16 | 1 | -0/+4 |
* | add proto | JP Rosevear | 2003-05-15 | 1 | -0/+23 |
* | Removed. (make_factory): No need to set up the SIGSEGV redirect handler | Ettore Perazzoli | 2003-05-14 | 1 | -0/+10 |
* | Fix ChangeLog for yesterday's commit. | Ettore Perazzoli | 2003-05-10 | 1 | -4/+3 |
* | (request_password): Make sure password_dialog is | Ettore Perazzoli | 2003-05-09 | 1 | -0/+7 |
* | Make sure that we haven't been destroyed before we start writing to the | Jeffrey Stedfast | 2003-05-09 | 1 | -0/+6 |
* | ** See bug #42456 | Not Zed | 2003-05-08 | 1 | -0/+8 |
* | Correct default for list. | Jeremy Katz | 2003-05-08 | 1 | -0/+6 |
* | ** See bug #42400 | Not Zed | 2003-05-07 | 1 | -0/+7 |
* | ** See bug #42294. | Not Zed | 2003-05-06 | 1 | -0/+7 |
* | (request_password): Set OK as the default | Ettore Perazzoli | 2003-05-06 | 1 | -0/+5 |
* | To be consistant with the message-list envelope toggle, undelete the | Jeffrey Stedfast | 2003-05-03 | 1 | -0/+17 |
* | ** See bug #41748 | Not Zed | 2003-05-01 | 1 | -0/+13 |
* | Don't just blindly cast an int to gpointer, use the proper glib magic | Jeremy Katz | 2003-04-30 | 1 | -0/+5 |
* | Updated for API change in the filter code. | Jeffrey Stedfast | 2003-04-30 | 1 | -0/+6 |
* | ** See bug #41972 | Not Zed | 2003-04-30 | 1 | -1/+24 |
* | Remove preceding whitespace | Dan Winship | 2003-04-30 | 1 | -0/+4 |
* | (mail_session_forget_passwords): Forget all | Ettore Perazzoli | 2003-04-29 | 1 | -0/+5 |
* | Made toplevel container widgets set a border-width (including toplevel | Jeffrey Stedfast | 2003-04-29 | 1 | -0/+24 |
* | as below (update_active): as below | Radek Doulik | 2003-04-25 | 1 | -0/+8 |
* | pass an exception to get_provider, to silence some warnings/get a valid | Not Zed | 2003-04-24 | 1 | -0/+5 |
* | Only add the Organization: header if it is non-empty. Fixes bug #41730. | Jeffrey Stedfast | 2003-04-24 | 1 | -0/+5 |
* | Protect against a NULL strv result from parsing the language list string. | Jeffrey Stedfast | 2003-04-22 | 1 | -0/+5 |
* | Fixes for bug #41142. | Jeffrey Stedfast | 2003-04-19 | 1 | -0/+9 |
* | [ fixes #21499 ] | Rodney Dawes | 2003-04-19 | 1 | -0/+9 |
* | remove the help menu item handling, as the help menu is removed. Clean up | Not Zed | 2003-04-17 | 1 | -0/+5 |
* | Remove COMPONENTDIR and set BINDIR and VERSION instead. | Not Zed | 2003-04-17 | 1 | -0/+13 |
* | schema keys can't be directories (#41419) | Jeremy Katz | 2003-04-17 | 1 | -0/+4 |
* | Fixed a logic error that was the cause of bug #41389. | Jeffrey Stedfast | 2003-04-17 | 1 | -0/+5 |
* | For bug #41199. | Not Zed | 2003-04-16 | 1 | -0/+15 |
* | Free the temporary error text. | Hans Petter Jansson | 2003-04-16 | 1 | -0/+4 |
* | Set the correct border width and vbox spacing to be HIG compliant. Fixes | Jeffrey Stedfast | 2003-04-16 | 1 | -0/+9 |
* | create a stock cancel button with a cancel all text. (build_dialogue): | Not Zed | 2003-04-15 | 1 | -0/+11 |
* | add proper defaults for the fonts settings. | Larry Ewing | 2003-04-15 | 1 | -0/+5 |
* | Fixes bug #41243. | Jeffrey Stedfast | 2003-04-12 | 1 | -0/+9 |
* | Add padding around the entry/checkbox and change the border width of the | Jeffrey Stedfast | 2003-04-12 | 1 | -0/+6 |
* | Change the action button ordering and also change the padding to comply | Jeffrey Stedfast | 2003-04-11 | 1 | -0/+5 |
* | Change the padding to comply with the GNOME HIG. Fixes bug #41001. | Jeffrey Stedfast | 2003-04-11 | 1 | -0/+5 |
* | ** See bug #40921 | Not Zed | 2003-04-09 | 1 | -0/+27 |
* | set sensitivity of font pickers based on share setting. | Larry Ewing | 2003-04-09 | 1 | -0/+18 |
* | Add a check for a NULL uid here. Don't see how it can happen, but it seems | Jeffrey Stedfast | 2003-04-09 | 1 | -0/+6 |
* | Remove color specs from the druid so it will use the theme colors | Dan Winship | 2003-04-08 | 1 | -0/+3 |
* | Fix bad XML noticed by Not Zed | Dan Winship | 2003-04-08 | 1 | -0/+7 |
* | swap button order. For #40900. | Not Zed | 2003-04-08 | 1 | -0/+5 |
* | For string columns, never return NULL - always return "" if the value is | Jeffrey Stedfast | 2003-04-08 | 1 | -0/+4 |
* | Set the "script" data on the GtkEntry to NULL. (sig_add_script_response): | Jeffrey Stedfast | 2003-04-08 | 1 | -0/+12 |