| Commit message (Expand) | Author | Age | Files | Lines |
* | default_account is now a string value, not an int. | Jeffrey Stedfast | 2003-02-19 | 1 | -17/+20 |
* | clean up | Dan Winship | 2003-02-06 | 1 | -0/+2 |
* | Fixed a #warning by converting the filename into a uri before passing it | Jeffrey Stedfast | 2003-01-28 | 1 | -24/+135 |
* | Updated to use EAccountList and iterators. (evolution_composer_init): | Jeffrey Stedfast | 2003-01-18 | 1 | -22/+32 |
* | don't pass NULL to bonobo_widget_set_property. | Chris Toshok | 2003-01-10 | 1 | -3/+3 |
* | need to ref/sink "new" so that the g_object_unref doesn't spew a warning. | Chris Toshok | 2003-01-10 | 1 | -1/+4 |
* | Use gconf to get the default account index. | Jeffrey Stedfast | 2003-01-09 | 1 | -36/+42 |
* | fixed to build with -DG[TK]_DISABLE_DEPRECATED | Jeffrey Stedfast | 2003-01-03 | 1 | -1/+0 |
* | removed warning about e_notice. its used too much, its here to stay. | Not Zed | 2002-12-02 | 1 | -5/+5 |
* | Duh! dont free subject & simplify logic a little. | Not Zed | 2002-11-21 | 1 | -3/+3 |
* | dont unref after destroy. duh. | Not Zed | 2002-11-19 | 1 | -9/+10 |
* | Fix bonobo object setup. | Not Zed | 2002-11-08 | 1 | -100/+101 |
* | Only add the account address to the list of addresses if it is non-NULL. | Jeffrey Stedfast | 2002-10-22 | 1 | -1/+2 |
* | Use "mail/*" for the allowed_types for the posting folder selector. | Dan Winship | 2002-09-26 | 1 | -1/+1 |
* | Only append the account name to the end of the From menu item if the email | Dan Winship | 2002-09-25 | 1 | -4/+21 |
* | Fixes bug #29016 | Jeffrey Stedfast | 2002-08-23 | 1 | -1/+7 |
* | Use an EvolutionFolderSelectorButton instead of a label to indicate the | Dan Winship | 2002-08-19 | 1 | -7/+12 |
* | Create the Post-To header. (headers_set_visibility): Possibly show the | Jeffrey Stedfast | 2002-07-26 | 1 | -60/+117 |
* | This should use address_encode, since its an rfc822 address, not | Not Zed | 2002-07-19 | 1 | -1/+1 |
* | Instead of doing this with a weakref, do it by connecting to the destroy | Peter Williams | 2002-07-17 | 1 | -6/+10 |
* | added "Set as default" menu item | Radek Doulik | 2002-06-11 | 1 | -1/+10 |
* | Agh, priv->from.entry is no longer a GtkOptionMenu - it is an hbox | Jeffrey Stedfast | 2002-06-07 | 1 | -1/+3 |
* | Remove the customize toolbar thingy since Michael said that this would fix | Jeffrey Stedfast | 2002-06-07 | 1 | -6/+12 |
* | put option menu to hbox to make space for signatures menu | Radek Doulik | 2002-06-06 | 1 | -3/+17 |
* | Unref the priv->tooltips object here. | Jeffrey Stedfast | 2002-04-17 | 1 | -0/+1 |
* | Change the Reply-To header contents. (e_msg_composer_hdrs_set_reply_to): | Jeffrey Stedfast | 2002-04-12 | 1 | -13/+12 |
* | Use decode rather than unformat - the e_destination was changed (long time | Not Zed | 2002-04-09 | 1 | -3/+3 |
* | Fixes bug #3980. | Jeffrey Stedfast | 2002-04-06 | 1 | -5/+11 |
* | If we are in redirect mode, use the original message and set the resent-* | Jeffrey Stedfast | 2002-01-30 | 1 | -127/+151 |
* | Set the X-Evolution-Format header to text/plain if that is the editing | Jeffrey Stedfast | 2002-01-08 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Check that account->id->address != NULL. | Jon Trowbridge | 2001-10-23 | 1 | -26/+36 |
* | Don't pop up an "unable to retrieve message" if the composer never | Dan Winship | 2001-10-14 | 1 | -3/+1 |
* | Check for either a matching account name, or for a matching e-mail address | Jon Trowbridge | 2001-10-11 | 1 | -5/+8 |
* | Don't gtk_object_destroy() the pixbuf loader, unref it instead. | Jeffrey Stedfast | 2001-09-17 | 1 | -8/+10 |
* | Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers): | Jon Trowbridge | 2001-09-09 | 1 | -90/+107 |
* | Remove some debugging messages that don't check for NULL strings and crash | Dan Winship | 2001-09-08 | 1 | -4/+0 |
* | Pass in FALSE as the 'sending' arg to e_msg_composer_get_message. | Jon Trowbridge | 2001-08-30 | 1 | -56/+10 |
* | In the GUI, the toggle is labelled "hide addresses", not "show addresses" | Jon Trowbridge | 2001-08-23 | 1 | -1/+134 |
* | formatted code nicer | Jeffrey Stedfast | 2001-08-18 | 1 | -11/+9 |
* | Toggle the View->Attachments menu item. This fixes bug #6107. | Jeffrey Stedfast | 2001-08-18 | 1 | -16/+16 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 1 | -3/+2 |
* | Set the smime/pgp always-sign options when here so it updates when the | Jeffrey Stedfast | 2001-08-10 | 1 | -1/+1 |
* | Set the PGP/MIME and S/MIME options to FALSE before getting the message | Jeffrey Stedfast | 2001-08-09 | 1 | -1/+0 |
* | Removed some debugging chatter. | Jon Trowbridge | 2001-07-26 | 1 | -4/+1 |
* | Update to the new way of finding the default account. | Jason Leach | 2001-07-19 | 1 | -3/+9 |
* | Removed a warning that I don't need anymore. This code is working | Jeffrey Stedfast | 2001-07-13 | 1 | -11/+12 |
* | Use camel_internet_address_format_address rather than camel_address_encode | Jeffrey Stedfast | 2001-07-10 | 1 | -6/+7 |
* | Make sure that our destination string (dest_str) is not the empty string | Jon Trowbridge | 2001-07-07 | 1 | -1/+1 |
* | Touch all of our EDestinations before we unref them, updating the last-use | Jon Trowbridge | 2001-06-30 | 1 | -1/+7 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Return the serialized EDestinations (rather than just a string w/ e-mail | Jon Trowbridge | 2001-05-18 | 1 | -7/+25 |
* | signature changing | Radek Doulik | 2001-04-25 | 1 | -0/+11 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 1 | -0/+4 |
* | Fix headers. Same here. | Kjartan Maraas | 2001-04-05 | 1 | -0/+3 |
* | Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -5/+5 |
* | Make sure the reply_to text is non-NULL before trying to pass it off to | Jeffrey Stedfast | 2001-03-18 | 1 | -0/+5 |
* | Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, since | Dan Winship | 2001-03-14 | 1 | -6/+6 |
* | Added view_replyto member. | Jeffrey Stedfast | 2001-03-13 | 1 | -11/+76 |
* | New function. Used to store integer values into the configuration engine. | Miguel de Icaza | 2001-03-08 | 1 | -196/+229 |
* | If @account_name is NULL, pick the default account rather than giving a | Dan Winship | 2001-02-16 | 1 | -4/+4 |
* | Updated. We might want to change the corba interface for this to allow | Jeffrey Stedfast | 2001-02-11 | 1 | -0/+1 |
* | Set the default argument to | Christopher James Lahey | 2001-02-06 | 1 | -7/+36 |
* | make sure we convert from utf-8 before creating the option menu items. | Larry Ewing | 2001-01-30 | 1 | -2/+6 |
* | (Moving the flag for has_changed from the Hdrs to the Composer itself. | Jason Leach | 2001-01-26 | 1 | -6/+13 |
* | Use "Full Name <address>" for the label in the menu rather than the | Jeffrey Stedfast | 2001-01-20 | 1 | -1/+10 |
* | (Adding a boolean "entry_changed" BonoboPropertyBag arg) | Jason Leach | 2001-01-19 | 1 | -1/+22 |
* | Updated to reflect changes to e_msg_composer_hdrs_get_from(). | Jeffrey Stedfast | 2001-01-18 | 1 | -27/+21 |
* | (Bug #1192: Set the Composer window title to something useful) | Jason Leach | 2001-01-18 | 1 | -7/+28 |
* | (Plug leaking the subject string on each message sent) | Jason Leach | 2001-01-16 | 1 | -2/+1 |
* | Oops. Make sure to attach the item to the menu ;-) | Jeffrey Stedfast | 2001-01-13 | 1 | -0/+1 |
* | Call set_from_account which means we no longer have to do all the crap | Jeffrey Stedfast | 2001-01-13 | 1 | -59/+112 |
* | Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOX | Miguel de Icaza | 2001-01-12 | 1 | -3/+2 |
* | Only set the popdown strings if we have anything to popdown. | Miguel de Icaza | 2001-01-12 | 1 | -2/+3 |
* | Updated for new config code - this time it works! | Jeffrey Stedfast | 2001-01-09 | 1 | -11/+13 |
* | Reverted back to old config code temporarily until I get the new config | Jeffrey Stedfast | 2001-01-09 | 1 | -13/+11 |
* | Updated to reflect changes to the mail-config API. | Jeffrey Stedfast | 2001-01-08 | 1 | -11/+13 |
* | If the headers have changed, then continue with the prompt else just | Jeffrey Stedfast | 2001-01-04 | 1 | -1/+13 |
* | Call e_utf8_to_gtk_string on the combobox strings. | Dan Winship | 2001-01-02 | 1 | -2/+4 |
* | Made it so that carriage return doesn't insert a newline in the subject | Christopher James Lahey | 2000-12-15 | 1 | -0/+1 |
* | Don't convert the utf-8 string to a gtkstring because the widget expects | Jeffrey Stedfast | 2000-12-13 | 1 | -9/+5 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 1 | -1/+1 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -5/+5 |
* | Changed for message api changes. Use camel_address_unformat to convert the | Not Zed | 2000-11-07 | 1 | -78/+30 |
* | Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n. | Kjartan Maraas | 2000-11-07 | 1 | -1/+1 |
* | Old cruft. Remove. | Dan Winship | 2000-10-24 | 1 | -1/+0 |
* | Include Composer.h instead of volution-Addressbook-SelectNames.h | Ariel Rios | 2000-10-24 | 1 | -1/+1 |
* | Don't need the ID anymore. | Iain Holmes | 2000-10-18 | 1 | -9/+2 |
* | Only allow one select-names dialog for each composer. | Iain Holmes | 2000-10-14 | 1 | -2/+9 |
* | fix typo in tooltip. fix accelerator for "Save as" to be different from | Dan Winship | 2000-09-26 | 1 | -1/+1 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -2/+2 |
* | Always request to import the HTML version if at all possible so that we | Jeffrey Stedfast | 2000-08-29 | 1 | -1/+1 |
* | Set the "From" address in the CamelMimeMessage. Also updated to use | Jeffrey Stedfast | 2000-08-29 | 1 | -28/+29 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 1 | -4/+7 |
* | Return the text in GtkCombo->entry | Jeffrey Stedfast | 2000-08-10 | 1 | -1/+1 |
* | Fixed the GList identity stuff, should now display all configured | Jeffrey Stedfast | 2000-08-10 | 1 | -9/+6 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-10 | 1 | -12/+23 |
* | Modified to allow dropdown entry-boxes as well (for headers like From:) | Jeffrey Stedfast | 2000-08-10 | 1 | -23/+128 |
* | Removed the extra frame here. | Christopher James Lahey | 2000-07-09 | 1 | -14/+1 |
* | Added code for initializing the values of the fields in the message | Ettore Perazzoli | 2000-07-08 | 1 | -20/+50 |
* | Use the new controls implemented in the addressbook in the message | Ettore Perazzoli | 2000-07-08 | 1 | -18/+175 |
* | I18N the message composer's title bar. Don't install header files. | Ettore Perazzoli | 2000-06-17 | 1 | -0/+40 |
* | Turned off focus in the To, Cc, and Bcc buttons. | Christopher James Lahey | 2000-05-07 | 1 | -0/+1 |
* | update for Camel recipient changes. (Just to make it build, not to take | Dan Winship | 2000-04-29 | 1 | -2/+5 |
* | new functions | Dan Winship | 2000-04-22 | 1 | -3/+26 |
* | More work: | Ettore Perazzoli | 1999-11-17 | 1 | -0/+355 |