| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't mark empty string with _(). | Zbigniew Chyla | 2002-09-24 | 1 | -1/+1 |
| * | Removed a #warning. | Ettore Perazzoli | 2002-09-24 | 1 | -11/+4 |
| * | Set the file-selection window icon. Fixes the mailer part of bug #7368. | Jeffrey Stedfast | 2002-08-13 | 1 | -15/+16 |
| * | Special-case message/digest and give it a nice icon. [#9786] | Ettore Perazzoli | 2002-07-27 | 1 | -1/+17 |
| * | Unref the priv->tooltips object here. | Jeffrey Stedfast | 2002-04-17 | 1 | -0/+2 |
| * | Attach to the parent widget's destroy signal - when that gets destroyed, | Jeffrey Stedfast | 2001-12-14 | 1 | -69/+70 |
| * | select_file_attachments now returns a GPtrArray so handle that and loop | Jeffrey Stedfast | 2001-12-11 | 1 | -5/+9 |
| * | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
| * | Make inline images used for replies not show up as | Dan Winship | 2001-10-22 | 1 | -39/+0 |
| * | Don't use a g_return_val_if_fail after iconv_open, this is a valid error | Jeffrey Stedfast | 2001-10-19 | 1 | -50/+28 |
| * | If the attachment fails, report the error to the user. | Jeffrey Stedfast | 2001-10-10 | 1 | -7/+27 |
| * | fix cut&pasteo. | Larry Ewing | 2001-10-06 | 1 | -1/+1 |
| * | remove unused variable. | Larry Ewing | 2001-10-06 | 1 | -40/+18 |
| * | change to return a CamelMimePart. | Larry Ewing | 2001-10-05 | 1 | -1/+32 |
| * | look up an attachment by it's content id. | Larry Ewing | 2001-10-05 | 1 | -0/+30 |
| * | Don't gtk_object_destroy() the pixbuf loader, unref it instead. | Jeffrey Stedfast | 2001-09-17 | 1 | -1/+1 |
| * | Set the user-chosen charset. | Jeffrey Stedfast | 2001-07-03 | 1 | -5/+8 |
| * | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
| * | Replace the disposition option menu with a checkbox. | Dan Winship | 2001-06-13 | 1 | -5/+9 |
| * | Use e_utf8_to_gtk_string() on the description of the attachment since | Jeffrey Stedfast | 2001-05-29 | 1 | -13/+18 |
| * | Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -1/+9 |
| * | multipart/* is another mime type we DO NOT want to encode ;-) | Jeffrey Stedfast | 2001-02-10 | 1 | -20/+22 |
| * | Use header_content_type_simple, not header_content_type_format. | Dan Winship | 2001-01-03 | 1 | -4/+5 |
| * | Use CamelContentType instead of GMimeContentField. | Dan Winship | 2000-12-29 | 1 | -12/+7 |
| * | Big patch. Evolution-services rewrite, services updated for new system, | Iain Holmes | 2000-11-22 | 1 | -26/+50 |
| * | new function (destroy): use e_msg_composer_clear_inlined_table, destroy | Radek Doulik | 2000-11-08 | 1 | -5/+5 |
| * | Two segfault fixes | Peter Williams | 2000-11-07 | 1 | -2/+1 |
| * | Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n. | Kjartan Maraas | 2000-11-07 | 1 | -0/+1 |
| * | use inline images hash table | Radek Doulik | 2000-11-04 | 1 | -5/+5 |
| * | Fix the CTE kludge, calculate the best mime transfer encoding for the mime | Jeffrey Stedfast | 2000-11-02 | 1 | -15/+59 |
| * | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -1/+1 |
| * | Pull the fix to the "attach-twice-and-crash" problem up to HEAD. | Ettore Perazzoli | 2000-10-23 | 1 | -41/+9 |
| * | Handle missing icons better. | Iain Holmes | 2000-10-11 | 1 | -1/+16 |
| * | If the description of an attachment is a blank string, revert to | Iain Holmes | 2000-10-02 | 1 | -1/+1 |
| * | The big eye-candy commit. | Iain Holmes | 2000-10-01 | 1 | -38/+132 |
| * | Use gnome_vfs_get_file_info. | Dan Winship | 2000-09-19 | 1 | -3/+5 |
| * | add a make sure the attachment isn't NULL. A more complete fix coming | Larry Ewing | 2000-09-13 | 1 | -0/+2 |
| * | s/strcasecmp/g_strcasecmp | Jeffrey Stedfast | 2000-08-08 | 1 | -2/+2 |
| * | keep the GtkFileSelection around between calls so we start up in the same | Dan Winship | 2000-06-14 | 1 | -15/+23 |
| * | New convenience function. | Dan Winship | 2000-06-06 | 1 | -103/+57 |
| * | deal with Content-Transfer-Encoding a little bit at least. | Dan Winship | 2000-05-11 | 1 | -2/+11 |
| * | unref content, etc. after attaching it to message. | Dan Winship | 2000-05-08 | 1 | -0/+1 |
| * | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -9/+8 |
| * | Update for camel_mime_part_set_content. | Dan Winship | 2000-04-27 | 1 | -19/+21 |
| * | add a s/SIMPLE_// that notzed missed remove a now-unused variable | Dan Winship | 2000-04-26 | 1 | -1/+1 |
| * | Use camel_mime_part_set_text() to set the text rather than messing with | NotZed | 2000-04-26 | 1 | -3/+3 |
| * | build libcomposer static and don't install it. | Dan Winship | 2000-04-24 | 1 | -9/+24 |
| * | More work: | Ettore Perazzoli | 1999-11-17 | 1 | -0/+665 |