aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-attachment.c
Commit message (Expand)AuthorAgeFilesLines
* Removed em-attachment* from the build. Remains in the CVS, just incase toSrinivasa Ragavan2007-09-221-629/+0
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Include <gtk/gtk.h> instead of attempting to hand-pick individual GTKTor Lillqvist2005-12-181-8/+7
* Include e-util-private.h to get redefinition of compile-time pathnames asTor Lillqvist2005-11-261-2/+8
* e-msg-composer-attachment.cSrinivasa Ragavan2005-05-271-0/+1
* Fixed a potential memory leak.Srinivasa Ragavan2005-05-241-2/+2
* Added attachment of remote URL. The dnd of url, downloads the files andSrininvasa Ragavan2005-05-231-34/+194
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* include config.h. See #61395.Not Zed2004-07-221-0/+4
* clean up the code slightly.Not Zed2004-06-171-1/+1
* Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-311-0/+1
* Updated for namespace changes in Camel.Jeffrey Stedfast2003-09-191-2/+2
* Connect response signal to attachment properties dialog, fix bug #47950.Antonio Xu2003-08-291-4/+10
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-2/+2
* updated for namespace changed made to camel-mime-utils.[c,h]Jeffrey Stedfast2003-08-261-2/+2
* This needs to use camel_data_wrapper_decode_to_stream() rather thanJeffrey Stedfast2003-08-141-9/+8
* Don't connect to the focus-out-event in order to update the mime-type.Jeffrey Stedfast2003-05-171-29/+0
* Return FALSE so the signal gets propogated further up the chain. Fixes bugJeffrey Stedfast2003-04-161-2/+4
* clean upDan Winship2003-02-061-2/+3
* ops, buildJeffrey Stedfast2003-02-041-5/+2
* Just use gnome_vfs_get_mime_type_from_name().Jeffrey Stedfast2003-02-041-21/+3
* Give gnome_vfs_get_uri_from_local_path a full path.Jeffrey Stedfast2003-02-021-10/+26
* Fixed a #warning by converting the filename into a uri before passing itJeffrey Stedfast2003-01-281-5/+8
* Fix for bug #33295Jeffrey Stedfast2002-12-081-71/+59
* Fix bonobo object setup.Not Zed2002-11-081-69/+67
* comment fixJeffrey Stedfast2002-11-021-1/+1
* We need to treat message/rfc822 streams differently. Fixes bug #32378.Jeffrey Stedfast2002-10-171-1/+11
* Set the file-selection window icon. Fixes the mailer part of bug #7368.Jeffrey Stedfast2002-08-131-15/+16
* Don't call new_from_mime_part() since that function now does some copyingJeffrey Stedfast2002-08-131-9/+26
* Just use g_basename.Jeffrey Stedfast2002-05-161-5/+1
* Only connect to the parent's destroy/hide signals while the attachmentJeffrey Stedfast2002-01-041-6/+8
* Only cancel the selection dialog if it is currently in use, otherwiseJeffrey Stedfast2001-12-221-1/+1
* Attach to the parent widget's destroy signal - when that gets destroyed,Jeffrey Stedfast2001-12-141-27/+30
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* If the attachment fails, report the error to the user.Jeffrey Stedfast2001-10-101-5/+20
* remove unused variable.Larry Ewing2001-10-061-1/+0
* Make sure to unref the message object so we don't leak it or anyJeffrey Stedfast2001-10-041-3/+4
* Don't set Content-Ids on these parts since they are not contained within aJeffrey Stedfast2001-09-281-1/+7
* Convert the filename string to UTF8 before setting it on the CamelMimePartJeffrey Stedfast2001-07-071-3/+7
* 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-47/+21
* Fix headers. Same here.Kjartan Maraas2001-04-051-0/+1
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-1/+0
* Set the mime part content-id.Jeffrey Stedfast2001-03-271-0/+6
* Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, sinceDan Winship2001-03-141-2/+11
* Add a "Send as:" option on the edit attachment dialog.Iain Holmes2001-01-181-1/+40
* Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-031-1/+1
* Use CamelContentType instead of GMimeContentField.Dan Winship2000-12-291-3/+2
* e_msg_composer_guess_mime_type renamed and movedRadek Doulik2000-11-151-2/+3
* new function (destroy): use e_msg_composer_clear_inlined_table, destroyRadek Doulik2000-11-081-33/+3
* fix test for regular file to !S_ISREG (statbuf.st_mode)Radek Doulik2000-11-041-1/+1
* use inline images hash tableRadek Doulik2000-11-041-2/+10
* oops, return NULL not voidJeffrey Stedfast2000-11-041-2/+2
* Don't allow attaching anything but regular files.Jeffrey Stedfast2000-11-041-15/+20
* If the entry widget is NULL, obviously we can't set any text on it.Jeffrey Stedfast2000-10-151-12/+2
* The big eye-candy commit.Iain Holmes2000-10-011-0/+3
* Use gnome_vfs_get_file_info.Dan Winship2000-09-191-9/+23
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* More UTF-8 handlingLauris Kaplinski2000-08-251-12/+35
* Merge with camel-async.Peter Williams2000-08-111-4/+4
* New convenience function.Dan Winship2000-06-061-162/+81
* More work:Ettore Perazzoli1999-11-171-0/+480