aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-attachment-bar.c
Commit message (Expand)AuthorAgeFilesLines
* Unref the priv->tooltips object here.Jeffrey Stedfast2002-04-171-0/+2
* Attach to the parent widget's destroy signal - when that gets destroyed,Jeffrey Stedfast2001-12-141-69/+70
* select_file_attachments now returns a GPtrArray so handle that and loopJeffrey Stedfast2001-12-111-5/+9
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Make inline images used for replies not show up asDan Winship2001-10-221-39/+0
* Don't use a g_return_val_if_fail after iconv_open, this is a valid errorJeffrey Stedfast2001-10-191-50/+28
* If the attachment fails, report the error to the user.Jeffrey Stedfast2001-10-101-7/+27
* fix cut&pasteo.Larry Ewing2001-10-061-1/+1
* remove unused variable.Larry Ewing2001-10-061-40/+18
* change to return a CamelMimePart.Larry Ewing2001-10-051-1/+32
* look up an attachment by it's content id.Larry Ewing2001-10-051-0/+30
* Don't gtk_object_destroy() the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-171-1/+1
* Set the user-chosen charset.Jeffrey Stedfast2001-07-031-5/+8
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Replace the disposition option menu with a checkbox.Dan Winship2001-06-131-5/+9
* Use e_utf8_to_gtk_string() on the description of the attachment sinceJeffrey Stedfast2001-05-291-13/+18
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-1/+9
* multipart/* is another mime type we DO NOT want to encode ;-)Jeffrey Stedfast2001-02-101-20/+22
* Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-031-4/+5
* Use CamelContentType instead of GMimeContentField.Dan Winship2000-12-291-12/+7
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-26/+50
* new function (destroy): use e_msg_composer_clear_inlined_table, destroyRadek Doulik2000-11-081-5/+5
* Two segfault fixesPeter Williams2000-11-071-2/+1
* Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n.Kjartan Maraas2000-11-071-0/+1
* use inline images hash tableRadek Doulik2000-11-041-5/+5
* Fix the CTE kludge, calculate the best mime transfer encoding for the mimeJeffrey Stedfast2000-11-021-15/+59
* lots of i18n fixesDan Winship2000-10-241-1/+1
* Pull the fix to the "attach-twice-and-crash" problem up to HEAD.Ettore Perazzoli2000-10-231-41/+9
* Handle missing icons better.Iain Holmes2000-10-111-1/+16
* If the description of an attachment is a blank string, revert toIain Holmes2000-10-021-1/+1
* The big eye-candy commit.Iain Holmes2000-10-011-38/+132
* Use gnome_vfs_get_file_info.Dan Winship2000-09-191-3/+5
* add a make sure the attachment isn't NULL. A more complete fix comingLarry Ewing2000-09-131-0/+2
* s/strcasecmp/g_strcasecmpJeffrey Stedfast2000-08-081-2/+2
* keep the GtkFileSelection around between calls so we start up in the sameDan Winship2000-06-141-15/+23
* New convenience function.Dan Winship2000-06-061-103/+57
* deal with Content-Transfer-Encoding a little bit at least.Dan Winship2000-05-111-2/+11
* unref content, etc. after attaching it to message.Dan Winship2000-05-081-0/+1
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-9/+8
* Update for camel_mime_part_set_content.Dan Winship2000-04-271-19/+21
* add a s/SIMPLE_// that notzed missed remove a now-unused variableDan Winship2000-04-261-1/+1
* Use camel_mime_part_set_text() to set the text rather than messing withNotZed2000-04-261-3/+3
* build libcomposer static and don't install it.Dan Winship2000-04-241-9/+24
* More work:Ettore Perazzoli1999-11-171-0/+665