| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare a prototype for this function prior to fe_got_children() so that | Jeffrey Stedfast | 2003-03-29 | 2 | -0/+9 |
* | remove extra arg to camel_url_encode | Dan Winship | 2003-03-27 | 2 | -1/+6 |
* | dont set the paned initial size here, but hook onto the realize signal. | Not Zed | 2003-03-27 | 2 | -6/+19 |
* | Fixes bug #40074. | Jeffrey Stedfast | 2003-03-27 | 4 | -0/+23 |
* | Fixes for bug #39870 | Jeffrey Stedfast | 2003-03-27 | 2 | -64/+74 |
* | If the CamelFolderInfo node doesn't have \NoInferriors set, then check for | Jeffrey Stedfast | 2003-03-27 | 2 | -4/+13 |
* | Undo jeff's patch below for #40275, the destroy timeout is already removed | Not Zed | 2003-03-26 | 2 | -23/+22 |
* | Remove the timeout. Should fix bug #40275. | Jeffrey Stedfast | 2003-03-26 | 2 | -0/+8 |
* | Remove search entry which never worked right (and can't work as users | Jeffrey Stedfast | 2003-03-26 | 3 | -219/+24 |
* | Update for e_notice move (apply_changes): Pass a parent_window to e_notice | Dan Winship | 2003-03-25 | 8 | -10/+18 |
* | Update prototype | Dan Winship | 2003-03-25 | 2 | -1/+6 |
* | strdup the key before freeing the url as it is probably pointing there. | Not Zed | 2003-03-25 | 2 | -1/+7 |
* | remove a debug printf that made it in a commit. | Not Zed | 2003-03-24 | 2 | -1/+3 |
* | Load per-folder setting of show_preview from meta data. | Not Zed | 2003-03-24 | 8 | -19/+139 |
* | pass FALSE for e_destination_get_textrep's include_email arg. | Chris Toshok | 2003-03-23 | 2 | -2/+6 |
* | Default to the charset provied in the MimePart's Content-Type over that of | Jeffrey Stedfast | 2003-03-22 | 2 | -2/+11 |
* | "en_us" should not be translated. Fixes bug #40088. | Jeffrey Stedfast | 2003-03-22 | 2 | -1/+6 |
* | remember to disconnect the destroy handler if whenever the loader is shut | Larry Ewing | 2003-03-21 | 2 | -0/+7 |
* | Change the message_destroy callback to just gtk_widget_destroy. No need to | Jeffrey Stedfast | 2003-03-21 | 2 | -7/+6 |
* | Don't forget to add the signature to the signature list if it is a valid | Jeffrey Stedfast | 2003-03-21 | 2 | -1/+6 |
* | Make sure we can find the registered handler before trying to remove it | Jeffrey Stedfast | 2003-03-21 | 2 | -4/+11 |
* | Make the 5th argument to gtk_message_dialog_new() "%s" and move the | Jeffrey Stedfast | 2003-03-21 | 2 | -1/+20 |
* | Remove this since there's a function in CamelMimeMessage to do it now. | Dan Winship | 2003-03-21 | 2 | -68/+7 |
* | updated for gnome spell API 0.3 | Radek Doulik | 2003-03-20 | 2 | -5/+5 |
* | ** for mail part of bug #38461. | Not Zed | 2003-03-20 | 8 | -316/+276 |
* | removed a dead header file | Jeffrey Stedfast | 2003-03-20 | 1 | -1/+0 |
* | Revert ettore's broken patch. | Jeffrey Stedfast | 2003-03-20 | 4 | -248/+1 |
* | Revert ettore's broken patch. | Jeffrey Stedfast | 2003-03-20 | 3 | -7/+11 |
* | Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692] | Ettore Perazzoli | 2003-03-20 | 3 | -2/+10 |
* | (mail_config_druid_new): Give the druid the | Ettore Perazzoli | 2003-03-20 | 2 | -0/+6 |
* | changed default language to en_us instead of en | Radek Doulik | 2003-03-19 | 2 | -1/+34 |
* | e_msg_composer_get_subject() now returns a const char *, so update | Jeffrey Stedfast | 2003-03-19 | 2 | -5/+8 |
* | fix leak, cleanup variable name, and call gtk_window_set_transient_for | Larry Ewing | 2003-03-19 | 2 | -6/+15 |
* | Set the type hint to DIALOG so that Metacity shows this window on top. | Jeffrey Stedfast | 2003-03-19 | 2 | -3/+12 |
* | validate rule & rule is unique. Workaround for #39464. Should this just | Not Zed | 2003-03-18 | 2 | -0/+23 |
* | unhook from the html engine signals here, before we redisplay the message. | Not Zed | 2003-03-18 | 2 | -7/+16 |
* | use a hack to find out if the message-list was focussed before we | Not Zed | 2003-03-18 | 3 | -3/+26 |
* | (mail_signature_editor): Give the editor | Ettore Perazzoli | 2003-03-18 | 2 | -0/+6 |
* | If we fail to load the pixbuf, don't use it (stops some g_warnings). | Jeffrey Stedfast | 2003-03-18 | 2 | -0/+20 |
* | Part of a fix for bug #39809 | Jeffrey Stedfast | 2003-03-18 | 3 | -3/+9 |
* | Lookup the handler for the type. If we don't have a registered handler or | Jeffrey Stedfast | 2003-03-18 | 4 | -1/+23 |
* | Update for EvolutionStorage change | Dan Winship | 2003-03-15 | 2 | -9/+10 |
* | reverted mail-display.c and mail-format.c fixes - pondering better fixes | Jeffrey Stedfast | 2003-03-14 | 3 | -45/+10 |
* | Security vulnerability fixes. | Jeffrey Stedfast | 2003-03-13 | 2 | -0/+12 |
* | Security vulnerability fixes. | Jeffrey Stedfast | 2003-03-13 | 2 | -10/+33 |
* | revert a commit that I didn't mean to do | Jeffrey Stedfast | 2003-03-13 | 1 | -4/+4 |
* | Rewritten to do the same as the composer's build_message() code. | Jeffrey Stedfast | 2003-03-13 | 2 | -35/+69 |
* | Various small fixes leading up to a real fix. | Jeffrey Stedfast | 2003-03-13 | 3 | -26/+41 |
* | Use gtk_window_set_transient_for() on the druid with the settings dialog | Jeffrey Stedfast | 2003-03-12 | 2 | -3/+18 |
* | Remove the yes/no buttons. Fixes bug #39382. | Jeffrey Stedfast | 2003-03-11 | 2 | -1/+4 |
* | New callback function to handle the checkbox getting toggled. | Jeffrey Stedfast | 2003-03-11 | 2 | -4/+62 |
* | Fix the response code, because some bastard changed the filter/* code and | Not Zed | 2003-03-10 | 2 | -1/+7 |
* | Removed the debug printf. Added a case for the composer. Part of fixing | Not Zed | 2003-03-10 | 2 | -2/+6 |
* | removed main.c from the build. | Not Zed | 2003-03-10 | 4 | -35/+9 |
* | removed erroneous static prototype (it is now supposed to be a public symbol) | Jeffrey Stedfast | 2003-03-08 | 1 | -4/+0 |
* | All this snot just to fix bug #38925 and an attempt to fix bug #38926 (but | Jeffrey Stedfast | 2003-03-08 | 9 | -130/+186 |
* | If the part url is a text part, use | Jeffrey Stedfast | 2003-03-08 | 4 | -25/+30 |
* | (mail_accounts_treeview_new): Set the | Ettore Perazzoli | 2003-03-07 | 2 | -0/+6 |
* | Add some spacing to the buttons. [#38227] | Ettore Perazzoli | 2003-03-07 | 2 | -0/+5 |
* | Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. Likewise. | Ettore Perazzoli | 2003-03-07 | 5 | -8/+20 |
* | #include <string.h> | Jeffrey Stedfast | 2003-03-06 | 2 | -0/+4 |
* | Don't use __inline__ as not all platforms/compilers support this keyword. | Jeffrey Stedfast | 2003-03-06 | 2 | -2/+8 |
* | remove debug printf. | Not Zed | 2003-03-05 | 2 | -2/+4 |
* | Removed old quit code. (owner_unset_cb): Make this call synchronous. Wont | Not Zed | 2003-03-05 | 2 | -37/+53 |
* | Prototype some functions to shut the compiler up. | Jeffrey Stedfast | 2003-03-05 | 2 | -1/+9 |
* | changed the button order to be HIG compliant | Jeffrey Stedfast | 2003-03-05 | 1 | -286/+297 |
* | Go back to using e_destination_get_address() but use the camel-address | Jeffrey Stedfast | 2003-03-05 | 2 | -10/+30 |
* | Use 'filename' when creating the uri rather than using the uninitialised | Jeffrey Stedfast | 2003-03-04 | 2 | -3/+9 |
* | Do the same as below for request_password, so we dont leave a mainloop | Not Zed | 2003-03-03 | 2 | -9/+22 |
* | Remove the e_tree_memory_sort_node, currently it crashes inside gal, the | Not Zed | 2003-03-03 | 2 | -3/+11 |
* | Reverted back to using e-iconv | Jeffrey Stedfast | 2003-02-27 | 3 | -8/+12 |
* | add a repo_id and a priority level to the startup wizard | Dan Winship | 2003-02-27 | 2 | -0/+12 |
* | Reverted back to using e-iconv instead of camel-iconv. | Jeffrey Stedfast | 2003-02-26 | 2 | -2/+8 |
* | Update for new EvolutionWizard interfaces. | Dan Winship | 2003-02-25 | 2 | -19/+26 |
* | Redo this to not use the CORBA interfaces in the local case (in | Dan Winship | 2003-02-25 | 7 | -756/+485 |
* | Make sure m->config_service is non-NULL before using | Jeffrey Stedfast | 2003-02-25 | 3 | -3/+12 |
* | Don't always append "[script]" to the signature name. Also cleaned up some | Jeffrey Stedfast | 2003-02-25 | 2 | -10/+23 |
* | fixed the purple druid pages | Jeffrey Stedfast | 2003-02-25 | 1 | -15/+15 |
* | fix the g_snprintf stuff. | Not Zed | 2003-02-24 | 4 | -77/+29 |
* | Set the local provider description field to a string rather than NULL to | Jeffrey Stedfast | 2003-02-23 | 2 | -1/+7 |
* | bitwise-or in CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES to fix bug #38499. | Jeffrey Stedfast | 2003-02-23 | 2 | -2/+7 |
* | New overloaded virtual method, does what dialog_destroy_cb was trying to | Jeffrey Stedfast | 2003-02-23 | 4 | -77/+87 |
* | Don't try to get a FontPrefs control. | Hans Petter Jansson | 2003-02-22 | 4 | -3/+16 |
* | Make libversit a shared library, update stuff for that, and clean up | Dan Winship | 2003-02-22 | 3 | -8/+8 |
* | Use tables instead of vboxes, so that groups of label/entry pairs (as in | Dan Winship | 2003-02-22 | 5 | -73/+113 |
* | fixed a type-o | Jeffrey Stedfast | 2003-02-21 | 1 | -1/+1 |
* | Use camel_folder_free_uids(). | Jeffrey Stedfast | 2003-02-21 | 2 | -6/+11 |
* | Use camel_charset_canonical_name() here instead of e_iconv_charset_name(). | Jeffrey Stedfast | 2003-02-21 | 4 | -9/+23 |
* | Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic | Dan Winship | 2003-02-21 | 2 | -2/+8 |
* | ignore more generated stuff | Chris Toshok | 2003-02-20 | 1 | -0/+1 |
* | ? | Jeffrey Stedfast | 2003-02-20 | 1 | -5/+2 |
* | add .server.in files | Dan Winship | 2003-02-20 | 1 | -1/+4 |
* | Fixed a memory leak - make sure to free all uids. | Jeffrey Stedfast | 2003-02-19 | 2 | -1/+6 |
* | fixes to my last commit | Jeffrey Stedfast | 2003-02-19 | 1 | -18/+17 |
* | Removed. (lookup_signature): Removed. (xml_get_int): Removed. | Jeffrey Stedfast | 2003-02-19 | 4 | -146/+52 |
* | Change the logic here slightly. Instead of only reprompting the user if | Jeffrey Stedfast | 2003-02-15 | 2 | -9/+32 |
* | #include <stdio.h> | Jeffrey Stedfast | 2003-02-14 | 5 | -15/+36 |
* | Removed unused variables. | Jeffrey Stedfast | 2003-02-13 | 5 | -59/+25 |
* | Use gtk_window_set_resizable() instead of gtk_window_set_policy(). | Jeffrey Stedfast | 2003-02-12 | 6 | -35/+25 |
* | Register a destroy virtual method. (mail_accounts_tab_destroy): Set | Jeffrey Stedfast | 2003-02-12 | 5 | -29/+51 |
* | Set mail_display->destroyed = TRUE. This is a workaround for the | Jeffrey Stedfast | 2003-02-12 | 3 | -13/+15 |
* | Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): Same | Jeffrey Stedfast | 2003-02-11 | 12 | -63/+63 |
* | Split the ORBit IDL compilation rules to work properly with parallel | Ettore Perazzoli | 2003-02-11 | 3 | -13/+39 |
* | Add LDFLAGS to ported libs | Rodney Dawes | 2003-02-10 | 2 | -0/+10 |
* | look in the http cache for images when saving (image_save_as): remove | Larry Ewing | 2003-02-10 | 2 | -24/+40 |
* | don't use random memory as a gconf client. | Larry Ewing | 2003-02-08 | 2 | -0/+6 |
* | track change to e_book_load_uri type. | Chris Toshok | 2003-02-07 | 2 | -3/+6 |
* | (on_right_click): Use | Ettore Perazzoli | 2003-02-07 | 2 | -1/+7 |
* | Fix EVOLUTION_ICONSDIR | Dan Winship | 2003-02-07 | 2 | -2/+3 |
* | add EVOLUTION_PRIVDATADIR | Dan Winship | 2003-02-07 | 9 | -9/+25 |
* | s/PACKAGE/GETTEXT_PACKAGE/ in gettext init | Dan Winship | 2003-02-07 | 2 | -2/+4 |
* | Remove *dir defs that are in configure.in now (INCLUDES): clean up using | Dan Winship | 2003-02-07 | 4 | -38/+44 |
* | add an activate handler to the entry so that hitting return will return an | Larry Ewing | 2003-02-06 | 2 | -0/+13 |
* | s/glade_gnome_init/glade_init/ | Dan Winship | 2003-02-06 | 2 | -1/+5 |
* | update from ../../importers/. (main): Removed. | Not Zed | 2003-02-05 | 6 | -15/+3661 |
* | fixed button/text mismatches | Jeffrey Stedfast | 2003-02-05 | 1 | -17/+17 |
* | removed broken strings | Jeffrey Stedfast | 2003-02-05 | 1 | -301/+335 |
* | updated for e scroll frame --> gtk scrolled window | Radek Doulik | 2003-02-05 | 2 | -3/+3 |
* | Get the thread_subject setting here instead of in regen_list_regen since | Jeffrey Stedfast | 2003-02-04 | 2 | -7/+13 |
* | Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crap | Jeffrey Stedfast | 2003-02-04 | 1 | -9/+7 |
* | Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crap | Jeffrey Stedfast | 2003-02-04 | 3 | -19/+29 |
* | New function to return a cached list of labels. | Jeffrey Stedfast | 2003-02-01 | 7 | -178/+210 |
* | Change strcmp(fi->path, path) to strcmp(fi->name, name) and now the | Jeffrey Stedfast | 2003-01-28 | 2 | -2/+10 |
* | Fixed a #warning by converting a local path into a file: uri before | Jeffrey Stedfast | 2003-01-28 | 5 | -6/+31 |
* | removed a FIXME comment | Jeffrey Stedfast | 2003-01-27 | 2 | -1/+5 |
* | Set the paned_size here. | Jeffrey Stedfast | 2003-01-25 | 4 | -110/+22 |
* | (iconsdir): Remove, this is now defined in | Ettore Perazzoli | 2003-01-25 | 2 | -1/+5 |
* | transfer the current acount info, which will be regarded as the sender of | leon.zhang | 2003-01-24 | 6 | -10/+50 |
* | Use button_release instead of size_allocate, and get the position from the | Rodney Dawes | 2003-01-24 | 2 | -10/+17 |
* | Define componentdir instead of COMPONENT_DIR. Set it to | Ettore Perazzoli | 2003-01-24 | 2 | -1/+5 |
* | removed *.oaf.in that were left | Jeffrey Stedfast | 2003-01-23 | 3 | -367/+0 |
* | Removed. (mail_config_set_thread_list): Removed. | Jeffrey Stedfast | 2003-01-23 | 5 | -111/+27 |
* | Use EVOLUTION_GALVIEWSDIR. | Ettore Perazzoli | 2003-01-23 | 12 | -43/+85 |
* | put unrealized html widget into top level widget (gtk window) before | Radek Doulik | 2003-01-23 | 2 | -3/+16 |
* | Don't unref the account object, e_list_remove() apparently handles this | Jeffrey Stedfast | 2003-01-22 | 3 | -2/+8 |
* | applied patch from Frederic Crozat <fcrozat@mandrakesoft.com> | Radek Doulik | 2003-01-22 | 1 | -10/+10 |
* | Default to hiding deleted messages. Fixes bug #35929. | Jeffrey Stedfast | 2003-01-21 | 3 | -29/+29 |
* | Don't !atoi (state) for the message_list_set_hidedeleted() call. | Jeffrey Stedfast | 2003-01-21 | 2 | -1/+6 |
* | e_question returns a boolean, don't test for a specific value. | Larry Ewing | 2003-01-19 | 2 | -1/+4 |
* | (on_link_clicked): call gnome_url_show with all its arguments so | Larry Ewing | 2003-01-19 | 2 | -5/+13 |
* | make the event handlers return FALSE so that gtkhtml can process the | Larry Ewing | 2003-01-18 | 2 | -5/+9 |
* | wrap eriched entries with a table so that they get proper indentation. | Larry Ewing | 2003-01-18 | 2 | -3/+7 |
* | Updated. (request_password): Same. | Jeffrey Stedfast | 2003-01-18 | 20 | -1125/+833 |
* | fixed merge conflicts | Jeffrey Stedfast | 2003-01-17 | 1 | -1/+0 |
* | Connect to the toggled event on the transport_needs_auth toggle button so | Jeffrey Stedfast | 2003-01-17 | 2 | -35/+61 |
* | Same as below. | Jeffrey Stedfast | 2003-01-17 | 7 | -149/+224 |
* | Add a UID field (to match EAccount), which never changes and can be used | Dan Winship | 2003-01-17 | 4 | -2/+28 |
* | cast to avoid warnings | Jeffrey Stedfast | 2003-01-16 | 1 | -1/+1 |
* | Change the enable/disable button when the state changes. | Not Zed | 2003-01-16 | 2 | -0/+7 |
* | Back to using e_xml_save_file(). | Jeffrey Stedfast | 2003-01-16 | 2 | -3/+6 |
* | Make dialog Cancel/OK to match HIG. | Ettore Perazzoli | 2003-01-15 | 6 | -10/+29 |
* | Call mail_config_save_accounts (). | Jeffrey Stedfast | 2003-01-15 | 4 | -4/+26 |
* | reverted fe casts and added ChageLog entries | Radek Doulik | 2003-01-15 | 3 | -3/+13 |
* | Change the user_data argument to be of type gpointer instead of | Jeffrey Stedfast | 2003-01-15 | 2 | -2/+8 |
* | (libevolution_mail_la_SOURCES): Add mail-format.h. | Ettore Perazzoli | 2003-01-15 | 2 | -0/+7 |
* | Make the component be unversioned as a shlib | Rodney Dawes | 2003-01-15 | 2 | -1/+5 |
* | Switch to using GtkPaned instead of EPaned for GTK2 | Rodney Dawes | 2003-01-15 | 2 | -8/+11 |
* | EScrollFrame --> GtkScrolledWindow | Radek Doulik | 2003-01-15 | 4 | -18/+13 |
* | install the schemas file | Jeffrey Stedfast | 2003-01-14 | 1 | -0/+7 |
* | Perform some sanity checking on the auto-check-timeout value. | Jeffrey Stedfast | 2003-01-14 | 2 | -1/+12 |
* | Correctly create the clipboard buffer by using a nul to delimit the uri | Jeffrey Stedfast | 2003-01-14 | 2 | -2/+6 |
* | Check the state of message_style in gconf and set the menus accordingly. | Jeffrey Stedfast | 2003-01-14 | 4 | -12/+52 |
* | Save the auto-check timeout value. (account_new_from_xml): Load the | Jeffrey Stedfast | 2003-01-14 | 2 | -4/+9 |
* | include headers | Jeffrey Stedfast | 2003-01-14 | 2 | -6/+5 |
* | s/BonoboXObject/BonoboObject/ | Dan Winship | 2003-01-14 | 5 | -21/+29 |
* | hook onto destroy to remove dialogue from active table. (error_response): | Not Zed | 2003-01-13 | 2 | -2/+11 |
* | g_strdup the md->charset otherwise we'll get memory corruption later. This | Jeffrey Stedfast | 2003-01-12 | 2 | -1/+7 |
* | We also need to call message_list_set_hidedeleted() here so that any | Jeffrey Stedfast | 2003-01-11 | 6 | -42/+90 |
* | notify-type is a int, not a bool. Duh. | Jeffrey Stedfast | 2003-01-11 | 2 | -1/+6 |
* | Updated for function rename. | Jeffrey Stedfast | 2003-01-11 | 10 | -53/+81 |
* | Fixed a situation in which we could notify the shell listener twice. | Jeffrey Stedfast | 2003-01-11 | 3 | -21/+26 |
* | Save the paned_size notify handle. (folder_browser_destroy): Remove gconf | Not Zed | 2003-01-10 | 3 | -3/+15 |
* | Remove info.png from a couple of images, the image is set via code at | Not Zed | 2003-01-10 | 2 | -2/+4 |
* | enable the account before attempting to saving it. | Chris Toshok | 2003-01-10 | 3 | -3/+13 |
* | dont unref the dialogue. (dialog_destroy_cb): null out the | Not Zed | 2003-01-10 | 2 | -5/+9 |
* | pass bag to bonobo_pbclient_set_boolean. | Chris Toshok | 2003-01-10 | 2 | -1/+6 |
* | (owner_set_cb): Don't call | Ettore Perazzoli | 2003-01-10 | 2 | -4/+6 |
* | #include "mail-format.h" | Jeffrey Stedfast | 2003-01-10 | 1 | -0/+1 |
* | Added druidpagestart1 to the pages list. (construct): Change the limits on | Not Zed | 2003-01-09 | 9 | -188/+179 |
* | g_free->xmlFree (account_to_xml): copy xml memory to glib memory when | Not Zed | 2003-01-09 | 2 | -16/+29 |
* | Images are now in $(datadir)/evolution/images | Ettore Perazzoli | 2003-01-09 | 2 | -27/+32 |
* | Call folder_browser_set_message_preview(). | Jeffrey Stedfast | 2003-01-09 | 2 | -2/+4 |
* | Removed. (mail_config_set_show_preview): Removed. | Jeffrey Stedfast | 2003-01-09 | 5 | -93/+48 |
* | Save the setting via gconf. (mail_config_add_account): Immediately save | Jeffrey Stedfast | 2003-01-09 | 3 | -14/+5 |
* | Save the setting via gconf. (mail_config_add_account): Immediately save | Jeffrey Stedfast | 2003-01-09 | 3 | -63/+79 |
* | oops, forgot to init the gconf-client | Jeffrey Stedfast | 2003-01-08 | 2 | -1/+4 |
* | Use gconf to get the paned size. (folder_browser_set_message_preview): | Jeffrey Stedfast | 2003-01-08 | 23 | -1634/+1099 |
* | Don't translate the conf strings. Camel already did it. | Dan Winship | 2003-01-08 | 2 | -10/+16 |
* | remove idldir definition. (It's defined in configure.in now) | Dan Winship | 2003-01-06 | 2 | -1/+5 |
* | Use e_destination_get_email() instead of e_destination_get_address() when | Jeffrey Stedfast | 2003-01-05 | 2 | -2/+12 |
* | Fixed some build issues. | Jeffrey Stedfast | 2003-01-04 | 6 | -19/+32 |
* | fixed to build with -DG_DISABLE_DEPRECATED | Jeffrey Stedfast | 2003-01-03 | 8 | -50/+20 |
* | new | Jeffrey Stedfast | 2003-01-03 | 1 | -0/+65 |
* | ...And a whole bunch more build fixes. | Jeffrey Stedfast | 2002-12-18 | 24 | -346/+321 |
* | Wrap the content with a table so that text isn't fully left-justified. | Jeffrey Stedfast | 2002-12-17 | 2 | -7/+20 |
* | Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write): | Jeffrey Stedfast | 2002-12-17 | 6 | -23/+62 |
* | Re-implemented to use streams. Also no need to check for html since | Jeffrey Stedfast | 2002-12-17 | 8 | -791/+485 |
* | added some #warnings | Jeffrey Stedfast | 2002-12-16 | 1 | -287/+305 |
* | Make sure the folder-browser is not NULL or we'll crash. | Jeffrey Stedfast | 2002-12-14 | 2 | -16/+26 |
* | Fix the colour code to get a guint32 rgb correctly (I think - can't test | Jeffrey Stedfast | 2002-12-14 | 3 | -99/+102 |
* | Don't re-use cell renderers - I'm not sure this is actually safe to do. | Jeffrey Stedfast | 2002-12-14 | 4 | -46/+48 |
* | Get rid of unneeded CamelObject casts. (user_message_response): Don't | Jeffrey Stedfast | 2002-12-14 | 7 | -276/+297 |
* | cleaned up some const'ness | Jeffrey Stedfast | 2002-12-14 | 2 | -150/+140 |
* | Setup double-click here. | Jeffrey Stedfast | 2002-12-13 | 2 | -5/+14 |
* | oops, I had changed the glade code but forgot to commit | Jeffrey Stedfast | 2002-12-13 | 1 | -5151/+5673 |
* | don't shadow a parameter | Jeffrey Stedfast | 2002-12-13 | 1 | -7/+7 |
* | Get rid of the ETable #ifdef's - we won't ever be using ETable. | Jeffrey Stedfast | 2002-12-13 | 2 | -245/+112 |
* | cast a-warning a-way. | Not Zed | 2002-12-12 | 5 | -135/+162 |
* | New function to handle a lot of the filtering/etc that was done in | Jeffrey Stedfast | 2002-12-12 | 4 | -30/+57 |
* | language is a treeview now. Not sure what to do with it yet, but get rid | Not Zed | 2002-12-10 | 4 | -218/+236 |
* | pass "Mail" to e_passwords_*. (do_get_pass): same. (main_forget_password): | Chris Toshok | 2002-12-10 | 4 | -9/+21 |
* | ignore *.server | Jeffrey Stedfast | 2002-12-05 | 1 | -1/+1 |
* | Use the same logic as mail_generate_reply(). Fixes bug #34882 | Jeffrey Stedfast | 2002-12-04 | 3 | -16/+63 |
* | frobbed around with these till it exits without crashing. | Not Zed | 2002-12-03 | 4 | -68/+104 |
* | applied magic_links_settings.patch | Radek Doulik | 2002-12-02 | 2 | -1/+6 |
* | gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setup | Not Zed | 2002-12-02 | 36 | -520/+374 |
* | clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unref | Not Zed | 2002-11-26 | 2 | -10/+10 |
* | Duh idiot, "un-fixed" the memleak i added. | Not Zed | 2002-11-26 | 3 | -14/+27 |
* | gtk_widget_set_parent_window -> gtk_window_set_transient_for. | Not Zed | 2002-11-26 | 6 | -32/+78 |
* | removed e_messagebox, and use gtk_message_dialog directly. | Not Zed | 2002-11-25 | 2 | -63/+45 |
* | Show file name when prompt to user for overwrite. Fixes bug #34180. | Harry Lu | 2002-11-23 | 1 | -2/+1 |
* | Show file name when prompt to user for overwrite. | Harry Lu | 2002-11-23 | 2 | -9/+15 |
* | Enable dragging of all attachments. For bug #34327. | Harry Lu | 2002-11-22 | 2 | -5/+7 |
* | Since the GSList returned from gconf needs to be free'd by us, we don't | Jeffrey Stedfast | 2002-11-22 | 2 | -16/+33 |
* | applied patches from http://bugzilla.ximian.com/show_bug.cgi?id=29588 | Radek Doulik | 2002-11-21 | 4 | -46/+83 |
* | sync the gconf settings | Jeffrey Stedfast | 2002-11-21 | 1 | -0/+2 |
* | gconfify. (mail_composer_prefs_apply): gconfify this also. | Jeffrey Stedfast | 2002-11-21 | 3 | -37/+61 |
* | provide a proper implicit rule for building .server.in from .server.in.in. | Not Zed | 2002-11-20 | 3 | -8/+15 |
* | build fixes | Jeffrey Stedfast | 2002-11-20 | 1 | -1/+5 |
* | Save the settings via gconf. (mail_preferences_construct): Load the values | Jeffrey Stedfast | 2002-11-20 | 5 | -86/+145 |
* | added | Jeffrey Stedfast | 2002-11-20 | 1 | -0/+496 |
* | applied plain_signature_fix.patch | Radek Doulik | 2002-11-20 | 2 | -1/+6 |
* | fix warning message, outlook->mbox. | Not Zed | 2002-11-19 | 11 | -18/+41 |
* | applied spell_crash_fix.patch | Radek Doulik | 2002-11-19 | 2 | -0/+10 |
* | Specify the default account. Also, don't need to use | Jeffrey Stedfast | 2002-11-18 | 2 | -1/+11 |
* | Added back libevolution-importer stuff. (SUBDIRS): Added back importers. | Not Zed | 2002-11-18 | 10 | -44/+186 |
* | Update. | Ettore Perazzoli | 2002-11-16 | 1 | -1/+2 |
* | Add rules to substitute @LIBEXEC@ in GNOME_Evolution_Mail.server.in.in and | Ettore Perazzoli | 2002-11-16 | 3 | -14/+25 |
* | Use bonobo_main_quit instead of gtk | Rodney Dawes | 2002-11-16 | 2 | -1/+5 |
* | Correctly spell Advanced. | Jeffrey Stedfast | 2002-11-16 | 2 | -1/+6 |
* | weak notify -> ref. | Not Zed | 2002-11-15 | 4 | -3/+12 |
* | Use g_object_weak_ref rather than connecting to destroy. | Jeffrey Stedfast | 2002-11-15 | 9 | -62/+75 |
* | Want a (GWeakNotify) cast here, not (GWeakNotify *). | Ettore Perazzoli | 2002-11-15 | 11 | -30/+67 |
* | shell client objref. (mail_add_storage): " (mail_remove_storage): " | Not Zed | 2002-11-14 | 2 | -3/+9 |
* | Remove a couple backslashes that were causing automake to complain, even | Joe Shaw | 2002-11-14 | 2 | -2/+8 |
* | Use g_object_new() instead of gtk_type_new(). Likewise. Likewise. | Ettore Perazzoli | 2002-11-14 | 7 | -6/+15 |
* | Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise. | Ettore Perazzoli | 2002-11-14 | 11 | -13/+17 |
* | destroy->weak ref. (owner_set_cb): shell client changes. | Not Zed | 2002-11-13 | 7 | -11/+25 |
* | Added to cvs. Currently contains no configurable stuff, but maybe it will | Not Zed | 2002-11-13 | 20 | -449/+783 |
* | Added files I've ported. | Jeffrey Stedfast | 2002-11-13 | 3 | -7/+38 |