| Commit message (Expand) | Author | Age | Files | Lines |
* | e-msg-composer-attachment.c | Srinivasa Ragavan | 2005-05-27 | 1 | -0/+1 |
* | Fixed a potential memory leak. | Srinivasa Ragavan | 2005-05-24 | 1 | -2/+2 |
* | Added attachment of remote URL. The dnd of url, downloads the files and | Srininvasa Ragavan | 2005-05-23 | 1 | -34/+194 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -0/+1 |
* | include config.h. See #61395. | Not Zed | 2004-07-22 | 1 | -0/+4 |
* | clean up the code slightly. | Not Zed | 2004-06-17 | 1 | -1/+1 |
* | Fixed missing headers now mail/* doesn't include gtk/*, camel/*, and | Not Zed | 2004-03-31 | 1 | -0/+1 |
* | Updated for namespace changes in Camel. | Jeffrey Stedfast | 2003-09-19 | 1 | -2/+2 |
* | Connect response signal to attachment properties dialog, fix bug #47950. | Antonio Xu | 2003-08-29 | 1 | -4/+10 |
* | temporarily reverting camel namespace changes until after other branches have... | Jeffrey Stedfast | 2003-08-27 | 1 | -2/+2 |
* | updated for namespace changed made to camel-mime-utils.[c,h] | Jeffrey Stedfast | 2003-08-26 | 1 | -2/+2 |
* | This needs to use camel_data_wrapper_decode_to_stream() rather than | Jeffrey Stedfast | 2003-08-14 | 1 | -9/+8 |
* | Don't connect to the focus-out-event in order to update the mime-type. | Jeffrey Stedfast | 2003-05-17 | 1 | -29/+0 |
* | Return FALSE so the signal gets propogated further up the chain. Fixes bug | Jeffrey Stedfast | 2003-04-16 | 1 | -2/+4 |
* | clean up | Dan Winship | 2003-02-06 | 1 | -2/+3 |
* | ops, build | Jeffrey Stedfast | 2003-02-04 | 1 | -5/+2 |
* | Just use gnome_vfs_get_mime_type_from_name(). | Jeffrey Stedfast | 2003-02-04 | 1 | -21/+3 |
* | Give gnome_vfs_get_uri_from_local_path a full path. | Jeffrey Stedfast | 2003-02-02 | 1 | -10/+26 |
* | Fixed a #warning by converting the filename into a uri before passing it | Jeffrey Stedfast | 2003-01-28 | 1 | -5/+8 |
* | Fix for bug #33295 | Jeffrey Stedfast | 2002-12-08 | 1 | -71/+59 |
* | Fix bonobo object setup. | Not Zed | 2002-11-08 | 1 | -69/+67 |
* | comment fix | Jeffrey Stedfast | 2002-11-02 | 1 | -1/+1 |
* | We need to treat message/rfc822 streams differently. Fixes bug #32378. | Jeffrey Stedfast | 2002-10-17 | 1 | -1/+11 |
* | Set the file-selection window icon. Fixes the mailer part of bug #7368. | Jeffrey Stedfast | 2002-08-13 | 1 | -15/+16 |
* | Don't call new_from_mime_part() since that function now does some copying | Jeffrey Stedfast | 2002-08-13 | 1 | -9/+26 |
* | Just use g_basename. | Jeffrey Stedfast | 2002-05-16 | 1 | -5/+1 |
* | Only connect to the parent's destroy/hide signals while the attachment | Jeffrey Stedfast | 2002-01-04 | 1 | -6/+8 |
* | Only cancel the selection dialog if it is currently in use, otherwise | Jeffrey Stedfast | 2001-12-22 | 1 | -1/+1 |
* | Attach to the parent widget's destroy signal - when that gets destroyed, | Jeffrey Stedfast | 2001-12-14 | 1 | -27/+30 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | If the attachment fails, report the error to the user. | Jeffrey Stedfast | 2001-10-10 | 1 | -5/+20 |
* | remove unused variable. | Larry Ewing | 2001-10-06 | 1 | -1/+0 |
* | Make sure to unref the message object so we don't leak it or any | Jeffrey Stedfast | 2001-10-04 | 1 | -3/+4 |
* | Don't set Content-Ids on these parts since they are not contained within a | Jeffrey Stedfast | 2001-09-28 | 1 | -1/+7 |
* | Convert the filename string to UTF8 before setting it on the CamelMimePart | Jeffrey Stedfast | 2001-07-07 | 1 | -3/+7 |
* | 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 | -47/+21 |
* | Fix headers. Same here. | Kjartan Maraas | 2001-04-05 | 1 | -0/+1 |
* | Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -1/+0 |
* | Set the mime part content-id. | Jeffrey Stedfast | 2001-03-27 | 1 | -0/+6 |
* | Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, since | Dan Winship | 2001-03-14 | 1 | -2/+11 |
* | Add a "Send as:" option on the edit attachment dialog. | Iain Holmes | 2001-01-18 | 1 | -1/+40 |
* | Use header_content_type_simple, not header_content_type_format. | Dan Winship | 2001-01-03 | 1 | -1/+1 |
* | Use CamelContentType instead of GMimeContentField. | Dan Winship | 2000-12-29 | 1 | -3/+2 |
* | e_msg_composer_guess_mime_type renamed and moved | Radek Doulik | 2000-11-15 | 1 | -2/+3 |
* | new function (destroy): use e_msg_composer_clear_inlined_table, destroy | Radek Doulik | 2000-11-08 | 1 | -33/+3 |
* | fix test for regular file to !S_ISREG (statbuf.st_mode) | Radek Doulik | 2000-11-04 | 1 | -1/+1 |
* | use inline images hash table | Radek Doulik | 2000-11-04 | 1 | -2/+10 |
* | oops, return NULL not void | Jeffrey Stedfast | 2000-11-04 | 1 | -2/+2 |
* | Don't allow attaching anything but regular files. | Jeffrey Stedfast | 2000-11-04 | 1 | -15/+20 |
* | If the entry widget is NULL, obviously we can't set any text on it. | Jeffrey Stedfast | 2000-10-15 | 1 | -12/+2 |
* | The big eye-candy commit. | Iain Holmes | 2000-10-01 | 1 | -0/+3 |
* | Use gnome_vfs_get_file_info. | Dan Winship | 2000-09-19 | 1 | -9/+23 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 1 | -12/+35 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -4/+4 |
* | New convenience function. | Dan Winship | 2000-06-06 | 1 | -162/+81 |
* | More work: | Ettore Perazzoli | 1999-11-17 | 1 | -0/+480 |